Kaloian Manassiev
706ac90265
SERVER-21186 Make all sharding tests use default verbosity of 1
...
The default ShardingTest verbosity is currently zero, but we have many
tests, which bump it to 1 and even higher.
Since verbosity level of 0 is sometimes insufficient for investigating
transient failures, this change makes the default to be 1 and removes all
places, which explicitly make it 1 or higher.
2015-11-11 11:01:18 -05:00
David Storch
1a8711db87
SERVER-20537 fix leak of remote cursor in AsyncResultsMerger
...
If ARM::kill() was called before the find command response was received, the callback for the
outstanding find command would be cancelled. As a result, the cursor id in need of a kill was never
received, and the cursor was left alive.
2015-09-24 09:19:32 -04:00
David Storch
b1982bb7fb
SERVER-20194 use the new mongos query path by default for legacy OP_QUERY/OP_GET_MORE reads
...
Explicitly configures yet-to-be-debugged tests to use the old mongos query path
by setting useClusterClientCursor=false.
2015-09-22 14:35:12 -04:00
Charlie Swanson
c15f4bb96d
SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports
2015-09-09 13:14:48 -04:00
Randolph Tan
280fbae904
SERVER-18044 Make sharding test explicitly set primary shards for databases
2015-05-15 10:11:31 -04:00
Randolph Tan
ec4f2ef38c
SERVER-9710 remove _nosleep check for balancer
2014-06-05 12:19:24 -04:00
daveh86
bce39f0671
SERVER-12605 update ShardingTest to turn off balancer by default
...
Signed-off-by: Benety Goh <benety@mongodb.com >
2014-05-12 14:38:23 -04:00
Randolph Tan
7acafe85d9
SERVER-13425 migrate sharding jstest suite to use write commands api
2014-04-21 16:53:25 -04:00
Greg Studer
939978956b
SERVER-10120 remove2.js buildbot timeout too aggressive
2013-07-08 16:43:02 -04:00
Greg Studer
fe027497e7
SERVER-8836 remove2.js wait for deletion on migration until the resolution of SERVER-8598
2013-05-16 18:19:00 -04:00
Eliot Horowitz
5860ed9463
make remove2 more reliable
2013-01-01 00:05:17 -05:00
Eliot Horowitz
4a9c84693a
try to make sharding tests more reliable when needing balancing to be done
2012-12-31 00:22:25 -05:00
Greg Studer
f724e2bac4
buildbot remove2.js needs to wait for migration to be totally over
...
we now wait for the lock before dropping db
2012-06-20 10:54:28 -04:00
gregs
fdc529ce1a
buildbot move sharding tests out of the way so other tests can complete
2012-06-18 16:46:41 -04:00
Spencer T Brody
767c010320
Buildbot - put ShardingTest back to the same layout as it started up with so that the test can be cleaned up properly.
2012-06-14 15:48:49 -04:00
Spencer T Brody
9ab21eeb94
Clean up ReplicaSetMonitor when the whole set has been down for a long time. SERVER-4581
2012-06-12 16:51:25 -04:00