mirror of https://github.com/mongodb/mongo
SERVER-104715 Update tests in component suite tests to reflect output of buildbaron (#35810)
GitOrigin-RevId: 6ce77dbd492af3b77f5157e56061f4ba55dae5ae
This commit is contained in:
parent
d0a0123602
commit
61022d54eb
|
|
@ -30,6 +30,7 @@ suites:
|
|||
- jstests/core/timeseries/ddl/timeseries_index_spec_with_originalSpec.js
|
||||
- jstests/core/timeseries/libs/timeseries.js
|
||||
- jstests/core/timeseries/write/basic.js
|
||||
- jstests/core/timeseries/write/timeseries_bucket_limit_count.js
|
||||
- jstests/core/timeseries/write/timeseries_bucket_limit_time_range.js
|
||||
- jstests/core/timeseries/write/timeseries_bucket_manual_removal.js
|
||||
- jstests/core/timeseries/write/timeseries_buckets_find_and_modify.js
|
||||
|
|
@ -106,10 +107,10 @@ suites:
|
|||
- jstests/sharding/capped_collections/collection_uuid_shard_capped_collection.js
|
||||
- jstests/sharding/capped_collections/convert_to_capped_failure.js
|
||||
no_passthrough:
|
||||
- jstests/noPassthrough/clustered_collections/clustered_capped_collection.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_capped_collection_arbitrary_key.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_coll_mod.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_capped_collection.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_coll_mod_arbitrary_key.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_coll_mod.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_collection_at_startup.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_collection_bounded_scan_nonreplicated.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_collection_capped_concurrency.js
|
||||
|
|
@ -119,7 +120,6 @@ suites:
|
|||
- jstests/noPassthrough/clustered_collections/clustered_collection_nonreplicated_basic.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_collection_sorted_scan.js
|
||||
- jstests/noPassthrough/clustered_collections/clustered_collection_ttl.js
|
||||
- jstests/noPassthrough/crud/capped_deletes_within_startup_recovery.js
|
||||
- jstests/noPassthrough/timeseries/bucket_reopening/intermediate_data_consistency_check_reopening.js
|
||||
- jstests/noPassthrough/timeseries/bucket_reopening/timeseries_direct_remove_reopen.js
|
||||
- jstests/noPassthrough/timeseries/bucket_reopening/timeseries_reopen_uncompressed_bucket_for_compression.js
|
||||
|
|
@ -132,7 +132,6 @@ suites:
|
|||
- jstests/noPassthrough/timeseries/create/timeseries_create_drop.js
|
||||
- jstests/noPassthrough/timeseries/create/timeseries_server_parameters.js
|
||||
- jstests/noPassthrough/timeseries/create/timeseries_startup.js
|
||||
- jstests/noPassthrough/timeseries/create/timeseries_writes_check_buckets_coll_is_valid.js
|
||||
- jstests/noPassthrough/timeseries/data_integrity/intermediate_data_consistency_checks_skips.js
|
||||
- jstests/noPassthrough/timeseries/data_integrity/timeseries_insert_compression_failure.js
|
||||
- jstests/noPassthrough/timeseries/data_integrity/timeseries_insert_decompression_failure.js
|
||||
|
|
@ -143,9 +142,10 @@ suites:
|
|||
- jstests/noPassthrough/timeseries/index_builds/hybrid_index_timeseries.js
|
||||
- jstests/noPassthrough/timeseries/index_builds/resumable_timeseries_index_build_collection_scan_phase.js
|
||||
- jstests/noPassthrough/timeseries/index_builds/timeseries_create_index_option_defaults.js
|
||||
- jstests/noPassthrough/timeseries/stats/timeseries_collStats.js
|
||||
- jstests/noPassthrough/timeseries/stats/timeseries_latency_stats.js
|
||||
- jstests/noPassthrough/timeseries/stats/timeseries_serverStatus.js
|
||||
- jstests/noPassthrough/timeseries/stats/timeseries_server_status_state_management.js
|
||||
- jstests/noPassthrough/timeseries/stats/timeseries_serverStatus.js
|
||||
- jstests/noPassthrough/timeseries/timeseries_buckets_oplog_update.js
|
||||
- jstests/noPassthrough/timeseries/timeseries_write_concurrent_collection_replace.js
|
||||
- jstests/noPassthrough/timeseries/ttl/timeseries_expire.js
|
||||
|
|
@ -160,8 +160,6 @@ suites:
|
|||
- jstests/noPassthrough/timeseries/validate/validate_compressed_bucket_with_time_out_of_order.js
|
||||
- jstests/noPassthrough/timeseries/validate/validate_timeseries_bucket_max_span.js
|
||||
- jstests/noPassthrough/timeseries/validate/validate_timeseries_bucketing_parameters_change.js
|
||||
- jstests/noPassthrough/timeseries/validate/validate_timeseries_count.js
|
||||
- jstests/noPassthrough/timeseries/validate/validate_timeseries_data_indexes.js
|
||||
- jstests/noPassthrough/timeseries/validate/validate_timeseries_id_timestamp.js
|
||||
- jstests/noPassthrough/timeseries/validate/validate_timeseries_minmax.js
|
||||
- jstests/noPassthrough/timeseries/validate/validate_timeseries_version.js
|
||||
|
|
@ -172,18 +170,20 @@ suites:
|
|||
- jstests/noPassthrough/timeseries/write/timeseries_closed_due_to_schema_changes.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_compressed_bucket_size.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_dynamic_bucket_sizing_large.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_idle_buckets.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_insert_after_cycle_primary.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_insert_after_failed_insert.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_insert_invalid_timefield.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_insert_ordered_false.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_insert_ordered_true.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_large_measurements.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_large_measurements_max_size.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_large_measurements.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_retry_writes.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_retryable_writes_restart.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_time_backward.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_use_after_meta_update.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_write_compresses_uncompressed_bucket.js
|
||||
- jstests/noPassthrough/timeseries/write/timeseries_write_concern.js
|
||||
no_passthrough_with_mongod:
|
||||
- jstests/noPassthroughWithMongod/capped/capped4.js
|
||||
- jstests/noPassthroughWithMongod/capped/clone_collection_as_capped_no_conflicts.js
|
||||
|
|
@ -194,3 +194,34 @@ suites:
|
|||
- jstests/noPassthroughWithMongod/timeseries/timeseries_system_views_drop.js
|
||||
- jstests/noPassthroughWithMongod/write/insert/insert_multi.js
|
||||
- jstests/noPassthroughWithMongod/write/insert/insert_one_vs_insert.js
|
||||
concurrency:
|
||||
- jstests/concurrency/fsm_workloads/crud/crud_and_commands_with_createindexes.js
|
||||
- jstests/concurrency/fsm_workloads/crud/crud_and_commands.js
|
||||
- jstests/concurrency/fsm_workloads/crud/crud_clustered_collection.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_1char_noindex.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_1char.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_2dsphere.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_base_capped.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_base.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_compound.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_heterogeneous_noindex.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_heterogeneous.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_large_noindex.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_large.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_long_fieldname_noindex.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_long_fieldname.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_multikey_noindex.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_multikey.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_ordered_bulk.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_text_multikey.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_text.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_ttl.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_unordered_bulk.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_upsert.js
|
||||
- jstests/concurrency/fsm_workloads/crud/indexed_insert/indexed_insert_wildcard.js
|
||||
concurrency_sharded_replication:
|
||||
- jstests/concurrency/fsm_workloads/crud/move_collection_with_crud.js
|
||||
- jstests/concurrency/fsm_workloads/crud/move_primary_with_crud.js
|
||||
- jstests/concurrency/fsm_workloads/crud/reshard_collection_crud_ops.js
|
||||
concurrency_replication:
|
||||
- jstests/concurrency/fsm_workloads/timeseries/insert_ttl_retry_writes_timeseries.js
|
||||
|
|
|
|||
|
|
@ -13,20 +13,18 @@ suites:
|
|||
- jstests/core/timeseries/ddl/timeseries_index_build_failure.js
|
||||
no_passthrough:
|
||||
- jstests/noPassthrough/index_builds/absent_ns_field_in_index_specs.js
|
||||
- jstests/noPassthrough/index_builds/commit_quorum.js
|
||||
- jstests/noPassthrough/index_builds/commit_quorum_does_not_hang_with_initial_sync.js
|
||||
- jstests/noPassthrough/index_builds/commit_quorum_standalones.js
|
||||
- jstests/noPassthrough/index_builds/commit_quorum.js
|
||||
- jstests/noPassthrough/index_builds/compound_2dsphere_max_index_keys.js
|
||||
- jstests/noPassthrough/index_builds/create_indexes_fails_if_insufficient_disk_space.js
|
||||
- jstests/noPassthrough/index_builds/create_indexes_in_txn_errors_if_already_in_progress.js
|
||||
- jstests/noPassthrough/index_builds/do_not_rebuild_indexes_before_repair.js
|
||||
- jstests/noPassthrough/index_builds/drop_collection_aborts_in_progress_index_builds.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_aborts_in_progress_index_builds_complex_name.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_aborts_in_progress_index_builds_key_pattern.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_aborts_in_progress_index_builds_multiple.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_aborts_in_progress_index_builds_simple_name.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_aborts_in_progress_index_builds_wildcard.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_aborts_index_builder_matching_input.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_on_recreated_index.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_prevents_dropping_ready_indexes_after_aborting.js
|
||||
- jstests/noPassthrough/index_builds/drop_indexes_rename_collection.js
|
||||
|
|
@ -40,14 +38,15 @@ suites:
|
|||
- jstests/noPassthrough/index_builds/hybrid_multikey.js
|
||||
- jstests/noPassthrough/index_builds/hybrid_partial_geo_index.js
|
||||
- jstests/noPassthrough/index_builds/hybrid_partial_index_update.js
|
||||
- jstests/noPassthrough/index_builds/hybrid_unique_index_with_updates.js
|
||||
- jstests/noPassthrough/index_builds/index_abort_before_commit_signal.js
|
||||
- jstests/noPassthrough/index_builds/index_abort_stepdown_prepare.js
|
||||
- jstests/noPassthrough/index_builds/index_build_capped_position_lost.js
|
||||
- jstests/noPassthrough/index_builds/index_build_external_and_internal_abort.js
|
||||
- jstests/noPassthrough/index_builds/index_build_external_and_internal_abort_do_not_deadlock_single_phase.js
|
||||
- jstests/noPassthrough/index_builds/index_build_external_and_internal_abort_do_not_deadlock_two_phase.js
|
||||
- jstests/noPassthrough/index_builds/index_build_killed_disk_space.js
|
||||
- jstests/noPassthrough/index_builds/index_build_external_and_internal_abort.js
|
||||
- jstests/noPassthrough/index_builds/index_build_killed_disk_space_secondary.js
|
||||
- jstests/noPassthrough/index_builds/index_build_killed_disk_space.js
|
||||
- jstests/noPassthrough/index_builds/index_build_killop_primary.js
|
||||
- jstests/noPassthrough/index_builds/index_build_killop_secondary_after_commit.js
|
||||
- jstests/noPassthrough/index_builds/index_build_killop_secondary_before_commit.js
|
||||
|
|
@ -66,17 +65,16 @@ suites:
|
|||
- jstests/noPassthrough/index_builds/index_builds_ignore_prepare_conflicts.js
|
||||
- jstests/noPassthrough/index_builds/index_commit_currentop_slow.js
|
||||
- jstests/noPassthrough/index_builds/index_drop_before_running.js
|
||||
- jstests/noPassthrough/index_builds/index_empty_collection.js
|
||||
- jstests/noPassthrough/index_builds/index_empty_collection_secondary.js
|
||||
- jstests/noPassthrough/index_builds/index_empty_collection.js
|
||||
- jstests/noPassthrough/index_builds/index_failover_key_errors.js
|
||||
- jstests/noPassthrough/index_builds/index_failover_resolved_key_errors.js
|
||||
- jstests/noPassthrough/index_builds/index_failover_resolved_key_errors_after_stepdown.js
|
||||
- jstests/noPassthrough/index_builds/index_failover_resolved_key_errors.js
|
||||
- jstests/noPassthrough/index_builds/index_initial_sync.js
|
||||
- jstests/noPassthrough/index_builds/index_initial_sync.js
|
||||
- jstests/noPassthrough/index_builds/index_killop_after_stepdown.js
|
||||
- jstests/noPassthrough/index_builds/index_killop_standalone.js
|
||||
- jstests/noPassthrough/index_builds/index_partial_no_explain_cmds.js
|
||||
- jstests/noPassthrough/index_builds/index_primary_aborts_immediately_on_key_generation_error.js
|
||||
- jstests/noPassthrough/index_builds/index_secondary_awaiting_primary_abort_crash_on_commit.js
|
||||
- jstests/noPassthrough/index_builds/index_secondary_commit_after_scan_error.js
|
||||
- jstests/noPassthrough/index_builds/index_secondary_signal_primary_abort.js
|
||||
|
|
@ -85,24 +83,24 @@ suites:
|
|||
- jstests/noPassthrough/index_builds/index_shutdown_cmd_primary.js
|
||||
- jstests/noPassthrough/index_builds/index_shutdown_cmd_secondary.js
|
||||
- jstests/noPassthrough/index_builds/index_signaling_primary_abort_shutdown.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_abort.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_abort_prepare_conflict.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_abort.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_commit_prepare_conflict.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_conflict.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_failover.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_prepare_conflict.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_unique.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_unique_failure.js
|
||||
- jstests/noPassthrough/index_builds/index_stepdown_unique.js
|
||||
- jstests/noPassthrough/index_builds/index_stepup_abort_skipped_records.js
|
||||
- jstests/noPassthrough/index_builds/index_stepup_missing_skipped_record.js
|
||||
- jstests/noPassthrough/index_builds/index_version_autoupgrade.js
|
||||
- jstests/noPassthrough/index_builds/index_version_v2.js
|
||||
- jstests/noPassthrough/index_builds/indexbg2.js
|
||||
- jstests/noPassthrough/index_builds/indexbg_drop.js
|
||||
- jstests/noPassthrough/index_builds/indexbg_killop_primary_after_init.js
|
||||
- jstests/noPassthrough/index_builds/indexbg_killop_secondary_success.js
|
||||
- jstests/noPassthrough/index_builds/indexbg_killop_stepdown.js
|
||||
- jstests/noPassthrough/index_builds/indexbg_killop_stepup.js
|
||||
- jstests/noPassthrough/index_builds/indexbg2.js
|
||||
- jstests/noPassthrough/index_builds/initial_sync_aborts_two_phase_index_builds_hide_index.js
|
||||
- jstests/noPassthrough/index_builds/initial_sync_aborts_two_phase_index_builds_rename.js
|
||||
- jstests/noPassthrough/index_builds/initial_sync_drops_ready_indexes_while_having_index_builds.js
|
||||
|
|
@ -112,12 +110,19 @@ suites:
|
|||
- jstests/noPassthrough/index_builds/rebuild_multiple_indexes_at_startup.js
|
||||
- jstests/noPassthrough/index_builds/reindex_crash_rebuilds_id_index.js
|
||||
- jstests/noPassthrough/index_builds/restart_and_unclean_shutdown_recovery_before_index_build_commit_timestamp.js
|
||||
- jstests/noPassthrough/index_builds/restart_index_build_if_resume_fails.js
|
||||
- jstests/noPassthrough/index_builds/rolling_index_builds_interrupted.js
|
||||
- jstests/noPassthrough/index_builds/rolling_index_builds.js
|
||||
- jstests/noPassthrough/index_builds/salvage_incomplete_rolling_index_builds.js
|
||||
- jstests/noPassthrough/index_builds/step_down_during_drop_database_while_aborting_index_builds.js
|
||||
- jstests/noPassthrough/index_builds/timestamp_index_builds.js
|
||||
- jstests/noPassthrough/index_builds/two_phase_index_build_ops_disabled_through_applyops.js
|
||||
- jstests/noPassthrough/index_builds/unfinished_index_builds_restart_using_same_ident.js
|
||||
- jstests/noPassthrough/index_builds/unindex_detects_data_corruption.js
|
||||
- jstests/noPassthrough/index_builds/unique_index_insert_during_collection_scan.js
|
||||
- jstests/noPassthrough/index_builds/vote_abort_index_build.js
|
||||
concurrency:
|
||||
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_partial_filter.js
|
||||
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_unique_capped.js
|
||||
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_unique.js
|
||||
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_wildcard.js
|
||||
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background.js
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
suites:
|
||||
no_passthrough:
|
||||
- jstests/noPassthrough/ttl/ttlMonitorSleepSecs_parameter.js
|
||||
- jstests/noPassthrough/ttl/ttl_batch_deletes.js
|
||||
- jstests/noPassthrough/ttl/ttl_changes_are_immediate.js
|
||||
- jstests/noPassthrough/ttl/ttl_expire_nan_warning_on_startup.js
|
||||
- jstests/noPassthrough/ttl/ttl_hidden_index.js
|
||||
|
|
|
|||
Loading…
Reference in New Issue