Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ initialData:

tests:
- description: "maxTimeMS value in the command is less than timeoutMS"
skipReason: "RUBY-3922: fails on server 7.0.39+/8.0.28+ due to SERVER-128517 pre-auth streamable hello 10s floor changing RTT measurement"
operations:
# Artificially increase the server RTT to ~50ms.
- name: failPoint
Expand Down Expand Up @@ -101,7 +100,6 @@ tests:
maxTimeMS: { $$lte: 450 }

- description: "command is not sent if RTT is greater than timeoutMS"
skipReason: "RUBY-3922: fails on server 7.0.39+/8.0.28+ due to SERVER-128517 pre-auth streamable hello 10s floor changing RTT measurement"
operations:
# Artificially increase the server RTT to ~50ms.
- name: failPoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ initialData: &initialData

tests:
- description: Connection pool clear uses interruptInUseConnections=true after monitor timeout
skipReason: "RUBY-3922: fails on server 7.0.39+/8.0.28+ due to SERVER-128517 pre-auth streamable hello 10s floor"
operations:
- name: createEntities
object: testRunner
Expand Down Expand Up @@ -125,7 +124,6 @@ tests:
- _id: 1

- description: Error returned from connection pool clear with interruptInUseConnections=true is retryable
skipReason: "RUBY-3922: fails on server 7.0.39+/8.0.28+ due to SERVER-128517 pre-auth streamable hello 10s floor"
operations:
- name: createEntities
object: testRunner
Expand Down Expand Up @@ -232,7 +230,6 @@ tests:
documents:
- _id: 1
- description: Error returned from connection pool clear with interruptInUseConnections=true is retryable for write
skipReason: "RUBY-3922: fails on server 7.0.39+/8.0.28+ due to SERVER-128517 pre-auth streamable hello 10s floor"
operations:
- name: createEntities
object: testRunner
Expand Down
Loading