mongo/jstests/libs/override_methods
wolfee 6596533e04 SERVER-115208 Retry on ConflictingOperationInProgress during cluster parameter fuzz test (#45046)
GitOrigin-RevId: f838aa77bd4469e153cca1e43df150ab74d5c225
2025-12-10 14:35:32 +00:00
..
collection_write_path SERVER-111853 Add noPassthrough/timeseries/index_builds tests to no_passthrough_primary_driven_index_builds passthrough (#42136) 2025-10-03 13:38:30 +00:00
index_builds SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
BUILD.bazel SERVER-109091 Create glob-like targets for jstest libraries (#39901) 2025-08-11 23:22:56 +00:00
OWNERS.yml SERVER-111611 Enable pre-existing collection change stream tests for v2 design (#43568) 2025-11-20 12:28:08 +00:00
check_for_operation_not_supported_in_transaction.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
check_indexes_consistent_across_cluster.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
check_metadata_consistency.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
check_orphans_are_deleted.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
check_routing_table_consistency.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
check_shard_filtering_metadata.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
check_uuids_consistent_across_cluster.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
config_fuzzer_incompatible_commands.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
config_transitions.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
continuous_stepdown.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
detect_spawning_own_mongod.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
enable_causal_consistency.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
enable_causal_consistency_without_read_pref.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
enable_grpc_on_connect.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
enable_sessions.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
fail_unclean_shutdown_incompatible_commands.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
fail_unclean_shutdown_start_parallel_shell.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
golden_overrides.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicit_change_stream_v2.js SERVER-111611 Enable pre-existing collection change stream tests for v2 design (#43568) 2025-11-20 12:28:08 +00:00
implicit_filter_eot_changestreams.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicit_histograms.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicit_identity_views.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicit_passthrough_to_shard_changestreams.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicit_query_settings_fallback.js SERVER-106438 Modified setQuerySettings to explicitly fail when query contains rawData parameter (#41123) 2025-09-11 19:16:31 +00:00
implicit_timeseries_collections.js SERVER-111817 Add tag to exclude tests from timeseries CRUD suite (#44113) 2025-11-21 18:08:16 +00:00
implicit_whole_cluster_changestreams.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicit_whole_db_changestreams.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicit_wildcard_indexes.js SERVER-83211 Enable counting index tests on sharded passthrough suites (#43649) 2025-11-12 14:45:27 +00:00
implicitly_configure_query_analyzer.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
implicitly_enable_profiler.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicitly_retry_crud_on_no_progress_made.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicitly_retry_on_conflicting_operation_during_fuzztest.js SERVER-115208 Retry on ConflictingOperationInProgress during cluster parameter fuzz test (#45046) 2025-12-10 14:35:32 +00:00
implicitly_retry_on_database_drop_pending.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicitly_retry_on_fcv_upgrade_downgrade.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicitly_retry_on_migration_in_progress.js SERVER-83289 Added rewriteCollection command to handle resharding on the existing shard key (#43342) 2025-11-12 04:25:23 +00:00
implicitly_retry_on_shard_transition_errors.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
implicitly_retry_resharding.js SERVER-113438 Add SnapshotTooOld to the test override for retrying resharding commands (#43597) 2025-11-12 04:37:07 +00:00
implicitly_shard_accessed_collections.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
implicitly_wrap_pipelines_in_facets.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
make_cursor_hints_into_query_settings.js SERVER-106438 Modified setQuerySettings to explicitly fail when query contains rawData parameter (#41123) 2025-09-11 19:16:31 +00:00
make_index_filters_into_query_settings.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
multiple_crud_ops_as_bulk_write.js SERVER-111822 Update the UWE response processor in preparation for WWSKWID writes (#42861) 2025-11-12 04:33:07 +00:00
network_error_and_txn_override.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
noop_assertions.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
noop_drop.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
override_helpers.js SERVER-105807 Add test to ensure all aggregation stages are tested with timeseries collections (#43596) 2025-11-12 04:55:55 +00:00
query_shape_hash_stability.js SERVER-109814 Add option to rename replica sets in multi-cluster fixtures (#40595) 2025-08-29 16:55:06 +00:00
read_and_write_concern_helpers.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
require_change_stream_test_fixture.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
rerun_queries.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
retry_aborted_db_and_index_creation.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
retry_on_killed_session.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
retry_utils.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
retry_writes_at_least_once.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
send_command_to_initial_sync_node_lib.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
send_command_to_initial_sync_node_replica_set.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
send_command_to_initial_sync_node_sharded_cluster.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
set_api_strict.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
set_api_version.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
set_read_and_write_concerns.js SERVER-105807 Add test to ensure all aggregation stages are tested with timeseries collections (#43596) 2025-11-12 04:55:55 +00:00
set_read_preference_secondary.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
shard_collection_util.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
sharded_golden_overrides.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
sharding_csrs_continuous_config_stepdown.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
single_crud_op_as_bulk_write.js SERVER-111822 Update the UWE response processor in preparation for WWSKWID writes (#42861) 2025-11-12 04:33:07 +00:00
txn_passthrough_cmd_massage.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
validate_collections_on_shutdown.js SERVER-112501 Enable full shutdown validation and remove doesNotSupportWTVerify (#43312) 2025-11-12 04:32:26 +00:00