Files
mongo/jstests/core/cleanup_orphaned.js

4 lines
162 B
JavaScript

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