Actions: photostructure/node-sqlite
Actions
230 workflow runs
230 workflow runs
using for proper RAII testing
The test "should ensure sessions are deleted before database in destructor"
was relying on scope exit to trigger cleanup, but JavaScript doesn't have
C++ style RAII - variables going out of scope don't trigger cleanup.
Fixed by:
- Using using db = new DatabaseSync(...) to properly test Symbol.dispose
- Adding explicit timeout of 15s (multiplied by platform factor) to handle
slower ARM64 runners
This was causing a timeout fail...
Build & Release
#222:
Commit 683f74f
pushed
by
mceachen