summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2015-02-09 18:04:55 -0500
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2015-02-11 16:55:33 -0500
commitd2230348a8064d8caa927fdbc33f34d9a1643c8f (patch)
tree9da76848766165eb749129f740d4f9cf18965e57
parent5ff520902528d5fff857632e9d03534cf3761884 (diff)
downloadmongo-d2230348a8064d8caa927fdbc33f34d9a1643c8f.tar.gz
SERVER-16645 Re-enable JS tests for yielding
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_drop.js4
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_restart_sigkill_secondary_noretry.js5
2 files changed, 0 insertions, 9 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_drop.js b/jstests/noPassthroughWithMongod/indexbg_drop.js
index 8f97fa6086c..59dc0cf181a 100644
--- a/jstests/noPassthroughWithMongod/indexbg_drop.js
+++ b/jstests/noPassthroughWithMongod/indexbg_drop.js
@@ -10,9 +10,6 @@
// Index drop race
-// SERVER-13922 background indices are foregrounded with yielding gone
-if (0) {
-
var dbname = 'dropbgindex';
var collection = 'jstests_feh';
var size = 500000;
@@ -105,4 +102,3 @@ assert.soon( function() {
);
replTest.stopSet();
-} // if (0)
diff --git a/jstests/noPassthroughWithMongod/indexbg_restart_sigkill_secondary_noretry.js b/jstests/noPassthroughWithMongod/indexbg_restart_sigkill_secondary_noretry.js
index a2e5265463c..f971fc1ba73 100644
--- a/jstests/noPassthroughWithMongod/indexbg_restart_sigkill_secondary_noretry.js
+++ b/jstests/noPassthroughWithMongod/indexbg_restart_sigkill_secondary_noretry.js
@@ -1,6 +1,3 @@
-// SERVER-13922
-if (0) {
-
// TODO: SERVER-13215 move test back to replSets suite.
/**
@@ -113,5 +110,3 @@ if (0) {
assert.neq(2, secondDB.jstests_bgsec.getIndexes().length );
replTest.stopSet();
}());
-
-} // if(0)