diff --git a/source/transactions-convenient-api/tests/unified/commit-retry.json b/source/transactions-convenient-api/tests/unified/commit-retry.json index cc80201167..928f0167e4 100644 --- a/source/transactions-convenient-api/tests/unified/commit-retry.json +++ b/source/transactions-convenient-api/tests/unified/commit-retry.json @@ -422,11 +422,6 @@ }, { "description": "commit is not retried after MaxTimeMSExpired error", - "runOnRequirements": [ - { - "serverless": "forbid" - } - ], "operations": [ { "name": "failPoint", diff --git a/source/transactions-convenient-api/tests/unified/commit-retry.yml b/source/transactions-convenient-api/tests/unified/commit-retry.yml index 63ff0f30be..22d2125485 100644 --- a/source/transactions-convenient-api/tests/unified/commit-retry.yml +++ b/source/transactions-convenient-api/tests/unified/commit-retry.yml @@ -212,9 +212,6 @@ tests: - { _id: 1 } - description: commit is not retried after MaxTimeMSExpired error - runOnRequirements: - # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed. - - serverless: forbid operations: - name: failPoint object: testRunner diff --git a/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.json b/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.json index a455a450bf..a6f6e6bd7f 100644 --- a/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.json +++ b/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.json @@ -1,6 +1,6 @@ { "description": "commit-writeconcernerror", - "schemaVersion": "1.4", + "schemaVersion": "1.3", "runOnRequirements": [ { "minServerVersion": "4.0", @@ -414,11 +414,6 @@ }, { "description": "commitTransaction is not retried after UnknownReplWriteConcern error", - "runOnRequirements": [ - { - "serverless": "forbid" - } - ], "operations": [ { "name": "failPoint", @@ -551,11 +546,6 @@ }, { "description": "commitTransaction is not retried after UnsatisfiableWriteConcern error", - "runOnRequirements": [ - { - "serverless": "forbid" - } - ], "operations": [ { "name": "failPoint", @@ -688,11 +678,6 @@ }, { "description": "commitTransaction is not retried after MaxTimeMSExpired error", - "runOnRequirements": [ - { - "serverless": "forbid" - } - ], "operations": [ { "name": "failPoint", diff --git a/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.yml b/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.yml index a4a80839a3..44877fa008 100644 --- a/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.yml +++ b/source/transactions-convenient-api/tests/unified/commit-writeconcernerror.yml @@ -1,6 +1,6 @@ description: commit-writeconcernerror -schemaVersion: '1.4' # For `serverless` in `runOnRequirements` +schemaVersion: '1.3' runOnRequirements: - minServerVersion: '4.0' @@ -151,9 +151,6 @@ tests: outcome: *outcome - description: commitTransaction is not retried after UnknownReplWriteConcern error - runOnRequirements: - # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed. - - serverless: forbid operations: - name: failPoint object: testRunner @@ -206,9 +203,6 @@ tests: outcome: *outcome - description: commitTransaction is not retried after UnsatisfiableWriteConcern error - runOnRequirements: - # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed. - - serverless: forbid operations: - name: failPoint object: testRunner @@ -232,9 +226,6 @@ tests: outcome: *outcome - description: commitTransaction is not retried after MaxTimeMSExpired error - runOnRequirements: - # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed. - - serverless: forbid operations: - name: failPoint object: testRunner diff --git a/source/transactions/tests/unified/retryable-commit.json b/source/transactions/tests/unified/retryable-commit.json index 7d7e52495d..b794c1c55c 100644 --- a/source/transactions/tests/unified/retryable-commit.json +++ b/source/transactions/tests/unified/retryable-commit.json @@ -89,11 +89,6 @@ "tests": [ { "description": "commitTransaction fails after Interrupted", - "runOnRequirements": [ - { - "serverless": "forbid" - } - ], "operations": [ { "object": "testRunner", diff --git a/source/transactions/tests/unified/retryable-commit.yml b/source/transactions/tests/unified/retryable-commit.yml index ed0f64978d..916944065a 100644 --- a/source/transactions/tests/unified/retryable-commit.yml +++ b/source/transactions/tests/unified/retryable-commit.yml @@ -67,9 +67,6 @@ initialData: tests: - description: 'commitTransaction fails after Interrupted' - runOnRequirements: - # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed. - - serverless: forbid operations: - object: testRunner