summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-08-03 09:47:18 -0400
committerEliot Horowitz <eliot@10gen.com>2010-08-03 09:47:18 -0400
commitc01bef0ef1b8bce7977e0896830210f104a7d86a (patch)
tree28b818a0a9e2f5f8bb1ea2ca14a1ca95a0df8d75 /jstests
parent7207fe34dcb37bf0e284fa3d451ae6e858659b16 (diff)
parent10ddb86f5ffdb98b801cb839a00e795d1cdeaba3 (diff)
downloadmongo-c01bef0ef1b8bce7977e0896830210f104a7d86a.tar.gz
Merge branch 'master' of github.com:mongodb/mongo
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/rollback.js1
-rw-r--r--jstests/replsets/sync1.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/rollback.js b/jstests/replsets/rollback.js
index c5730d14050..61215cb6fe3 100644
--- a/jstests/replsets/rollback.js
+++ b/jstests/replsets/rollback.js
@@ -1,3 +1,4 @@
+print("TODO FINISH THIS TEST NOT DONE");
var debugging = 0;
diff --git a/jstests/replsets/sync1.js b/jstests/replsets/sync1.js
index 2d04141aea6..38d5660c0be 100644
--- a/jstests/replsets/sync1.js
+++ b/jstests/replsets/sync1.js
@@ -187,6 +187,6 @@ doTest = function (signal) {
replTest.stopSet(signal);
}
-if( 0 || debugging ) {
+if( 1 || debugging ) {
doTest( 15 );
}