Files
mongo/jstests/replsets/apply_ops_concurrent_different_db.js
2023-08-06 20:48:04 +00:00

9 lines
252 B
JavaScript

/**
* @tags: [
* # 6.2 removes support for atomic applyOps
* requires_fcv_62,
* ]
*/
import {ApplyOpsConcurrentTest} from "jstests/replsets/libs/apply_ops_concurrent.js";
new ApplyOpsConcurrentTest({ns1: 'test1.coll1', ns2: 'test2.coll2'}).run();