Skip to content

Commit cb3a621

Browse files
committed
Try to fix windows error by manually finalizing db args
1 parent 6d779da commit cb3a621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/datastreams.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ sqlitesource = Tester("SQLite.Source", SQLite.query, true, SQLite.Source, (db2,
6464
sqlitesink = Tester("SQLite.Sink", SQLite.load, true, SQLite.Sink, (db2, "randoms2_small"), scalartransforms, vectortransforms, x->SQLite.query(db2, "select * from randoms2_small"), (x,y)->nothing)
6565

6666
DataStreamsIntegrationTests.teststream([dfsource, sqlitesource], [dfsink, sqlitesink]; rows=99)
67+
finalize(db)
68+
finalize(db2)
6769
db = db2 = nothing;
6870
gc(); gc();
6971
rm(dbfile)

0 commit comments

Comments
 (0)