[Pkg-javascript-commits] [node-leveldown] 264/492: fix comment
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit cbb28add29cb77a22dd99256a605638371101fb0
Author: Rod Vagg <rod at vagg.org>
Date: Thu Mar 21 13:56:20 2013 +1100
fix comment
---
test/cleanup-hanging-iterators-test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/cleanup-hanging-iterators-test.js b/test/cleanup-hanging-iterators-test.js
index b97890c..7ae12b4 100644
--- a/test/cleanup-hanging-iterators-test.js
+++ b/test/cleanup-hanging-iterators-test.js
@@ -66,7 +66,7 @@ makeTest('test multiple non-ended iterators', function (db, t, done) {
})
makeTest('test ending iterators', function (db, t, done) {
- // no end() call on our iterator, cleanup should crash Node if not handled properly
+ // at least one end() should be in progress when we try to close the db
var it1 = db.iterator().next(function () {
it1.end(function () {})
})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list