mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
disable roaring backend in test
This commit is contained in:
parent
2d44c23ac0
commit
a2e109a07c
1 changed files with 3 additions and 5 deletions
|
|
@ -6915,11 +6915,9 @@ func TestTimelessClearRegression(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestMissingKeyRegression(t *testing.T) {
|
||||
c := test.MustRunCluster(t, 1, []server.CommandOption{server.OptCommandServerOptions(
|
||||
pilosa.OptServerStorageConfig(&storage.Config{
|
||||
Backend: "roaring",
|
||||
FsyncEnabled: false,
|
||||
}))})
|
||||
// this used to be explicitly roaring backend... I'm not sure
|
||||
// whether it is a useful test in post-roaring world.
|
||||
c := test.MustRunCluster(t, 1)
|
||||
defer c.Close()
|
||||
|
||||
c.CreateField(t, "i", pilosa.IndexOptions{Keys: true, TrackExistence: true}, "f", pilosa.OptFieldKeys())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue