summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/indexbg_interrupts.js
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@mongodb.com>2020-11-24 04:30:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-03 09:10:30 +0000
commitd965a6f8ecc85715cfe4ca8786d29c9b68a0cc1a (patch)
treedd12f9bd69d7f219479ca5976be3e10e1ebe017e /jstests/noPassthroughWithMongod/indexbg_interrupts.js
parente77d9a2566cbbc50b5ef67df4dba2445d7205b2d (diff)
downloadmongo-d965a6f8ecc85715cfe4ca8786d29c9b68a0cc1a.tar.gz
SERVER-52994 remove old TODO from indexbg_interrupts.js
Diffstat (limited to 'jstests/noPassthroughWithMongod/indexbg_interrupts.js')
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_interrupts.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_interrupts.js b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
index b468596bd14..9d9c9361f19 100644
--- a/jstests/noPassthroughWithMongod/indexbg_interrupts.js
+++ b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
@@ -1,9 +1,6 @@
-// TODO: SERVER-13215 move test back to replSets suite.
-
/**
- * TODO: SERVER-13204
- * This tests inserts a huge number of documents, initiates a background index build
- * and tries to perform another task in parallel while the background index task is
+ * TODO SERVER-13204: This tests inserts a huge number of documents, initiates a background index
+ * build and tries to perform another task in parallel while the background index task is
* active. The problem is that this is timing dependent and the current test setup
* tries to achieve this by inserting insane amount of documents.
*