PYTHON-4926 - Skip tests with errorCodeName on Serverless (#1989)
This commit is contained in:
parent
9f53f29967
commit
260322277d
@ -422,6 +422,11 @@
|
||||
},
|
||||
{
|
||||
"description": "commit is not retried after MaxTimeMSExpired error",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"serverless": "forbid"
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
{
|
||||
"name": "failPoint",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"description": "commit-writeconcernerror",
|
||||
"schemaVersion": "1.3",
|
||||
"schemaVersion": "1.4",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "4.0",
|
||||
@ -414,6 +414,11 @@
|
||||
},
|
||||
{
|
||||
"description": "commitTransaction is not retried after UnknownReplWriteConcern error",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"serverless": "forbid"
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
{
|
||||
"name": "failPoint",
|
||||
@ -546,6 +551,11 @@
|
||||
},
|
||||
{
|
||||
"description": "commitTransaction is not retried after UnsatisfiableWriteConcern error",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"serverless": "forbid"
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
{
|
||||
"name": "failPoint",
|
||||
@ -678,6 +688,11 @@
|
||||
},
|
||||
{
|
||||
"description": "commitTransaction is not retried after MaxTimeMSExpired error",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"serverless": "forbid"
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
{
|
||||
"name": "failPoint",
|
||||
|
||||
@ -89,6 +89,11 @@
|
||||
"tests": [
|
||||
{
|
||||
"description": "commitTransaction fails after Interrupted",
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"serverless": "forbid"
|
||||
}
|
||||
],
|
||||
"operations": [
|
||||
{
|
||||
"object": "testRunner",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user