forked from creationix/node-leveldb
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random test failures #40
Comments
Found on Travis CI, http://travis-ci.org/#!/my8bird/node-leveldb/jobs/1951750 ✖ 1 of 41 tests failed:
1) PartitionedBitwiseComparator with flattened args should have keys in order:
AssertionError: "undefined" == 8
at /home/vagrant/builds/my8bird/node-leveldb/test/comparator-test.coffee:43:18
at /home/vagrant/builds/my8bird/node-leveldb/lib/leveldb/iterator.js:142:9
at /home/vagrant/builds/my8bird/node-leveldb/lib/leveldb/iterator.js:62:28 |
Here is another failure form CI: http://travis-ci.org/#!/my8bird/node-leveldb/jobs/2016961 1) PartitionedBitwiseComparator with flattened args should have keys in order:
AssertionError: "undefined" == 7
at /home/vagrant/builds/my8bird/node-leveldb/test/comparator-test.coffee:43:18
at /home/vagrant/builds/my8bird/node-leveldb/lib/leveldb/iterator.js:142:9
at /home/vagrant/builds/my8bird/node-leveldb/lib/leveldb/iterator.js:62:28 |
It is interesting that it is essentially the same error but slightly different |
Just noticed that all of the failures on Travis seem to be happening on the Node 0.6 machine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@my8bird posted the following test error:
I've also been getting intermittent test errors that disappear on the the next run.
@mikepb says:
The text was updated successfully, but these errors were encountered: