summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2018-02-16 16:26:01 -0500
committerJack Mulrow <jack.mulrow@mongodb.com>2018-02-21 18:44:16 -0500
commite6835be3baaef51726f0bbee380db8803d7d7963 (patch)
tree1200337cb408758e97002d9ee6df328ade016ec6 /jstests
parent6aa704c31f2489e60aa3d1cd0d5ce1ec014b907a (diff)
downloadmongo-e6835be3baaef51726f0bbee380db8803d7d7963.tar.gz
SERVER-33379 Fix error message in sharded_moveChunk_partitioned.js workload
Diffstat (limited to 'jstests')
-rw-r--r--jstests/concurrency/fsm_workloads/sharded_moveChunk_partitioned.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/sharded_moveChunk_partitioned.js b/jstests/concurrency/fsm_workloads/sharded_moveChunk_partitioned.js
index 0b908fe8106..c19b7652639 100644
--- a/jstests/concurrency/fsm_workloads/sharded_moveChunk_partitioned.js
+++ b/jstests/concurrency/fsm_workloads/sharded_moveChunk_partitioned.js
@@ -140,8 +140,8 @@ var $config = extendWorkload($config, function($config, $super) {
// verify that each mongos sees as many documents in the chunk's
// range after the move as there were before.
var numDocsAfter = ChunkHelper.getNumDocs(mongos, ns, chunk.min._id, chunk.max._id);
- msg =
- 'Number of chunks in partition seen by mongos changed with moveChunk.\n' + msgBase;
+ msg = 'Number of documents in range seen by mongos changed with moveChunk, range: ' +
+ tojson(bounds) + '.\n' + msgBase;
assertWhenOwnColl.eq(numDocsAfter, numDocsBefore, msg);
// If the moveChunk operation succeeded, verify that each mongos sees all data in the