mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Update field_internal_test.go
This commit is contained in:
parent
829779f550
commit
03e68aaa69
1 changed files with 3 additions and 1 deletions
|
|
@ -362,7 +362,9 @@ func TestField_PersistAvailableShards(t *testing.T) {
|
|||
|
||||
}
|
||||
|
||||
func TestField_PersistAvailableShardsTaxiBug(t *testing.T) {
|
||||
// Ensure that persisting available shards having a smaller footprint (for example,
|
||||
// when going from a bitmap to a smaller, RLE representation) succeeds.
|
||||
func TestField_PersistAvailableShardsFootprint(t *testing.T) {
|
||||
f := MustOpenField(OptFieldTypeDefault())
|
||||
|
||||
// bm represents remote available shards.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue