summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-04-10 11:27:44 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-04-10 14:09:36 -0400
commit8ea68f28c358558779f73930e3f637519f0eeb27 (patch)
tree1b487855fa3cdd9ab92986ebb32493378fc47360 /jstests
parent6097787b1f3c7f9b4f8dca68f66d474eaa60b1d1 (diff)
downloadmongo-8ea68f28c358558779f73930e3f637519f0eeb27.tar.gz
SERVER-5531: Make index insertion continuation information local to the function updating the index.
Reenable jstests/basicc.js .
Diffstat (limited to 'jstests')
-rw-r--r--jstests/basicc.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/jstests/basicc.js b/jstests/basicc.js
index c376d53d099..105b0b05522 100644
--- a/jstests/basicc.js
+++ b/jstests/basicc.js
@@ -1,7 +1,4 @@
-// test writing to two db's at the same time
-// disabled until SERVER-5531 is fixed.
-
-if (0) {
+// test writing to two db's at the same time.
t1 = db.jstests_basicc;
var db = db.getSisterDB("test1");
@@ -19,5 +16,3 @@ assert.automsg( "!db.getLastError()" );
stopMongoProgramByPid( pid );
t1.drop();
t2.drop();
-
-} \ No newline at end of file