Files
mongo/buildscripts/smoke_tests/rss_sydney.yml
adelinexchen 84e8c0123b SERVER-103656 identify validation tests for RSS Sydney Smoke Suite (#34866)
GitOrigin-RevId: b5e9f83408543d35ad927d0c20e4849a5c13363a
2025-04-11 00:33:24 +00:00

35 lines
1.7 KiB
YAML

# This suite is used to run the smoke tests for the features owned by the RSS Sydney team.
# It is intended to be executed locally and should finish in a short time frame (< 10 minutes) with
# The goal being to provide quick feedback that none of the major features are broken.
# Should be run in conjunction with the unittests using:
# bazel test --build_tag_filters=server-rss-sydney-smoke --test_tag_filters=server-rss-sydney-smoke //...
# This suite can be run with:
# bazel build install-devcore && python buildscripts/run_smoke_tests.py --suites=rss_sydney
test_kind: js_test
suites:
no_passthrough:
- jstests/noPassthrough/validate/background_validation.js
- jstests/noPassthrough/validate/validate_detects_invalid_index_options.js
- jstests/noPassthrough/validate/validate_doc_schema.js
- jstests/noPassthrough/validate/validate_multikey_failures.js
- jstests/noPassthrough/validate/validate_out_of_order.js
no_passthrough_with_mongod:
- jstests/noPassthroughWithMongod/validate/validate_command.js
read_only:
- jstests/readonly/validate.js
disk_wiredtiger:
- jstests/disk/killall.js
- jstests/disk/repair_clustered_collection.js
- jstests/disk/repair_corrupt_document.js
- jstests/disk/repair_failure_is_recoverable.js
- jstests/disk/repair_removes_invalid_index_options.js
- jstests/disk/validate_bson_inconsistency.js
- jstests/disk/wt_corrupt_file_errors.js
- jstests/disk/wt_repair_corrupt_metadata.js
- jstests/disk/wt_repair_orphaned_idents.js
- jstests/disk/wt_startup_with_missing_user_collection.js
- jstests/disk/wt_validate_corrupt_files.js
- jstests/disk/wt_verify_config_override.js