mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 16:51:03 +00:00
drop incorrect test
The test for bitmap-to-array succeeding doesn't work with roaringParanoia, which *does* intentionally panic at that point. Possibly we should also drop the corresponding logic that tries to prevent it from panicing, since it won't work with the paranoia flag on anyway.
This commit is contained in:
parent
11a5178471
commit
86088fd688
1 changed files with 0 additions and 8 deletions
|
|
@ -176,14 +176,6 @@ func TestSliceContainers(t *testing.T) {
|
|||
})
|
||||
}
|
||||
|
||||
func TestContainersFB1247(t *testing.T) {
|
||||
bm := [bitmapN]uint64{0xF}
|
||||
co := NewContainerBitmap(1, bm[:])
|
||||
co = co.bitmapToArray()
|
||||
//should not panic
|
||||
|
||||
}
|
||||
|
||||
func genRun(r *rand.Rand) Interval16 {
|
||||
gen:
|
||||
dat := r.Uint32()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue