Files
mongo/buildscripts/resmokeconfig/suites/mongot_e2e_single_node.yml
Will Buerger 0606621f9f SERVER-104857: Rename mongot end-to-end resmoke suites (#35919)
GitOrigin-RevId: f3d19fa3904a8776329e45bfdfb7b356ea122d91
2025-05-09 12:56:19 +00:00

48 lines
1.4 KiB
YAML

config_variables:
- &keyFile jstests/with_mongot/keyfile_for_testing
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
- &authOptions
authenticationDatabase: local
authenticationMechanism: SCRAM-SHA-256
password: *keyFileData
username: __system
test_kind: js_test
description: |
This suite spins up a single node replica set (eg a single, primary node) with a mongot for
running search integrations tests locally and on evergreen. Given that it is a single repl
node, the suite's read preference is the primary.
selector:
roots:
- jstests/with_mongot/e2e/**/*.js
- jstests/with_mongot/e2e_infrastructure_tests/*.js
- jstests/with_mongot/e2e_lib/*_test.js
exclude_files:
- jstests/with_mongot/e2e/sharding_no_passthrough/**/*.js
exclude_with_any_tags:
- requires_sharding
executor:
config:
shell_options:
global_vars:
TestData:
auth: true
authMechanism: SCRAM-SHA-256
keyFile: *keyFile
keyFileData: *keyFileData
roleGraphInvalidationIsFatal: true
eval: jsTest.authenticate(db.getMongo())
<<: *authOptions
fixture:
class: ReplicaSetFixture
auth_options: *authOptions
launch_mongot: true
num_nodes: 1
mongod_options:
keyFile: *keyFile
set_parameters:
enableTestCommands: 1