6 lines
205 B
JavaScript
6 lines
205 B
JavaScript
// @tags: [requires_non_retryable_commands]
|
|
|
|
// Test that cleanupOrphaned cannot be run on stand alone mongod.
|
|
var res = db.adminCommand({cleanupOrphaned: 'unsharded.coll'});
|
|
assert(!res.ok, tojson(res));
|