8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
(function() {
|
|
'use strict';
|
|
|
|
load('jstests/replsets/libs/apply_ops_concurrent_non_atomic.js');
|
|
|
|
new ApplyOpsConcurrentNonAtomicTest({ns1: 'test.coll1', ns2: 'test.coll2'}).run();
|
|
}());
|