diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_replication.yml
|
index 7ae625b..05dfa72 100644
|
--- a/buildscripts/resmokeconfig/suites/concurrency_replication.yml
|
+++ b/buildscripts/resmokeconfig/suites/concurrency_replication.yml
|
@@ -16,6 +16,7 @@ selector:
|
executor:
|
archive:
|
hooks:
|
+ - CheckReplDBHashInBackground
|
- CheckReplDBHash
|
- ValidateCollections
|
tests: true
|
@@ -26,7 +27,7 @@ executor:
|
# The CheckReplDBHash hook waits until all operations have replicated to and have been applied
|
# on the secondaries, so we run the ValidateCollections hook after it to ensure we're
|
# validating the entire contents of the collection.
|
- #
|
+ - class: CheckReplDBHashInBackground
|
# TODO SERVER-26466: Add CheckReplOplogs hook to the concurrency suite.
|
- class: CheckReplDBHash
|
- class: ValidateCollections
|