SERVER-118802: Skip prepare_txn_table_updates when conflicting parameter is set (#47506)
GitOrigin-RevId: c44b6c89d06c328501265507093137a52d121401
This commit is contained in:
parent
3e17e7357d
commit
63c30f8fa0
@ -24,5 +24,12 @@ function doTest(commitOrAbort) {
|
||||
replSet.stopSet();
|
||||
}
|
||||
|
||||
if (TestData && TestData.setParameters && TestData.setParameters.maxNumberOfTransactionOperationsInSingleOplogEntry) {
|
||||
jsTest.log.info(
|
||||
`Skipping test with maxNumberOfTransactionOperationsInSingleOplogEntry set due to incompatibility with this test.`,
|
||||
);
|
||||
quit();
|
||||
}
|
||||
|
||||
doTest("commit");
|
||||
doTest("abort");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user