mirror of https://github.com/mongodb/mongo
17 lines
384 B
JavaScript
17 lines
384 B
JavaScript
// List of test only commands
|
|
export const testOnlyCommands = [
|
|
"configureFailPoint",
|
|
"_hashBSONElement",
|
|
"replSetTest",
|
|
"godinsert",
|
|
"sleep",
|
|
"cpuload",
|
|
"sysprofile",
|
|
"_dropConnectionsToMongot",
|
|
"_mongotConnPoolStats",
|
|
"_mirrorMaestroConnPoolStats",
|
|
"_dropMirrorMaestroConnections",
|
|
"analyze",
|
|
"_shardsvrRunSearchIndexCommand",
|
|
];
|