mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-27 15:06:34 +01:00
8dabd67451
GitOrigin-RevId: d5a1fb056144efac5baf4b3c0b4166ac3bc7944e
11 lines
330 B
JavaScript
11 lines
330 B
JavaScript
/**
|
|
* When a client calls a mongos command with API parameters, mongos must forward them to shards.
|
|
*
|
|
* @tags: [
|
|
* multiversion_incompatible,
|
|
* ]
|
|
*/
|
|
import {MongosAPIParametersUtil} from "jstests/sharding/libs/mongos_api_params_util.js";
|
|
|
|
MongosAPIParametersUtil.runTests({inTransaction: false, shardedCollection: true});
|