You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue2551334 - get more tests working under windows
Fix indexer tests for file based db's running under windows.
Apparently if there is an open/uncommitted cursor sqlite3db.close()
doesn't actually close the file under windows. Because these tests
run isolated indexer functions, the commits aren't done in
the code under test.
0 commit comments