Commit Graph

5863 Commits

Author SHA1 Message Date
Militsa Sotirova
4cf2ec98fc SERVER-80756 Expose physical ABT in M2 explain 2023-11-10 20:12:32 +00:00
jannaerin
ced16c4a2f SERVER-81580 Make kDefaultConfigCommandTimeout configurable 2023-11-10 19:23:59 +00:00
Sophia Tan
d677020a0b SERVER-82415 Correct tenant response checker for internal databases 2023-11-09 23:57:15 +00:00
Aadesh Patel
c10d62e7f1 SERVER-83049: [streams] fix window_operator_bm metric registration 2023-11-09 18:56:27 +00:00
Cheahuychou Mao
cae1fcae22 SERVER-81974 Update hasTwoOrMoreShards cluster parameter when second shard is removed from the cluster 2023-11-09 16:14:17 +00:00
Zack Winter
bb49fa800f SERVER-80619 update bazel cc_binary definition to use tcmalloc conditionally 2023-11-08 21:34:04 +00:00
Trevor Guidry
301d7f54cf SERVER-80751 daily_task_scanner don't alert in patch builds 2023-11-08 17:05:28 +00:00
Huayu Ouyang
a5da6271d5 SERVER-79274 Fix race where FCV is uninitialized in between FCV checks 2023-11-08 05:40:38 +00:00
Britt Snyman
73f02e99d9 SERVER-82136 Update FCV constants to recognize 7.3 as latest 2023-11-08 02:34:08 +00:00
Mathis Bessa
1b662fc042 SERVER-82318 IDL-generated parseProtected which accepts OpMsgRequest consults opCtx for tenant protocol 2023-11-07 23:00:02 +00:00
Mathis Bessa
cfd4eb323c SERVER-82703 Change shard merge causally consistent passthrough test_kind 2023-11-07 18:28:24 +00:00
Hugh Tong
24915f0331 SERVER-82479 Clarify multitenancy passthrough failure in lookup_query_stats.js 2023-11-07 17:43:00 +00:00
Robert Sander
cbbe4fe36c SERVER-74747 Deprecate numIntialChunks parameter for ShardCollection 2023-11-07 10:07:12 +00:00
Mikhail Shchatko
ff9f145996 SERVER-78550 Use local releases file first when not running in Evergreen 2023-11-07 09:18:53 +00:00
Matt Kneiser
c7a1b032d4 SERVER-82261 Spawnhost script needs better Windows core dump detection 2023-11-07 02:03:31 +00:00
David Percy
4fda0a1e55 SERVER-82790 Avoid most YAML parsing when "Fetching feature flags" 2023-11-06 19:31:40 +00:00
csum112
225bbc8e78 SERVER-81489 Allow IDL generator serialize custom types in arrays 2023-11-06 18:19:15 +00:00
Lingzhi Deng
6ab71db261 SERVER-77871: Support shard key metrics sampling for bulkWrite 2023-11-06 16:17:34 +00:00
Gregory Noma
3dfd298c2f SERVER-82781 Ensure all bytes are copied in simulate crash hook 2023-11-06 15:22:54 +00:00
auto-revert-processor
919540a17e Revert "SERVER-81489 Allow IDL generator serialize custom types in arrays"
This reverts commit 8c1b69f419.
2023-11-04 02:12:18 +00:00
Zack Winter
03c8f50ee8 SERVER-79137 convert visibility_test1 to build in bazel 2023-11-04 01:26:18 +00:00
Patrick Freed
6edac6aaa7 SERVER-81191 Improve performance of BSON array key validation 2023-11-03 22:07:39 +00:00
Trevor Guidry
691b2696cc SERVER-82770 fix fast_archive unhashable type list error 2023-11-03 20:20:05 +00:00
csum112
8c1b69f419 SERVER-81489 Allow IDL generator serialize custom types in arrays 2023-11-03 15:42:57 +00:00
Timour Katchaounov
e3f1c1cc18 SERVER-64435 Generalize or_to_in.js to run with sharded tests
Enable or_to_in.js in all test configurations.
2023-11-03 15:41:49 +00:00
Erin McNulty
5e3f58f8fc SERVER-81111: Make IDL field serialization check debug only 2023-11-03 15:40:33 +00:00
Trevor Guidry
c4d20ce61d SERVER-79423 add core analyzer README 2023-11-03 00:53:40 +00:00
Trevor Guidry
23813bfe1f SERVER-79422 Add otel metrics to core analyzer 2023-11-02 23:57:08 +00:00
Trevor Guidry
6473daec95 SERVER-76312 Complete TODO for disabling live processing 2023-11-02 23:50:33 +00:00
Trevor Guidry
62e7c01067 SERVER-80751 Add daily task that alerts for core dump issues 2023-11-02 03:40:08 +00:00
Trevor Guidry
68ed37c1d8 SERVER-82622 do not error core analyzer on gdb segfault 2023-11-01 23:11:01 +00:00
Mathis Bessa
800c831636 SERVER-79994 Test Shard Merge in multitenancy environment 2023-11-01 15:59:09 +00:00
auto-revert-processor
7f29a2c9da Revert "SERVER-79994 Test Shard Merge in multitenancy environment"
This reverts commit 18a22eacc2.
2023-11-01 03:10:52 +00:00
Ben Shteinfeld
ff49880ac7 SERVER-82186 Create CQF M4 suite for sharded collections jscore passthrough 2023-10-31 23:08:10 +00:00
Steve Gross
3083e90727 SERVER-82445 Amend test_resmoke to properly block until SUT is available 2023-10-31 20:29:18 +00:00
kauboy26
47ea6bfba7 SERVER-82385 Make BulkWriteFixture's normal cluster start one node instead of two 2023-10-31 20:24:12 +00:00
Mathis Bessa
18a22eacc2 SERVER-79994 Test Shard Merge in multitenancy environment 2023-10-31 17:35:33 +00:00
Trevor Guidry
d78a5a3eb9 SERVER-82603 ensure paths matching pattern are files 2023-10-31 16:06:06 +00:00
Hugh Tong
d43e1d831e SERVER-82434 Fix $merge implicitly creating incorrect database 2023-10-30 19:20:24 +00:00
Robert Sander
11871186a5 SERVER-81340 Don't run CheckMetadataConsistency for incompatible test in integration_tests_sharded suite 2023-10-30 09:35:41 +00:00
Tommaso Tocci
2960ae557e SERVER-74998 Remove deprecated enable_sharding parameter from ShardedCluster fixture 2023-10-29 16:48:29 +00:00
henrinikku
af39933b7e SERVER-61050 Enable timeseries_merge.js on sharded_causally_consistent_read_concern_snapshot_passthrough 2023-10-27 17:51:17 +00:00
Daniel Moody
9e9571ac1b SERVER-80303 make spawnhost script avoid gdbindex for embedded debug files 2023-10-26 15:36:22 +00:00
Hugh Tong
7a1d8a1ab2 SERVER-82384 Add tags to exclude agg tests that use unsupported operations 2023-10-25 16:36:16 +00:00
Hugh Tong
6e573a0f91 SERVER-77844 Add aggregation tests to NTDI passthrough suite 2023-10-23 23:22:55 +00:00
Denis Grebennicov
83769371a8 SERVER-80567 Introduce index_filters_to_query_settings test suite
Introduced a 'index_filters_to_query_settings' suite, which allows index filter commands (PlanCacheSet-/Clear-/ListFilters) to be run through query settings interface (set-/removeQuerySettings commands as well as $querySettings aggregation stage). This suites runs only existing index filter tests and requires SBE.
2023-10-23 22:09:47 +00:00
Aadesh Patel
518432a26e SERVER-82293: [streams] add window_operator_bm to benchmarks_streams.yml 2023-10-23 20:36:35 +00:00
Yu Jin Kang Park
836813a237 SERVER-81485 Extend change collection truncate test coverage 2023-10-23 15:57:38 +00:00
Trevor Guidry
07cba5cc15 SERVER-82356 upload core-analyzer reports once 2023-10-20 21:34:36 +00:00
Frederic Vitzikam
bfddccf8b2 SERVER-79610 Make sure we preserve relevant metrics for writes done via bulkWrite (mongod) 2023-10-20 16:56:51 +00:00