32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
test_kind: cpp_integration_test
|
|
|
|
selector:
|
|
root: bazel-bin/install/install-mongo_integration_test_test_list.txt
|
|
exclude_files:
|
|
- bazel-bin/**/client_dbclient_connection_integration_test* # Needs connection to single host.
|
|
- bazel-bin/**/network_interface_ssl_test* # Requires SSL
|
|
- bazel-bin/**/grpc_transport_integration_test # Must be run with parameters in the integration_tests_standalone_grpc variant
|
|
|
|
executor:
|
|
archive:
|
|
hooks:
|
|
- CheckReplDBHash
|
|
- CheckReplOplogs
|
|
- ValidateCollections
|
|
config: {}
|
|
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: CheckReplOplogs
|
|
- class: CheckReplDBHash
|
|
- class: ValidateCollections
|
|
fixture:
|
|
class: ReplicaSetFixture
|
|
mongod_options:
|
|
set_parameters:
|
|
logComponentVerbosity:
|
|
command: 2
|
|
enableTestCommands: 1
|
|
num_nodes: 2
|