Skip to content

Commit d0181a7

Browse files
committed
SERVER-34352 Run dbhash check before collection validation.
(cherry picked from commit 96ae13f)
1 parent 8738691 commit d0181a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

buildscripts/resmokeconfig/suites/jstestfuzz_sharded_continuous_stepdown.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ executor:
1717
- class: ContinuousStepdown
1818
config_stepdown: true
1919
shard_stepdown: true
20-
- class: ValidateCollections
20+
# 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
2124
shell_options:
2225
global_vars:
2326
TestData:
2427
skipValidationOnInvalidViewDefinitions: true
25-
- class: CheckReplDBHash
28+
- class: ValidateCollections
2629
shell_options:
2730
global_vars:
2831
TestData:

0 commit comments

Comments
 (0)