summaryrefslogtreecommitdiff
path: root/jstests/core/cleanup_orphaned.js
blob: 344d603eb72db7c52c3af502cfc0267076d434c0 (plain)
1
2
3
4
5
// @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));