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
Add corrupted node testing capability. Writing to path simulate/corrupt/record/here will now simulate a corrupted record (0456a23)
Fix transaction log tests that did not always get the most recent cursor because of a race condition (4efe992)
Improve node-lock test to handle lock timeouts correctly (52220b9)
(commented out) add a way to test with very short lock timeouts (1c97222)
Enhance node read/write error handling, automatically await child stream callback promises, fix locks potentially not being released upon error, reduce mem/cpu usage when reading/writing large nodes (maybe also slowing down a bit but not noticeably when running the tests), improve logging (c1ea087)
Fix: suppress unhandled promise rejections and PromiseRejectionHandledWarning (#271) (41b4694)
Fix: make sure unallocated records are not referenced in cache anymore. Might prevent CorruptRecordErrors from occuring whilst running in a single process. (744bcc3)