20 lines
620 B
YAML
20 lines
620 B
YAML
test_kind: js_test
|
|
|
|
selector:
|
|
roots:
|
|
- src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_dlq_schema.js
|
|
- src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_partitioning.js
|
|
- src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_partitioning_2.js
|
|
- src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_metadata_validation.js
|
|
|
|
executor:
|
|
fixture:
|
|
class: ReplicaSetFixture
|
|
mongod_options:
|
|
bind_ip_all: ""
|
|
set_parameters:
|
|
enableTestCommands: 1
|
|
featureFlagStreams: true
|
|
diagnosticDataCollectionEnabled: false
|
|
num_nodes: 1
|