Files
mongo/jstests/replsets/apply_ops_concurrent_non_atomic_same_db.js
2019-07-27 11:02:23 -04:00

12 lines
241 B
JavaScript

(function() {
'use strict';
load('jstests/replsets/libs/apply_ops_concurrent_non_atomic.js');
new ApplyOpsConcurrentNonAtomicTest({
ns1: 'test.coll1',
ns2: 'test.coll2',
requiresDocumentLevelConcurrency: false,
}).run();
}());