test_kind: js_test selector: roots: - jstestfuzz/out/*.js executor: archive: hooks: - CheckReplDBHash - CheckReplOplogs - ValidateCollections config: shell_options: readMode: commands hooks: # 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: CheckPrimary - class: CheckReplOplogs - class: CheckReplDBHash shell_options: global_vars: TestData: excludedDBsFromDBHash: - config skipValidationOnInvalidViewDefinitions: true - class: ValidateCollections shell_options: global_vars: TestData: skipValidationOnInvalidViewDefinitions: true fixture: class: ReplicaSetFixture mongod_options: set_parameters: disableLogicalSessionCacheRefresh: false enableTestCommands: 1 numInitialSyncAttempts: 1 writePeriodicNoops: 1 verbose: '' num_nodes: 2