summaryrefslogtreecommitdiff
path: root/jstests/core/apitest_dbcollection.js
diff options
context:
space:
mode:
authorIan Whalen <ian.whalen@gmail.com>2016-04-12 11:19:52 -0400
committerIan Whalen <ian.whalen@gmail.com>2016-04-12 11:19:52 -0400
commit574a4910e189536215d3e3ab3c206dd44f1d699d (patch)
tree2fbbb702a16418f6917c7c1b1d2d687d227db593 /jstests/core/apitest_dbcollection.js
parent89a3de326d0e6a999149e7eca5fbab5c77f559b6 (diff)
downloadmongo-574a4910e189536215d3e3ab3c206dd44f1d699d.tar.gz
Revert "SERVER-22588 make validate command work in a sharded collection"
This reverts commit 3caa06819ab544bf9e88f4413c363a6439fe1998.
Diffstat (limited to 'jstests/core/apitest_dbcollection.js')
-rw-r--r--jstests/core/apitest_dbcollection.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/core/apitest_dbcollection.js b/jstests/core/apitest_dbcollection.js
index 8f0129319f7..d542ad6d7e1 100644
--- a/jstests/core/apitest_dbcollection.js
+++ b/jstests/core/apitest_dbcollection.js
@@ -42,9 +42,7 @@ for (i = 0; i < 100; i++) {
(function() {
var validateResult = assert.commandWorked(db.getCollection("test_db").validate());
// Extract validation results from mongos output if running in a sharded context.
- var isShardedNS = validateResult.hasOwnProperty('raw');
-
- if (isShardedNS) {
+ if (jsTest.isMongos(db.getMongo())) {
// Sample mongos format:
// {
// raw: {