Files
mongo/buildscripts/resmokeconfig/suites/streams_aspio_iceberg_5.yml
Nathan Frank e1430923b7 SERVER-120740: add test coverage for iceberg metadata validation (#49262)
GitOrigin-RevId: 21b48855cee4683190f6aef239c1ece3ad71d84c
2026-03-09 17:59:41 +00:00

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