[Bug] - testdb.test.ts fails occasionally #86
Labels
bug
Something isn't working
ci-cd
Something related to the project's CI/CD solution
help wanted
Extra attention is needed
needs investigation
This issue requires further investigation
Pre-requisites:
Description
testdb.test.ts
sporadically failsExpected Behavior
testdb.test.ts
should always passActual Behavior
testdb.test.ts
occasionally fails and requires that the tests be re-run.Steps to Reproduce
Unknown
Other Information
Example failure, however, error shown in output (included below) is likely unrelated and just happened to print at the same time as the actual error. The issue likely stems from opening/closing several DBs while the test files are run in parallel. We may need to migrate the test DB to a singleton and simply drop data instead of closing the DB/dropping tables.
The text was updated successfully, but these errors were encountered: