Sara Golemon
2cfc78ff27
SERVER-69060 Guard server parameters on feature flags
2022-09-27 03:13:12 +00:00
Juan Gu
425eb62e44
SERVER-67651 replace clang tidy with clang tidy condensed-follow up PR
2022-09-26 19:42:23 +00:00
Sviatlana Zuiko
8b9d0bf756
Revert "SERVER-66717 Guard change collection code with the serverless flag."
...
This reverts commit ce002ed993 .
2022-09-26 18:17:46 +00:00
George Wangensteen
ed0dffba9c
SERVER-67826 Allow IDL types to own or preserve the lifetime of underlying data
2022-09-26 16:40:47 +00:00
Rishab Joshi
ce002ed993
SERVER-66717 Guard change collection code with the serverless flag.
2022-09-26 11:53:31 +00:00
auto-revert-processor
b463bf5448
Revert "SERVER-67651 replace clang tidy with clang tidy condensed"
...
This reverts commit 43e94464c2 .
2022-09-24 04:28:59 +00:00
joshua
05cda545eb
SERVER-68115 Do not drop empty path component from elemMatch path during index selection
2022-09-23 23:18:32 +00:00
Max Hirschhorn
6552887793
SERVER-69944 Switch to use Python's built-in recursive glob support.
...
When splitting a path of the form "a/*/b/**", globstar.iglob() would
previously have attempted to walk "a/*" as a literal directory instead
of expanding the glob pattern into a list of directories and walking
each of them.
2022-09-23 22:47:05 +00:00
winstonzmdb
fbe055e529
SERVER-62301 Platform Support: Add support for Ubuntu 22.04 ARM
2022-09-23 21:41:32 +00:00
Juan Gu
43e94464c2
SERVER-67651 replace clang tidy with clang tidy condensed
2022-09-23 20:49:18 +00:00
t.ward
17e33729b0
SERVER-62302 Add support for RHEL9 x86
2022-09-22 21:28:43 +00:00
Milena Ivanova
37c8cb4095
SERVER-68301 Enable fle2/query tests in passthrough suites
2022-09-22 16:49:36 +00:00
Sara Golemon
689b5d5525
SERVER-69871 Move feature_flag unit into server_base
2022-09-22 00:54:09 +00:00
Hana Pearlman
9f6b3e3a2e
SERVER-67596 SERVER-67637: Enable cqf tests fixed by find command and $project translation changes
2022-09-21 22:50:45 +00:00
Ivan Fefer
3aa324accc
SERVER-69798: Add benchmark for SBE expressions
2022-09-21 17:25:41 +00:00
mathisbessamdb
8356c555ca
SERVER-67860 Support causally consistent passthrough for shard merge
2022-09-19 18:49:26 +00:00
t.ward
afc1e60b26
SERVER-69703 Update Ubuntu 22.04 package test distro
2022-09-16 20:31:27 +00:00
Christopher Caplinger
2919e17706
SERVER-69382: Enable multi stmt txn passthrough for shard merge
2022-09-16 19:05:17 +00:00
Sviatlana Zuiko
3fe9deb8d8
Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"
...
This reverts commit 1a13031f7c .
2022-09-16 19:02:23 +00:00
Brian McCarthy
30cab3024a
SERVER-69759 Update SLES 12 image for package testing
2022-09-15 23:03:34 +00:00
mathisbessamdb
55f4d89a5b
SERVER-66147 add support of vanilla passthrough test for shard merge protocol
2022-09-15 21:54:28 +00:00
Daniel Moody
ba5ad7837a
SERVER-67060 update static build metrics targets to be correct
2022-09-15 21:53:14 +00:00
Daniel Gottlieb
ff2fffdf49
SERVER-69001: Have initial sync persist its last oplog time into the minvalid document.
2022-09-15 19:50:40 +00:00
Sulabh Mahajan
1b94240709
SERVER-66770 Add more WiredTiger configurations to config fuzz
2022-09-15 11:57:01 +00:00
Rishab Joshi
e6b184b48b
SERVER-66641 Introduce multi-tenancy for change collections.
2022-09-15 11:29:18 +00:00
Matt Broadstone
1a13031f7c
SERVER-65315 Enforce mutual exclusion between serverless operations
2022-09-15 00:19:47 +00:00
Ivan Fefer
cf379f8184
SERVER-69660 Enable jstests/core/top.js in core_column_store_indexes suite
2022-09-14 18:09:34 +00:00
Mindaugas Malinauskas
aa15763f05
SERVER-60919 Remove oplog based change stream pre-image storage
2022-09-14 15:06:34 +00:00
Vesselina Ratcheva
82b02c5b81
SERVER-66030 Add targeted test for startup recovery on a config server replica set
2022-09-13 20:33:24 +00:00
Gabriel Marks
293d41288f
SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID aware
2022-09-13 20:02:43 +00:00
Matt Broadstone
4b4bd602ca
SERVER-69227 Reenable shard split performance test with improvements
2022-09-12 00:26:12 +00:00
Sophia Tan
188e3fce2e
SERVER-69388 Have IDL command constructor to init its database name field with DatabaseName object
2022-09-09 21:09:10 +00:00
Sergey Galtsev
a7ba740894
SERVER-69527 add gating logic to fle2 range tests
2022-09-09 00:14:33 +00:00
Cheahuychou Mao
955ba75c1e
SERVER-69378 Move js tests for analyze shard key into jstests/analyze_shard_key
2022-09-08 21:16:14 +00:00
Sergey Galtsev
d8b0d143d2
SERVER-67755 fle2 range - implement insert
2022-09-07 21:29:14 +00:00
Dan Larkin-York
0eb043641e
SERVER-69168 Clean up time series test tagging and suite exclusions
2022-09-07 13:19:43 +00:00
Mark Benvenuto
9c604c3daf
SERVER-69006 Remove FLE2 suites out of hedged reads passthrough
2022-09-06 22:09:12 +00:00
Daniel Moody
993d084891
SERVER-67060 fix build metrics lint mistake.
2022-09-03 23:03:49 +00:00
Daniel Moody
026f76cae1
SERVER-67060 add build metrics evergreen tasks and cedar reporting
2022-09-03 00:02:05 +00:00
Alexander Neben
97ac02fa50
SERVER-68593 Disable low value python warnings
2022-09-02 22:55:09 +00:00
Nicholas Zolnierz
e05c628e0b
SERVER-68895 Load static version of ABT gdb printers if dynamic is not available
2022-09-02 15:25:52 +00:00
Alexander Ignatyev
3b8505623b
SERVER-68984 Implement experiments in Cost Model Framework
2022-09-01 15:50:46 +00:00
Alexander Ignatyev
5f11658224
SERVER-69031 Move JSON configuration to python file
2022-09-01 09:50:08 +00:00
Drew Paroski
5ab19c9f44
SERVER-69020 Update sbe_stage_builder_expression.cpp to use traverseP
2022-08-30 22:05:08 +00:00
Gabriel Marks
36b8246daa
SERVER-68342 Modify ServerParameter to take tenantId
2022-08-30 21:12:24 +00:00
Ruoxin Xu
ce2dbe9a4a
SERVER-67223 Optimize writing to MongoDB data generator
2022-08-30 14:26:01 +00:00
Alexander Ignatyev
8c0bbf5b25
SERVER-69089: Add ability to define indexes in config
2022-08-30 09:32:51 +00:00
Svilen Mihaylov
5979f89f7d
SERVER-67638 [CQF] Error when projection has >10k fields
2022-08-29 20:36:45 +00:00
Matt Broadstone
382f12ccb4
SERVER-69197 Clear lastCommitted and currentCommitted on split
2022-08-29 19:12:05 +00:00
Kaloian Manassiev
d5978f3d85
SERVER-68826 Move logical_time into server_base
2022-08-29 09:46:28 +00:00