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
Timothée Rebours
52133bd968
error with default import
3 years ago
Timothée Rebours
44ae8d7029
react-native version
3 years ago
mehdi
2230f6c1e4
jsdoc details + timeout
3 years ago
eliot-akira
823db2a17e
assert.deepStrictEqual instead of deepEqual
3 years ago
eliot-akira
0af674de2c
Tests: Simplify getting local paths for test files
3 years ago
eliot-akira
225fe0fa3b
Adapt tests from byline: Lint; Use assert from chai; Local paths for test files
3 years ago
eliot-akira
575f46c6ce
Include tests for byline
3 years ago
eliot-akira
a826a9c3e0
Align behavior of treatRawData and treatRawStream in handling last blank line; On error, result is null
3 years ago
eliot-akira
1cd3381c20
Handle error: For this test, it is expected to be *not* null
3 years ago
eliot-akira
143a08edde
Remove console.log from test
3 years ago
eliot-akira
e6388c2782
Test: Assert error is null
3 years ago
eliot-akira
842f3e9f2b
Lint: Formatting
3 years ago
eliot-akira
f3f625276b
Restore original tests for non-streaming method treatRawData
3 years ago
eliot-akira
a67622dcf7
Stream files line by line when parsing to avoid memory limits
...
Based on https://github.com/louischatriot/nedb/pull/463
3 years ago
Timothée Rebours
5c6561307d
remove underscore
4 years ago
Timothée Rebours
a4cd69f5c6
re-make the build process with webpack, swicth to Karma for the browser tests, bumps all dependencies except , remove bower.json, remove browser build from repo (will be published on npm though)
4 years ago
Timothée Rebours
185ae680b8
standard everything except browser-version
4 years ago
Louis Chatriot
0eeca73bb0
Can pick type project on embedded documents
9 years ago
Louis Chatriot
fae4504793
Can use omit projections on nested documents
9 years ago
Louis Chatriot
e3f0078499
Do not create recursively nested objects for modifier
9 years ago
Louis Chatriot
9e07cedd18
Fixed edge case behavior where falsy fields where followed by dot notation
9 years ago
Louis Chatriot
4adf9c8491
Clean update callback signature and tests
9 years ago
Louis Chatriot
65cc00b6d4
createdAt kept during any kind of update
9 years ago
Louis Chatriot
81f2c641c8
All tests pass
9 years ago
Louis Chatriot
41827a51e1
Last necessary test
9 years ago
Félicien FRANCOIS
2264600955
Added tests for falsy callback
...
See #372
9 years ago
Louis Chatriot
58edd6e407
Sticking to style
9 years ago
Evgenia
44316c26fc
db.update $min $max operators
9 years ago
Dimitris Halatsis
5db8ca7480
Added tests for $elemMatch
9 years ago
Louis Chatriot
1e65f366f6
Can use with
9 years ago
Brian Hammond
9289c79f1a
Add support for the array update operator.
...
See https://docs.mongodb.org/manual/reference/operator/update/slice/ for details.
9 years ago
Louis Chatriot
362e5d4d15
TTL indexes ignore documents where indexed field not a date
9 years ago
Louis Chatriot
d446bdbf36
All tests pass
9 years ago
Louis Chatriot
7c25401f16
TTL indexes tested
9 years ago
Louis Chatriot
645d87504d
getCandidates is now async
9 years ago
Louis Chatriot
93dda4ba59
Can perform a direct array match
9 years ago
Louis Chatriot
20eceff265
Created event compaction.done fired by datastore after a compaction operation is complete
9 years ago
Louis Chatriot
cd80806d24
CCan specify custom string comparison function
9 years ago
Louis Chatriot
6ea34ee6ae
Return updated docs tested
9 years ago
James M. Greene
aefe40d0a5
Housekeeping!
9 years ago
Louis Chatriot
88ab326acc
Back to all test
9 years ago
Louis Chatriot
4edacc6000
Single test
9 years ago
Louis Chatriot
1d8621bf03
Dont test max fds on Windows, makes no sense
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
6884f83df8
Redis AOF-style fsync
9 years ago
Louis Chatriot
a12ec8b89e
Load tests
9 years ago
Louis Chatriot
c927524a52
Flush data after both writes and fix a test
9 years ago