Files
mongo/jstests/core/cleanup_orphaned.js
2016-03-09 12:18:14 -05:00

4 lines
160 B
JavaScript

// Test that cleanupOrphaned cannot be run on stand alone mongod.
var res = db.adminCommand({cleanupOrphaned: 'unsharded.coll'});
assert(!res.ok, tojson(res));