Files
mongo/jstests/replsets/apply_ops_concurrent_same_db.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
251 B
JavaScript
Raw Normal View History

2022-11-10 21:14:48 +00:00
/**
* @tags: [
* # 6.2 removes support for atomic applyOps
* requires_fcv_62,
* ]
*/
import {ApplyOpsConcurrentTest} from "jstests/replsets/libs/apply_ops_concurrent.js";
new ApplyOpsConcurrentTest({ns1: "test.coll1", ns2: "test.coll2"}).run();