summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-02-22 14:09:48 -0500
committerTad Marshall <tad@10gen.com>2013-02-22 14:12:15 -0500
commit4cdf08b86b2f9141f0dc9e5a878a9a853364efd3 (patch)
tree6f55309920b17541f92ed2303db86c52c5d1bf5f
parent0c1895dae4a9cd6550f8ce0a8c40fe4d988361d5 (diff)
downloadmongo-4cdf08b86b2f9141f0dc9e5a878a9a853364efd3.tar.gz
Increase logLevel in test to help debugging
-rw-r--r--jstests/sharding/shard_insert_getlasterror_w2.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/shard_insert_getlasterror_w2.js b/jstests/sharding/shard_insert_getlasterror_w2.js
index de3d63ec34d..200cc009ee9 100644
--- a/jstests/sharding/shard_insert_getlasterror_w2.js
+++ b/jstests/sharding/shard_insert_getlasterror_w2.js
@@ -65,6 +65,7 @@ function go() {
// take down the slave and make sure it fails over
repset1.stop(1);
repset1.stop(2);
+ db.getMongo().adminCommand({setParameter: 1, logLevel:1});
db.getMongo().setSlaveOk();
print("trying some queries");
assert.soon(function() { try {