2017-08-07 16:42:53 -04:00
|
|
|
(function() {
|
2019-07-26 18:20:35 -04:00
|
|
|
'use strict';
|
2017-08-07 16:42:53 -04:00
|
|
|
|
2019-07-26 18:20:35 -04:00
|
|
|
load('jstests/replsets/libs/apply_ops_concurrent_non_atomic.js');
|
2017-08-07 16:42:53 -04:00
|
|
|
|
2020-08-03 14:29:04 -04:00
|
|
|
new ApplyOpsConcurrentNonAtomicTest({ns1: 'test.coll1', ns2: 'test.coll2'}).run();
|
2017-08-07 16:42:53 -04:00
|
|
|
}());
|