mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Remove generation of rbf/fun.dot in tests
This commit is contained in:
parent
7c94828a3c
commit
75930ed82f
1 changed files with 0 additions and 7 deletions
|
|
@ -1035,7 +1035,6 @@ func TestCursor_PlayContainer(t *testing.T) {
|
|||
if err := cur.First(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
cur.Dump("fun.dot")
|
||||
}
|
||||
|
||||
func TestCursor_OneBitmap(t *testing.T) {
|
||||
|
|
@ -1071,7 +1070,6 @@ func TestCursor_OneBitmap(t *testing.T) {
|
|||
if err := cur.First(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
cur.Dump("fun.dot")
|
||||
}
|
||||
func TestCursor_GenerateAll(t *testing.T) {
|
||||
db := MustOpenDB(t)
|
||||
|
|
@ -1111,9 +1109,4 @@ func TestCursor_GenerateAll(t *testing.T) {
|
|||
if _, err := tx.AddRoaring("field/view/", bb); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
cur, err := tx.Cursor("field/view/")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
cur.Dump("fun.dot")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue