Timothée Rebours
792eecd1a1
Move to ESM and build a commonjs version
10 months ago
Timothée Rebours
a17662a66b
update JSDoc, readme, remove jquery and jsdoc from dependencies, remove sources from jsdoc.conf.js which conflicts with --files from jsdoc2md, implement dropDatabase & tests
3 years ago
Timothée Rebours
dbcc3647d1
repair race condition in tests + improve docs
3 years ago
Timothée Rebours
32cff9b921
huge cleanup
3 years ago
Timothée Rebours
2ad5759d7e
remove async dependency
3 years ago
Arne Wendt
fde8d3f3c8
storage.js: check fsync capability from return code rather than using `process.platform` heuristics
...
- silently accept (in)capability to fsync directories based on actual storage backend/driver behavior and capabilities; evaluate error codes rather than `process.platform` heuristics
- make byline test run with windows line endings to validate storage behavior on windows
- add shebang in EMFILE exhaustion test
3 years ago
eliot-akira
437a841e72
Lint
3 years ago
eliot-akira
fc1d0e0aa3
Write file line by line when persisting cached database
3 years ago
Timothée Rebours
185ae680b8
standard everything except browser-version
4 years ago
Lukas Bestle
6570faa3b2
Use an ES5 compatible syntax for octal numbers
...
I run tests with Node v0.10 and v0.12 as well. I know that these versions aren't supported anymore, but many projects still use them.
This little change makes the tests run in these versions of Node.
9 years ago
Louis Chatriot
1335d31c47
EMFILE test done
9 years ago
Louis Chatriot
61fbf77d18
Created a test for too many file descriptors on a file
9 years ago
Louis Chatriot
f6b5910eb3
Correct and fast file write crash test
9 years ago
Louis Chatriot
94f7caf0b8
Chmod
9 years ago
Louis Chatriot
35b46c286b
All tests including the crash one pass
11 years ago
Louis Chatriot
ff71988c8e
All tests pass
11 years ago
Louis Chatriot
adea00478c
Created function ensuring datafile integrity
11 years ago
Louis Chatriot
f3001d9ba1
Better name for test db
11 years ago
Louis Chatriot
a725b962b6
Created the test for the load and crash bug
11 years ago