mongo/jstests/replsets/apply_ops_concurrent_same_db.js
Zac 591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00

10 lines
251 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: "test.coll1", ns2: "test.coll2"}).run();