Files
mongo/buildscripts/resmokeconfig/suites/extensions_single_node.yml
Lynne Wang d23c6d3f61 SERVER-107883 Create extensions passthroughs with more configurations (#39566)
GitOrigin-RevId: b7fa53eda3413d35bfdb07d5959f569dc3b3014a
2025-08-15 13:58:21 +00:00

35 lines
971 B
YAML

test_kind: js_test
description: |
This suite runs tests that are targeted for extensions against a single node replica set (eg a
single, primary node). It assumes that extensions (and the corresponding .so files) have already
been installed with 'install-extensions'. Given that it is a single replica set node, the suite's
read preference is the primary.
selector:
roots:
- jstests/extensions/**/*.js
exclude_with_any_tags:
- assumes_standalone_mongod
- requires_sharding
executor:
archive:
hooks:
- CheckReplDBHash
- ValidateCollections
config:
shell_options:
eval: await import("jstests/libs/override_methods/detect_spawning_own_mongod.js");
hooks:
- class: CheckReplDBHash
- class: ValidateCollections
fixture:
class: ReplicaSetFixture
num_nodes: 1
load_all_extensions: true
mongod_options:
set_parameters:
enableTestCommands: 1
featureFlagExtensionsAPI: true