0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-27 15:06:34 +01:00
mongodb/jstests/sharding/api_params_nontransaction_sharded.js
auto-revert-app[bot] 8dabd67451 Revert "SERVER-92880 Tag more jstests as owned by query (#29090)" (#29523)
GitOrigin-RevId: d5a1fb056144efac5baf4b3c0b4166ac3bc7944e
2024-11-23 09:10:19 +00:00

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});