diff options
author | Dan Pasette <dan@10gen.com> | 2015-10-30 18:14:47 -0400 |
---|---|---|
committer | Dan Pasette <dan@mongodb.com> | 2015-10-30 18:15:33 -0400 |
commit | c63c7ccf20e00faf13661c2515034eb8a82b751b (patch) | |
tree | d248c117d78e4557d43e096cf6e890adf0811ccd /jstests/noPassthroughWithMongod/indexbg_interrupts.js | |
parent | 4746f384d9484f1a7b78524717cbdcafb30c9df6 (diff) | |
download | mongo-c63c7ccf20e00faf13661c2515034eb8a82b751b.tar.gz |
SERVER-19910 Re-enable convertToCapped test
Diffstat (limited to 'jstests/noPassthroughWithMongod/indexbg_interrupts.js')
-rw-r--r-- | jstests/noPassthroughWithMongod/indexbg_interrupts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_interrupts.js b/jstests/noPassthroughWithMongod/indexbg_interrupts.js index a82c7eca8e8..7289de6f25b 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} // Re-enable for SERVER-19910 after WT-2042. + {convertToCapped: collection, size: 20000} ]; |