Back to all test

pull/2/head
Louis Chatriot 9 years ago
parent 4edacc6000
commit 88ab326acc
  1. 2
      test/persistence.test.js

@ -826,7 +826,7 @@ describe('Persistence', function () {
// The child process will load the database with the given datafile, but the fs.writeFile function
// is rewritten to crash the process before it finished (after 5000 bytes), to ensure data was not lost
it.only('If system crashes during a loadDatabase, the former version is not lost', function (done) {
it('If system crashes during a loadDatabase, the former version is not lost', function (done) {
var N = 500, toWrite = "", i, doc_i;
// Ensuring the state is clean

Loading…
Cancel
Save