Skip to content

Commit

Permalink
DRIVERS-2387 Skip StaleShardVersion resume test on >= 6.1 (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis committed Jul 21, 2022
1 parent 9a0a385 commit 8d897ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -1478,6 +1478,11 @@
},
{
"description": "change stream resumes after StaleShardVersion",
"runOnRequirements": [
{
"maxServerVersion": "6.0.99"
}
],
"operations": [
{
"name": "failPoint",
Expand Down
Expand Up @@ -743,6 +743,9 @@ tests:
databaseName: *database0

- description: change stream resumes after StaleShardVersion
runOnRequirements:
# StaleShardVersion is obsolete as of 6.1 and is no longer marked as resumable.
- maxServerVersion: "6.0.99"
operations:
- name: failPoint
object: testRunner
Expand Down

0 comments on commit 8d897ad

Please sign in to comment.