45 lines
3.7 KiB
YAML
45 lines
3.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-integration-smoke --test_tag_filters=server-integration-smoke //...
|
|
# This suite can be run with:
|
|
# bazel build install-devcore && python buildscripts/run_smoke_tests.py --suites=server_integration_backup
|
|
|
|
# This suite can be generated by running:
|
|
# python3 /home/ubuntu/rss-tooling/scripts/generate_smoke_test.py -t 15 -bt 15
|
|
|
|
suites:
|
|
no_passthrough:
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/aggregation_backup_cursor.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_cursor_checkpoint_recovery.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_cursor_checkpoint_timestamp.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_cursor_collection_agg.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_cursor_drop_pending_ident.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_restore_abort_and_start_index_build.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_restore_commit_index_build.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_restore_index_build.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_restore_metadata.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_restore_unreplicated_collections.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/backup_restore_untimestamped_writes.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/encryption/encrypt_backup_cursor.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/encryption/encrypt_incremental_backup_cursor.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/encryption/full_hot_backup_restore.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/incremental_backup/incremental_backup_cursor.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/incremental_backup/incremental_backup_cursor_ns_uuid.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/incremental_backup/incremental_backup_cursor_ns_uuid_simple.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/libs/backup_cursor_helpers.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/libs/incremental_backup_helpers.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/libs/magic_restore_passthrough_runner.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/libs/magic_restore_test.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/libs/sharded_backup_restore.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/libs/sharded_magic_restore_test.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/magic_restore/ignore_dbcheck_in_magic_restore.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/magic_restore/magic_restore_non_pit_retryable_write_replica_set.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/magic_restore/magic_restore_non_pit_txn_replica_set.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/magic_restore/magic_restore_pit_retryable_write_replica_set.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/magic_restore/magic_restore_pit_txn_replica_set.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/selective_backup_restore/selective_backup_restore_missing_index.js
|
|
- src/mongo/db/modules/enterprise/jstests/hot_backups/selective_backup_restore/selective_backup_restore_removes_catalog_entries.js
|
|
test_kind: js_test
|