mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
TopN NopCache comment
This commit is contained in:
parent
4aa487daac
commit
aa73aec6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ func TestFragment_TopN_IDs(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// Ensure a fragment can return top rows when specified by ID.
|
||||
// Ensure a fragment return none if CacheTypeNone is set
|
||||
func TestFragment_TopN_NopCache(t *testing.T) {
|
||||
f := test.MustOpenFragment("i", "f", pilosa.ViewStandard, 0, pilosa.CacheTypeNone)
|
||||
defer f.Close()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue