Update field_internal_test.go

This commit is contained in:
Travis Turner 2018-10-17 12:38:29 -05:00 committed by tgruben
parent 829779f550
commit 03e68aaa69

View file

@ -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.