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
It may be the case that, because of the IntegrationTest not disposing the LiteDb storage of its testTrackertestMethod:
the test fails if the test suite is run consequently a second time.
the file integration_test-log.db, which is automatically created by LiteDb (v5) does not get deleted as it should. As mentioned in this issue, in v5 LiteDB there is a -log file created for the transactions, which is then removed by Dispose(). If also related, seems that this line can then be removed.
The text was updated successfully, but these errors were encountered:
It may be the case that, because of the
IntegrationTest
not disposing the LiteDb storage of itstestTracker
testMethod:integration_test-log.db
, which is automatically created by LiteDb (v5) does not get deleted as it should. As mentioned in this issue, in v5 LiteDB there is a-log
file created for the transactions, which is then removed byDispose()
. If also related, seems that this line can then be removed.The text was updated successfully, but these errors were encountered: