summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/indexbg_interrupts.js
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-08-12 16:57:26 -0400
committerMathias Stearn <mathias@10gen.com>2015-08-12 17:01:00 -0400
commit1abd9f24692b8fc95767f2575594fb232cba2157 (patch)
tree819c22e7e2456a5f07b19777e43e478d8b3ac97e /jstests/noPassthroughWithMongod/indexbg_interrupts.js
parentfa3f3a0071ae0b0eb4b7a81e2cd98ba2ae781573 (diff)
downloadmongo-1abd9f24692b8fc95767f2575594fb232cba2157.tar.gz
SERVER-19213 Disable convertToCapped testing in indexbg_interrupts.js
It is way too slow with the replSnapshotThread enabled due to WT-2042. It will be re-enabled as part of SERVER-19910.
Diffstat (limited to 'jstests/noPassthroughWithMongod/indexbg_interrupts.js')
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_interrupts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_interrupts.js b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
index 7289de6f25b..a82c7eca8e8 100644
--- a/jstests/noPassthroughWithMongod/indexbg_interrupts.js
+++ b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
@@ -55,7 +55,7 @@ var dropAction = [
{dropIndexes: collection, index: "i_1"},
{drop: collection},
{dropDatabase: 1 },
- {convertToCapped: collection, size: 20000}
+ // {convertToCapped: collection, size: 20000} // Re-enable for SERVER-19910 after WT-2042.
];