summaryrefslogtreecommitdiff
path: root/jstests/sharding/api_params_nontransaction_sharded.js
blob: 0744f38be96e54ecfd50ab2a2c9dfb75e693e298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * When a client calls a mongos command with API parameters, mongos must forward them to shards.
 *
 * @tags: [multiversion_incompatible]
 */

(function() {
'use strict';

load('jstests/sharding/libs/mongos_api_params_util.js');
MongosAPIParametersUtil.runTests({inTransaction: false, shardedCollection: true});
})();