We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738691 commit d0181a7Copy full SHA for d0181a7
buildscripts/resmokeconfig/suites/jstestfuzz_sharded_continuous_stepdown.yml
@@ -17,12 +17,15 @@ executor:
17
- class: ContinuousStepdown
18
config_stepdown: true
19
shard_stepdown: true
20
- - class: ValidateCollections
+ # The CheckReplDBHash hook waits until all operations have replicated to and have been applied
21
+ # on the secondaries, so we run the ValidateCollections hook after it to ensure we're
22
+ # validating the entire contents of the collection.
23
+ - class: CheckReplDBHash
24
shell_options:
25
global_vars:
26
TestData:
27
skipValidationOnInvalidViewDefinitions: true
- - class: CheckReplDBHash
28
+ - class: ValidateCollections
29
30
31
0 commit comments