summaryrefslogtreecommitdiff
path: root/jstests/sharding/tag_auto_split.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/tag_auto_split.js')
-rw-r--r--jstests/sharding/tag_auto_split.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/sharding/tag_auto_split.js b/jstests/sharding/tag_auto_split.js
index c138fc788fa..835ec3b1546 100644
--- a/jstests/sharding/tag_auto_split.js
+++ b/jstests/sharding/tag_auto_split.js
@@ -20,11 +20,10 @@ sh.addTagRange( "test.foo" , { _id : 5 } , { _id : 10 } , "a" );
sh.addTagRange( "test.foo" , { _id : 10 } , { _id : 15 } , "b" );
assert.soon( function() {
- //printjson( sh.status() );
return s.config.chunks.count() == 3;
}, "things didn't get split", 1000 * 60 * 10, 1000 );
-printjson( sh.status() );
+s.printShardingStatus();
s.stop();
@@ -48,7 +47,6 @@ sh.addTagRange( "test.foo" , { _id : 5 } , { _id : 10 } , "a" );
sh.addTagRange( "test.foo" , { _id : 10 } , { _id : 15 } , "b" );
assert.soon( function() {
- //printjson( sh.status() );
return s.config.chunks.count() == 3;
}, "things didn't get split", 1000 * 60 * 10, 1000 );