summaryrefslogtreecommitdiff
path: root/jstests/slowWeekly
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2014-02-18 15:32:01 -0500
committerDavid Storch <david.storch@10gen.com>2014-02-21 13:37:08 -0500
commit51300745542e7df3b0864069079e74114c0c42c6 (patch)
tree4404df53298311909562b61da86094bebe138720 /jstests/slowWeekly
parent4cdbea7616eca3af21d211b0482a61690b481617 (diff)
downloadmongo-51300745542e7df3b0864069079e74114c0c42c6.tar.gz
SERVER-10026 remove most remaining QUERY_MIGRATION tags
Diffstat (limited to 'jstests/slowWeekly')
-rw-r--r--jstests/slowWeekly/conc_update.js9
1 files changed, 1 insertions, 8 deletions
diff --git a/jstests/slowWeekly/conc_update.js b/jstests/slowWeekly/conc_update.js
index 3139f3cd2a9..0d778df047e 100644
--- a/jstests/slowWeekly/conc_update.js
+++ b/jstests/slowWeekly/conc_update.js
@@ -3,14 +3,7 @@ test = new SlowWeeklyMongod( "conc_update" )
db = test.getDB("concurrency")
db.dropDatabase();
-// QUERY_MIGRATION: This test takes a very, very long time. As part of the query migration process,
-// the "fast count" optimization was (temporarily) removed. Until it's reintroduced, we reduce the
-// amount of data used in this test.
-// NRECORDS=3*1024*1024
-
-NRECORDS=1*1024*1024 // this needs to be relatively big so that
- // the update() will take a while, but it could
- // probably be smaller.
+NRECORDS=3*1024*1024
print("loading "+NRECORDS+" documents (progress msg every 1024*1024 documents)")
for (i=0; i<(NRECORDS); i++) {