Actions: photostructure/node-sqlite
Actions
Showing runs from all workflows
1,063 workflow runs
1,063 workflow runs
using for proper RAII testing
Security Scanning
#225:
Commit 683f74f
pushed
by
mceachen
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
using for proper RAII testing
Docs
#123:
Commit 683f74f
pushed
by
mceachen
using for proper RAII testing
Memory Tests
#208:
Commit 683f74f
pushed
by
mceachen
using for proper RAII testing
Stress Tests
#44:
Commit 683f74f
pushed
by
mceachen
ProTip!
You can narrow down the results and go further in time using created:<2025-12-16 or the other filters available.