Skip to content

Commit 1956d58

Browse files
mtandreiMongoDB Bot
authored and
MongoDB Bot
committed
SERVER-92880 Tag more jstests as owned by query (#29826)
GitOrigin-RevId: 85cc9997a93019158ec027f02fe66d4e76ea21af
1 parent 57047ad commit 1956d58

File tree

234 files changed

+726
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+726
-190
lines changed

.github/CODEOWNERS

+219-62
Large diffs are not rendered by default.

buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_embedded_router_local_read_write_multi_stmt_txn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ selector:
6060
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background.js
6161
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_partial_filter.js
6262
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_wildcard.js
63-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
63+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
6464
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
6565
- jstests/concurrency/fsm_workloads/query/update/update_rename.js
6666
- jstests/concurrency/fsm_workloads/query/update/update_rename_noindex.js

buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_embedded_router_local_read_write_multi_stmt_txn_with_balancer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ executor:
6565
matrix_suite: true
6666
selector:
6767
exclude_files:
68-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
68+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
6969
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
7070
- jstests/concurrency/fsm_workloads/query/update/update_rename.js
7171
- jstests/concurrency/fsm_workloads/query/update/update_rename_noindex.js

buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_embedded_router_multi_stmt_txn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ selector:
5757
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background.js
5858
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_partial_filter.js
5959
- jstests/concurrency/fsm_workloads/ddl/create_index_background/create_index_background_wildcard.js
60-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
60+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
6161
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
6262
- jstests/concurrency/fsm_workloads/query/update/update_rename.js
6363
- jstests/concurrency/fsm_workloads/query/update/update_rename_noindex.js

buildscripts/resmokeconfig/matrix_suites/generated_suites/concurrency_embedded_router_multi_stmt_txn_with_balancer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ executor:
5858
matrix_suite: true
5959
selector:
6060
exclude_files:
61-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
61+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
6262
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
6363
- jstests/concurrency/fsm_workloads/query/update/update_rename.js
6464
- jstests/concurrency/fsm_workloads/query/update/update_rename_noindex.js

buildscripts/resmokeconfig/suites/bulk_write_targeted_override.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@ selector:
1313
- jstests/sharding/analyze_shard_key/sampling_current_op_and_server_status_sharded.js
1414
- jstests/sharding/analyze_shard_key/sample_rates_rs.js
1515
- jstests/sharding/analyze_shard_key/sample_rates_sharded.js
16-
- jstests/sharding/timeseries_delete_multi.js
17-
- jstests/sharding/timeseries_delete_one_with_shard_key.js
18-
- jstests/sharding/timeseries_delete_with_meta.js
19-
- jstests/sharding/timeseries_insert.js
20-
- jstests/sharding/timeseries_multiple_mongos.js
21-
- jstests/sharding/timeseries_update.js
22-
- jstests/sharding/timeseries_update_multi.js
23-
- jstests/sharding/timeseries_update_routing.js
24-
- jstests/sharding/timeseries_user_system_buckets_sharding.js
25-
- jstests/sharding/timeseries_delete_one_without_shard_key.js
26-
- jstests/sharding/timeseries_write_one_stale_sharding_state.js
27-
- jstests/sharding/timeseries_shardkey_update.js
28-
- jstests/sharding/timeseries_update_one.js
29-
- jstests/sharding/timeseries_upsert.js
16+
- jstests/sharding/timeseries/timeseries_delete_multi.js
17+
- jstests/sharding/timeseries/timeseries_delete_one_with_shard_key.js
18+
- jstests/sharding/timeseries/timeseries_delete_with_meta.js
19+
- jstests/sharding/timeseries/timeseries_insert.js
20+
- jstests/sharding/timeseries/timeseries_multiple_mongos.js
21+
- jstests/sharding/timeseries/timeseries_update.js
22+
- jstests/sharding/timeseries/timeseries_update_multi.js
23+
- jstests/sharding/timeseries/timeseries_update_routing.js
24+
- jstests/sharding/timeseries/timeseries_user_system_buckets_sharding.js
25+
- jstests/sharding/timeseries/timeseries_delete_one_without_shard_key.js
26+
- jstests/sharding/timeseries/timeseries_write_one_stale_sharding_state.js
27+
- jstests/sharding/timeseries/timeseries_shardkey_update.js
28+
- jstests/sharding/timeseries/timeseries_update_one.js
29+
- jstests/sharding/timeseries/timeseries_upsert.js
3030
# The following tests are to get coverage of updates that change a document's shard key.
31-
- jstests/sharding/update_shard_key_doc_moves_shards.js
32-
- jstests/sharding/update_shard_key_pipeline_update.js
31+
- jstests/sharding/query/update/update_shard_key_doc_moves_shards.js
32+
- jstests/sharding/query/update/update_shard_key_pipeline_update.js
3333
- jstests/sharding/update_shard_key_doc_moves_shards_without_txn_number.js
34-
- jstests/sharding/update_shard_key_doc_on_same_shard.js
35-
- jstests/sharding/update_compound_shard_key.js
36-
- jstests/sharding/update_shard_key_conflicting_writes.js
34+
- jstests/sharding/query/update/update_shard_key_doc_on_same_shard.js
35+
- jstests/sharding/query/update/update_compound_shard_key.js
36+
- jstests/sharding/query/update/update_shard_key_conflicting_writes.js
3737
- jstests/sharding/move_chunk_update_shard_key_in_retryable_write.js
3838
- jstests/sharding/resharding_update_shard_key_in_retryable_write.js
3939
# End document shard key update tests
40-
- jstests/sharding/timeseries_update_multi_explain.js
40+
- jstests/sharding/timeseries/timeseries_update_multi_explain.js
4141
# Test behavior of updateOne/deleteOne with _id without shard key.
4242
- jstests/sharding/server_status_crud_metrics.js
4343
- jstests/sharding/server_status_crud_metrics_write_without_shard_key_with_id.js
44-
- jstests/sharding/timeseries_buckets_modification_with_id.js
44+
- jstests/sharding/timeseries/timeseries_buckets_modification_with_id.js
4545
- jstests/sharding/updateOne_idempotent_with_move_chunk.js
4646
- jstests/sharding/updateOne_with_id_without_shard_key_basic.js
4747
- jstests/sharding/deleteOne_with_id_without_shard_key_basic.js
@@ -50,7 +50,7 @@ selector:
5050
- jstests/sharding/batched_writes_with_id_without_shard_key_stale_config.js
5151
- jstests/sharding/batched_writes_with_id_without_shard_key_basic.js
5252
- jstests/sharding/updateOne_without_shard_key/write_without_shard_key_single_shard_data_placement_change.js
53-
- jstests/sharding/timeseries_writes_without_shard_key_single_shard_data_placement_change.js
53+
- jstests/sharding/timeseries/timeseries_writes_without_shard_key_single_shard_data_placement_change.js
5454
- jstests/sharding/retryable_update_one_by_id_chunk_migration.js
5555
# End updateOne/deleteOne with _id without shard key tests
5656
exclude_files:

buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ selector:
1616

1717
# Expects reads to die with a particular error, but other errors are possible if the read is part
1818
# of a transaction (e.g. ErrorCodes.LockTimeout).
19-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
19+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
2020
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
2121

2222
# Performs direct writes to system.views

buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_with_replica_set_endpoint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ selector:
2222

2323
# Expects reads to die with a particular error, but other errors are possible if the read is part
2424
# of a transaction (e.g. ErrorCodes.LockTimeout).
25-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
25+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
2626
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
2727

2828
# Performs direct writes to system.views

buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ selector:
3939

4040
# Expects reads to die with a particular error, but other errors are possible if the read is part
4141
# of a transaction (e.g. ErrorCodes.LockTimeout).
42-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
42+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
4343
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
4444

4545
##

buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ selector:
2929

3030
# Expects reads to die with a particular error, but other errors are possible if the read is part
3131
# of a transaction (e.g. ErrorCodes.LockTimeout).
32-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
32+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
3333
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
3434

3535
##

buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ selector:
3939

4040
# Expects reads to die with a particular error, but other errors are possible if the read is part
4141
# of a transaction (e.g. ErrorCodes.LockTimeout).
42-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
42+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
4343
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
4444

4545
##

buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_stepdown_terminate_kill_primary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ selector:
4646

4747
# Expects reads to die with a particular error, but other errors are possible if the read is part
4848
# of a transaction (e.g. ErrorCodes.LockTimeout).
49-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
49+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
5050
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
5151

5252
##

buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ selector:
2929

3030
# Expects reads to die with a particular error, but other errors are possible if the read is part
3131
# of a transaction (e.g. ErrorCodes.LockTimeout).
32-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
32+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
3333
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
3434

3535
##

buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer_and_config_transitions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ selector:
5151

5252
# Expects reads to die with a particular error, but other errors are possible if the read is part
5353
# of a transaction (e.g. ErrorCodes.LockTimeout).
54-
- jstests/concurrency/fsm_workloads/drop_index_during_replan.js
54+
- jstests/concurrency/fsm_workloads/query/drop_index_during_replan.js
5555
- jstests/concurrency/fsm_workloads/query/drop_index_during_lookup.js
5656

5757
# Relies on having one thread observe writes from the other threads, which won't become visible

buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ selector:
99
- jstests/sharding/shard2.js
1010
# Expects the collection creation options not to change.
1111
- jstests/sharding/move_primary_with_writes.js
12-
- jstests/sharding/timeseries_user_system_buckets_sharding.js
12+
- jstests/sharding/timeseries/timeseries_user_system_buckets_sharding.js
1313
# Expects to use the SBE plan cache
1414
- jstests/sharding/invalidate_plan_cache_entries_when_collection_generation_changes.js
1515
# TODO SERVER-85395: remove the following exclusion together with the test

buildscripts/resmokeconfig/suites/sharding_csrs_continuous_config_stepdown.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ selector:
120120
- jstests/sharding/shard4.js
121121
- jstests/sharding/shard5.js
122122
- jstests/sharding/split_stale_mongos.js
123-
- jstests/sharding/stale_mongos_updates_and_removes.js
123+
- jstests/sharding/query/update/stale_mongos_updates_and_removes.js
124124
- jstests/sharding/zero_shard_version.js
125125
# Already stop or blackholes the primary of the CSRS config shard
126126
- jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js
127127
- jstests/sharding/all_config_servers_blackholed_from_mongos.js
128-
- jstests/sharding/batch_write_command_sharded.js
128+
- jstests/sharding/query/batch_write_command_sharded.js
129129
- jstests/sharding/config_rs_no_primary.js
130130
- jstests/sharding/startup_with_all_configs_down.js
131131
- jstests/sharding/lagged_config_secondary.js
@@ -215,10 +215,10 @@ selector:
215215
- jstests/sharding/move_primary_with_writes.js
216216

217217
# Expects same CSRS primary and shard primary throughout the test
218-
- jstests/sharding/api_params_nontransaction_sharded.js
219-
- jstests/sharding/api_params_nontransaction_unsharded.js
220-
- jstests/sharding/api_params_transaction_sharded.js
221-
- jstests/sharding/api_params_transaction_unsharded.js
218+
- jstests/sharding/query/api_version/api_params_nontransaction_sharded.js
219+
- jstests/sharding/query/api_version/api_params_nontransaction_unsharded.js
220+
- jstests/sharding/query/api_version/api_params_transaction_sharded.js
221+
- jstests/sharding/query/api_version/api_params_transaction_unsharded.js
222222

223223
# These tests use the resharding test fixture, which performs its own addShard. Config server stepdowns can
224224
# interrupt the addShard operation resulting in the test cluster not being initalized properly.
@@ -275,8 +275,8 @@ selector:
275275
# resumable changestream errors right now.
276276
# TODO (SERVER-97414): we could make these tests use the ChangeStreamTest fixture and
277277
# then remove them from the exclusion list.
278-
- jstests/sharding/api_version_stage_allowance_checks.js
279-
- jstests/sharding/log_remote_op_wait.js
278+
- jstests/sharding/query/api_version/api_version_stage_allowance_checks.js
279+
- jstests/sharding/query/log_remote_op_wait.js
280280
- jstests/sharding/query/change_streams/change_stream_against_shard_mongod.js
281281
- jstests/sharding/query/change_streams/change_stream_chunk_migration.js
282282
- jstests/sharding/query/change_streams/change_stream_empty_apply_ops.js
@@ -308,7 +308,7 @@ selector:
308308
- jstests/sharding/query/explain/explain_cmd.js
309309
- jstests/sharding/resharding_change_stream_namespace_filtering.js
310310
- jstests/sharding/resharding_oplog_sync_agg_resume_token.js
311-
- jstests/sharding/timeseries_change_stream_no_orphans.js
311+
- jstests/sharding/timeseries/timeseries_change_stream_no_orphans.js
312312

313313
exclude_with_any_tags:
314314
- does_not_support_stepdowns

buildscripts/resmokeconfig/suites/timeseries_crud_jscore_passthrough.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ selector:
152152
- jstests/core/query/top/top_drop.js
153153
# Buckets collection creates compounded secondary indexes, which is not compatible with wildcard indexes.
154154
- jstests/core/compound_index_max_fields.js
155-
- jstests/core/compound_wildcard_index_validation.js
156155
- jstests/core/write/update/update_with_pipeline.js
157156
# Operations not allowed on views.
158157
- jstests/core/datasize2.js # locking
@@ -169,7 +168,7 @@ selector:
169168
- jstests/core/write/find_and_modify/find_and_modify_server6865.js # $elemMatch
170169
# Time-series collections are views which don't support map-reduce
171170
- jstests/core/commands_namespace_parsing.js
172-
- jstests/core/constructors.js
171+
- jstests/core/query/map_reduce/constructors.js
173172
- jstests/core/query/function_string_representations.js
174173
- jstests/core/query/map_reduce/map_reduce_validation.js
175174
- jstests/core/query/map_reduce/mr_single_reduce.js

etc/backports_required_for_multiversion_tests.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ last-continuous:
191191
ticket: SERVER-87285
192192
- test_file: jstests/core/exhaust.js
193193
ticket: SERVER-87285
194-
- test_file: jstests/sharding/timeseries_sharding_admin_commands.js
194+
- test_file: jstests/sharding/timeseries/timeseries_sharding_admin_commands.js
195195
ticket: SERVER-80690
196196
- test_file: jstests/core/sparse_index_supports_ne_null.js
197197
ticket: SERVER-37164
@@ -245,9 +245,9 @@ last-continuous:
245245
ticket: SERVER-91195
246246
- test_file: jstests/replsets/timeseries_mixed_schema_bucket_initial_sync.js
247247
ticket: SERVER-91195
248-
- test_file: jstests/sharding/timeseries_shard_collection_with_deprecation_message.js
248+
- test_file: jstests/sharding/timeseries/timeseries_shard_collection_with_deprecation_message.js
249249
ticket: SERVER-88647
250-
- test_file: jstests/sharding/timeseries_out_conflicting_namespace_on_shard.js
250+
- test_file: jstests/sharding/timeseries/timeseries_out_conflicting_namespace_on_shard.js
251251
ticket: SERVER-90720
252252
- test_file: jstests/sharding/sharded_data_distribution.js
253253
ticket: SERVER-91522
@@ -319,11 +319,11 @@ last-continuous:
319319
ticket: SERVER-94156
320320
- test_file: jstests/core/timeseries/query/timeseries_filter_extended_range.js
321321
ticket: SERVER-94207
322-
- test_file: jstests/sharding/explain_find_transformed_query.js
322+
- test_file: jstests/sharding/query/explain/explain_find_transformed_query.js
323323
ticket: SERVER-82471
324324
- test_file: jstests/change_streams/ddl_abort_index_build_event.js
325325
ticket: SERVER-93154
326-
- test_file: jstests/sharding/timeseries_query_extended_range.js
326+
- test_file: jstests/sharding/timeseries/timeseries_query_extended_range.js
327327
ticket: SERVER-73641
328328
- test_file: jstests/core/timeseries/write/timeseries_update_delete_extended_range.js
329329
ticket: SERVER-95075
@@ -535,7 +535,7 @@ last-lts:
535535
ticket: SERVER-87285
536536
- test_file: jstests/core/exhaust.js
537537
ticket: SERVER-87285
538-
- test_file: jstests/sharding/timeseries_sharding_admin_commands.js
538+
- test_file: jstests/sharding/timeseries/timeseries_sharding_admin_commands.js
539539
ticket: SERVER-80690
540540
- test_file: jstests/core/sparse_index_supports_ne_null.js
541541
ticket: SERVER-37164
@@ -617,9 +617,9 @@ last-lts:
617617
ticket: SERVER-91195
618618
- test_file: jstests/replsets/timeseries_mixed_schema_bucket_initial_sync.js
619619
ticket: SERVER-91195
620-
- test_file: jstests/sharding/timeseries_shard_collection_with_deprecation_message.js
620+
- test_file: jstests/sharding/timeseries/timeseries_shard_collection_with_deprecation_message.js
621621
ticket: SERVER-88647
622-
- test_file: jstests/sharding/timeseries_out_conflicting_namespace_on_shard.js
622+
- test_file: jstests/sharding/timeseries/timeseries_out_conflicting_namespace_on_shard.js
623623
ticket: SERVER-90720
624624
- test_file: jstests/sharding/sharded_data_distribution.js
625625
ticket: SERVER-91522
@@ -695,11 +695,11 @@ last-lts:
695695
ticket: SERVER-94156
696696
- test_file: jstests/core/timeseries/query/timeseries_filter_extended_range.js
697697
ticket: SERVER-94207
698-
- test_file: jstests/sharding/explain_find_transformed_query.js
698+
- test_file: jstests/sharding/query/explain/explain_find_transformed_query.js
699699
ticket: SERVER-82471
700700
- test_file: jstests/change_streams/ddl_abort_index_build_event.js
701701
ticket: SERVER-93154
702-
- test_file: jstests/sharding/timeseries_query_extended_range.js
702+
- test_file: jstests/sharding/timeseries/timeseries_query_extended_range.js
703703
ticket: SERVER-73641
704704
- test_file: jstests/core/timeseries/write/timeseries_update_delete_extended_range.js
705705
ticket: SERVER-95075
@@ -761,7 +761,7 @@ last-lts:
761761
ticket: SERVER-93149
762762
- test_file: jstests/sharding/resharding_timeseries/unshard_timeseries.js
763763
ticket: SERVER-93149
764-
- test_file: jstests/sharding/timeseries_insert_move_collection.js
764+
- test_file: jstests/sharding/timeseries/timeseries_insert_move_collection.js
765765
ticket: SERVER-93149
766766
- test_file: jstests/core_sharding/resharding/reshard_collection_timeseries.js
767767
ticket: SERVER-93149

etc/test_retrial.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# Examples:
1919
#
20-
# JS test failed: jstests/sharding/exact_shard_key_target.js
20+
# JS test failed: jstests/sharding/query/exact_shard_key_target.js
2121
# in task_name: sharding_csrs_continuous_config_stepdown_WT
2222
# on build_variant: any
2323
# with distro_id: any
@@ -44,5 +44,5 @@
4444

4545
selector:
4646
js_test:
47-
# jstests/sharding/exact_shard_key_target.js:
47+
# jstests/sharding/query/exact_shard_key_target.js:
4848
# - retry_on_failure|sharding_csrs_continuous_config_stepdown_WT

jstests/change_streams/OWNERS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version: 1.0.0
22
filters:
33
- "*":
44
approvers:
5-
- 10gen/query-execution
5+
- 10gen/query-execution-change-streams

jstests/concurrency/fsm_workloads/OWNERS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 1.0.0
22
filters:
33
- "*write_without_shard_key*":
44
approvers:
5-
- 10gen/query-execution
5+
- 10gen/query-execution-router-write-exec
66
- "timeseries*":
77
approvers:
88
- 10gen/server-storage-execution

jstests/concurrency/fsm_workloads/query/OWNERS.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ filters:
55
- 10gen/query
66
- "find_flip_sbe_enabled.js":
77
approvers:
8-
- 10gen/query-execution
8+
- 10gen/query-execution-sbe
99
- "plan_cache_drop_database.js":
1010
approvers:
11-
- 10gen/query-optimization
11+
- 10gen/query-optimization-plan-cache
1212
- "profile_command.js":
1313
approvers:
1414
- 10gen/query-integration-observability
15+
- "drop_index_during_replan.js":
16+
approvers:
17+
- 10gen/query-optimization-runtime-planners

jstests/concurrency/fsm_workloads/query/explain/OWNERS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version: 1.0.0
22
filters:
33
- "*":
44
approvers:
5-
- 10gen/query-optimization
5+
- 10gen/query-optimization-explain

jstests/concurrency/fsm_workloads/query/map_reduce/OWNERS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version: 1.0.0
22
filters:
33
- "*":
44
approvers:
5-
- 10gen/query-optimization
5+
- 10gen/query-integration-staff-leads

jstests/concurrency/fsm_workloads/query/remove/OWNERS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version: 1.0.0
22
filters:
33
- "*":
44
approvers:
5-
- 10gen/query-execution
5+
- 10gen/query-execution-write-exec

0 commit comments

Comments
 (0)