Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: sync tests
  • Loading branch information
durran committed Oct 8, 2024
commit 3f81c38967cba936166991cc4b70b6083b1c29d8
8 changes: 5 additions & 3 deletions test/spec/retryable-writes/unified/handshakeError.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "retryable writes handshake failures",
"schemaVersion": "1.3",
"schemaVersion": "1.4",
"runOnRequirements": [
{
"minServerVersion": "4.2",
Expand Down Expand Up @@ -57,7 +57,8 @@
"description": "client.clientBulkWrite succeeds after retryable handshake network error",
"runOnRequirements": [
{
"minServerVersion": "8.0"
"minServerVersion": "8.0",
"serverless": "forbid"
}
],
"operations": [
Expand Down Expand Up @@ -165,7 +166,8 @@
"description": "client.clientBulkWrite succeeds after retryable handshake server error (ShutdownInProgress)",
"runOnRequirements": [
{
"minServerVersion": "8.0"
"minServerVersion": "8.0",
"serverless": "forbid"
}
],
"operations": [
Expand Down
4 changes: 3 additions & 1 deletion test/spec/retryable-writes/unified/handshakeError.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

description: "retryable writes handshake failures"

schemaVersion: "1.3"
schemaVersion: "1.4" # For `serverless: forbid`

runOnRequirements:
- minServerVersion: "4.2"
Expand Down Expand Up @@ -53,6 +53,7 @@ tests:
- description: "client.clientBulkWrite succeeds after retryable handshake network error"
runOnRequirements:
- minServerVersion: "8.0" # `bulkWrite` added to server 8.0
serverless: forbid
operations:
- name: failPoint
object: testRunner
Expand Down Expand Up @@ -98,6 +99,7 @@ tests:
- description: "client.clientBulkWrite succeeds after retryable handshake server error (ShutdownInProgress)"
runOnRequirements:
- minServerVersion: "8.0" # `bulkWrite` added to server 8.0
serverless: forbid
operations:
- name: failPoint
object: testRunner
Expand Down