mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge branch 'master' into uni-wal
This commit is contained in:
commit
563c70dc43
2 changed files with 4 additions and 4 deletions
|
|
@ -468,7 +468,7 @@ func TestBolt_ContainerIterator_on_one_bit(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestBolt_ContainerIterator_on_one_bit_fail_to_find(t *testing.T) {
|
||||
dbwrap, clean := mustOpenEmptyBoltWrapper("TestBolt_ContainerIterator_on_one_bit")
|
||||
dbwrap, clean := mustOpenEmptyBoltWrapper("TestBolt_ContainerIterator_on_one_bit_fail_to_find")
|
||||
defer clean()
|
||||
defer dbwrap.Close()
|
||||
index, field, view, shard := "i", "f", "v", uint64(0)
|
||||
|
|
@ -573,7 +573,7 @@ func TestBolt_ContainerIterator_empty_iteration_loop(t *testing.T) {
|
|||
|
||||
func TestBolt_ForEach_on_one_bit(t *testing.T) {
|
||||
|
||||
dbwrap, clean := mustOpenEmptyBoltWrapper("TestBolt_ContainerIterator_on_one_bit")
|
||||
dbwrap, clean := mustOpenEmptyBoltWrapper("TestBolt_ForEach_on_one_bit")
|
||||
defer clean()
|
||||
defer dbwrap.Close()
|
||||
index, field, view, shard := "i", "f", "v", uint64(0)
|
||||
|
|
|
|||
|
|
@ -470,7 +470,7 @@ func TestLMDB_ContainerIterator_on_one_bit(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestLMDB_ContainerIterator_on_one_bit_fail_to_find(t *testing.T) {
|
||||
dbwrap, clean := mustOpenEmptyLMDBWrapper("TestLMDB_ContainerIterator_on_one_bit")
|
||||
dbwrap, clean := mustOpenEmptyLMDBWrapper("TestLMDB_ContainerIterator_on_one_bit_fail_to_find")
|
||||
defer clean()
|
||||
defer dbwrap.Close()
|
||||
index, field, view, shard := "i", "f", "v", uint64(0)
|
||||
|
|
@ -575,7 +575,7 @@ func TestLMDB_ContainerIterator_empty_iteration_loop(t *testing.T) {
|
|||
|
||||
func TestLMDB_ForEach_on_one_bit(t *testing.T) {
|
||||
|
||||
dbwrap, clean := mustOpenEmptyLMDBWrapper("TestLMDB_ContainerIterator_on_one_bit")
|
||||
dbwrap, clean := mustOpenEmptyLMDBWrapper("TestLMDB_ForEach_on_one_bit")
|
||||
defer clean()
|
||||
defer dbwrap.Close()
|
||||
index, field, view, shard := "i", "f", "v", uint64(0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue