mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
add a comment to TestBitmap_BitmapCountRangeEdgeCase
This commit is contained in:
parent
5d39bc0b1c
commit
8f3cb3e761
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ func TestBitmap_Max(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Ensure CountRange is correct even if rangekey is prior to inital container.
|
||||
func TestBitmap_BitmapCountRangeEdgeCase(t *testing.T) {
|
||||
s := uint64(2009 * 1048576)
|
||||
e := uint64(2010 * 1048576)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue