Commit Graph

5353 Commits

Author SHA1 Message Date
Irina Yatsenko
fe5368dfd5 SERVER-75275 Create dedicated suite for query related google micro-benchmarks 2023-04-13 19:03:09 +00:00
Trevor Guidry
2e539bca96 SERVER-75688 readd matrix suite validation 2023-04-13 18:22:34 +00:00
seanzimm
820e0cdd1b SERVER-72988: Support retryable writes for bulkWrite on mongod 2023-04-13 14:23:24 +00:00
auto-revert-processor
1aa14a2a92 Revert "SERVER-70425 Stash before using git archive"
This reverts commit 677dd87ca6.
2023-04-13 01:17:06 +00:00
Ryan Egesdahl
677dd87ca6 SERVER-70425 Stash before using git archive 2023-04-12 22:19:16 +00:00
XueruiFa
1809b6dfc2 SERVER-76005: Fix evergreen redness post 7.1 FCV upgrade 2023-04-12 20:03:14 +00:00
mathisbessamdb
97b0fd4366 SERVER-73023 Pass tenantId to the namespace from fail command failpoint 2023-04-12 19:18:00 +00:00
Dan Larkin-York
e40e916e83 SERVER-74875 Implement immutable ordered map and set 2023-04-12 18:43:28 +00:00
Uladzimir Makouski
d0600865bd Revert "SERVER-75596 Invoke $telemetry in the background of telemetry suite."
This reverts commit c0e7ce05c6.
2023-04-12 17:21:30 +00:00
Mindaugas Malinauskas
ed0d55f7e8 SERVER-66715 Add tenant lock 2023-04-12 11:06:27 +00:00
Jack Mulrow
fa663ad1b4 SERVER-74498 Remove temporary_catalog_shard_incompatible tags (part 2) 2023-04-12 05:29:05 +00:00
Kshitij Gupta
44b3477533 SERVER-75803: Variant task cleanup 2023-04-12 01:51:24 +00:00
Kshitij Gupta
165dd277f3 SERVER-74561: Setup catalog shard evergreen variant 2023-04-11 14:49:15 +00:00
Charlie Swanson
c0e7ce05c6 SERVER-75596 Invoke $telemetry in the background of telemetry suite. 2023-04-11 14:46:01 +00:00
Nicholas Zolnierz
37d4178a7a SERVER-75895 Update absl pretty printers to version 20211102 2023-04-11 13:35:32 +00:00
Namaz Gurbanov
5facb9a7c4 SERVER-66927 remove references to silentFail 2023-04-11 03:58:24 +00:00
Adam Rayner
43a6d620d4 SERVER-65862: Generate config file changes on each release 2023-04-11 00:01:18 +00:00
Trevor Guidry
ae16cf75e3 SERVER-72924 add --shellSeed argument to resmoke 2023-04-10 22:25:02 +00:00
mathisbessamdb
890b2ccfc8 SERVER-74888 Allow encrypted shell to always pass through requests 2023-04-10 17:08:43 +00:00
Naama Bareket
6c2987acbf SERVER-74166: Mark 'temp' field in create command as stable to support $out flow 2023-04-10 15:24:43 +00:00
George Wangensteen
c6e5701933 SERVER-75725 Control TaskExecutorCursor's connection-pinning behavior with a server parameter and add appropriate testing. In this PR, we:
- Remove the now-obsolete getCallbackHandle interface from TEC.
    - Hook up the TEC default pinConnection-parameter to the relevant server parameter
    - Add a new suite running all search tests with that server parameter enabled
    - Fix a small bug to ensure we use the SSL mode provided by the request in PCTE
    - Fix a small bug to appropriately handle the case where we can't acquire a stream from the transport layer
2023-04-10 05:13:18 +00:00
Lingzhi Deng
8f9196bf20 SERVER-73594: Add oplog application benchmarks for prepared transactions 2023-04-09 19:47:13 +00:00
Daniel Moody
78d2ed6f81 SERVER-75860 temporarily disable live process hang_analyzer 2023-04-08 01:00:14 +00:00
Cheahuychou Mao
d7e2c9f056 SERVER-75863 Temporarily disable read_and_write_distribution.js in the config stepdown suite 2023-04-08 00:28:43 +00:00
Tommaso Tocci
433d451d20 SERVER-74086 Implement checks for consistent indexes across shards 2023-04-07 09:04:01 +00:00
Alyssa Wagenmaker
f472a15f97 SERVER-75182 Allow internalQueryConfigureTelemetrySamplingRate to be -1 2023-04-07 01:54:45 +00:00
Matt Broadstone
579a14858a SERVER-73129 Use driver retryability in tenant migration hook 2023-04-06 23:48:17 +00:00
Hana Pearlman
a69cf3209b SERVER-75054: Change default of internalQueryFrameworkControl to trySbeEngine
Changes the default for internalQueryFrameworkControl to
trySbeEngine from tryBonsai. After the change, if the CQF
feature flag is off, trying to set the control knob to
tryBonsai or forceBonsai will fail.
2023-04-06 23:10:24 +00:00
Mickey. J Winters
9595ffb2b2 SERVER-73053 TransactionHistoryIterator queries change collections if its for a serverless change stream 2023-04-06 20:02:44 +00:00
Cheahuychou Mao
b647325292 SERVER-75503 Avoid setting query sampling server parameters in multiversion concurrency suites 2023-04-06 16:49:40 +00:00
Allison Easton
3857cb150c SERVER-75755 Remove auth.js and transactions_writes_not_retryable.js from sharding_api_strict_passthrough 2023-04-06 14:14:14 +00:00
Matt Broadstone
a7f004beb4 SERVER-75668 Prevent use-after-move for nss or nssOrUUID parameters 2023-04-06 02:04:39 +00:00
Tommaso Tocci
f2df94329a Revert "SERVER-66715 Add tenant lock"
This reverts commit b9d8a47872.
2023-04-05 18:01:32 +00:00
Trevor Guidry
cd5efd2b01 SERVER-75687 remove matrix suite validation 2023-04-05 17:35:15 +00:00
Trevor Guidry
5448970d68 SERVER-75674 update generated matrix suites 2023-04-05 01:51:01 +00:00
Jiawei Yang
6b0141d155 SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafe 2023-04-05 00:35:47 +00:00
Jason Chan
8f27a596df SERVER-73943 Pin program code segments in memory on startup 2023-04-04 22:30:36 +00:00
Mindaugas Malinauskas
b9d8a47872 SERVER-66715 Add tenant lock 2023-04-04 20:13:45 +00:00
Israel Hsu
b584db7ad2 SERVER-69653 Add auth privilege requirements to the analyzeShardKey and configureQueryAnalyzer commands 2023-04-04 19:19:18 +00:00
Mickey. J Winters
4c5acba22f Revert "SERVER-73053 TransactionHistoryIterator queries change collections if its for a serverless change stream"
This reverts commit 11f7a63fcd.
2023-04-04 15:16:59 +00:00
Mark Benvenuto
a6e7f9039f SERVER-75633 Regenerate matrix suites 2023-04-04 03:52:33 +00:00
Daniel Moody
6c229a6b69 SERVER-75066 switch efs scons cache to use global writeable directory 2023-04-04 03:19:34 +00:00
Hugh Tong
dca69459e4 SERVER-70740 Handle expectPrefix option in requests 2023-04-04 00:11:18 +00:00
Daniel Moody
33bb768d65 SERVER-75057 split build metrics builds up and combine metrics 2023-04-03 22:09:21 +00:00
Mickey. J Winters
11f7a63fcd SERVER-73053 TransactionHistoryIterator queries change collections if its for a serverless change stream 2023-04-03 19:30:18 +00:00
Cheahuychou Mao
851cbe5639 SERVER-75575 Make sure that writing invalid config.queryAnalyzers or config.mongos document fails peacefully 2023-04-03 19:29:21 +00:00
Trevor Guidry
612814f4ce SERVER-72920 split matrix suites into own files 2023-04-03 19:27:27 +00:00
kauboy26
76b93578db SERVER-75558 Add "confirm: true" to powercycle_last_lts_fcv 2023-04-03 15:06:52 +00:00
Allison Easton
8d4d3b9794 SERVER-75126 Update cluster parameter when second shard is added to the cluster 2023-04-03 14:16:25 +00:00
Antonio Fuschetto
5c6152df9a SERVER-74800 Run checkMetadataConsistency hook in analyze_shard_key suites 2023-04-03 13:14:34 +00:00