Commit Graph

4054 Commits

Author SHA1 Message Date
Pavi Vetriselvan
fffcdd7eba SERVER-57089 Add skip_dbhash flag to ContinuousTenantMigration 2021-05-25 14:37:02 +00:00
Mark Benvenuto
361d2c6b97 SERVER-56966 blackduck - Handle incorrect yaml-cpp and boost versions 2021-05-24 15:46:53 +00:00
Gregory Noma
b173494aa6 SERVER-56934 Make expireAfterSeconds a top-level collection option 2021-05-24 14:27:22 +00:00
Benety Goh
fc03338473 Revert "SERVER-55232 Review blacklisted rename tests"
This reverts commit 2cb0ba6b43.
2021-05-22 15:58:48 +00:00
Richard Samuels
9d4eba20a3 SERVER-56524 Update consumers of expansions.yml to use the copy in
${workdir}
2021-05-21 19:00:20 +00:00
Pierlauro Sciarelli
2cb0ba6b43 SERVER-55232 Review blacklisted rename tests 2021-05-21 16:19:59 +00:00
Robert Guo
e500e9d4fc SERVER-56528 fix debug symbol downloader 2021-05-21 13:53:34 +00:00
Robert Guo
9434716bca SERVER-57092 use real JS test name for passthrough JS runner suites 2021-05-20 23:56:23 +00:00
Richard Samuels
b2802257c7 SERVER-56528 hang analyzer should always run when supplied a pid 2021-05-20 17:49:28 +00:00
Pavi Vetriselvan
49c76d6f73 SERVER-53614 Enable tenant migration terminate primary passthrough with aborts 2021-05-20 15:10:47 +00:00
Mikhail Shchatko
a3f6fd6950 SERVER-56916 Enable powercycle tasks on the mainline 2021-05-20 12:16:27 +00:00
XueruiFa
8fe57ad378 SERVER-55466: Run ping command at end of tenant migration txn passthrough tests 2021-05-19 21:19:18 +00:00
Max Hirschhorn
28dd7c948c SERVER-57068 Reduce resmoke.py --jobs for some tasks on PowerPC. 2021-05-19 19:44:18 +00:00
Kyle Suarez
7a80d3c27c SERVER-53944 remove core_sbe and aggregation_sbe test suites
The slot-based execution engine is now on by default, so these test
suites are now redundant.
2021-05-19 18:47:24 +00:00
Alya Berciu
06a9abcf1a SERVER-57054 Remove index_stats.js from tenant_migration_jscore_passthrough 2021-05-19 17:04:35 +00:00
Daniel Gottlieb
7fbf9380ae SERVER-56953: Allow testing for new-style retryable findAndModify for basic operations. 2021-05-19 02:34:25 +00:00
Daniel Gottlieb
3340c93c28 Revert "SERVER-56953: Allow testing for new-style retryable findAndModify for basic operations."
This reverts commit 162e0d14fe.
2021-05-18 16:57:00 +00:00
Daniel Gottlieb
162e0d14fe SERVER-56953: Allow testing for new-style retryable findAndModify for basic operations. 2021-05-18 02:58:27 +00:00
Martin Neupauer
0e0b306c05 SERVER-52799 enable slot-based execution engine by default
This commit also switches the "SBE on" build variant in Evergreen to
"SBE off", to maintain test coverage of the classic engine.
2021-05-17 22:54:47 +00:00
Richard Samuels
4165013286 SERVER-55626 Extract set up remote credentials function 2021-05-17 20:06:28 +00:00
Jason Zhang
97bd3bc33d SERVER-56967 Make a deepcopy of shell_options in the tenant migration passthrough suite 2021-05-17 15:10:43 +00:00
Shreyas Kalyan
47d9962185 SERVER-55964 Replace "blacklist" in all code and comments 2021-05-14 19:07:16 +00:00
Pavi Vetriselvan
97ff562f33 SERVER-56914 exclude insert1.js from tenant migration stepdown passthrough 2021-05-14 18:43:48 +00:00
Jack Mulrow
42669a4ef2 SERVER-56938 Continuous tenant migration hook should retry dropping tenant dbs on write concern errors 2021-05-14 15:31:12 +00:00
Mikhail Shchatko
7462cb443b SERVER-56948 Check that evergreen version has buildvariants map 2021-05-14 14:14:25 +00:00
Robert Guo
0653110f8b SERVER-56949 enable test only commands for resmoke e2e tests 2021-05-14 13:32:40 +00:00
Mikhail Shchatko
985e4fbf29 SERVER-56478 Run powercycle with extended host lifetime for easier debugging 2021-05-14 10:36:51 +00:00
Robert Guo
da3abc5015 SERVER-55621 retry multiversion download once 2021-05-13 19:19:02 +00:00
A. Jesse Jiryu Davis
500a405a5c SERVER-56550 Require consistent API params in getMore and txns
Transaction-continuing commands must use the same API parameters as the
transaction's first command (it is no longer optional), and similarly
getMore must use the same as the cursor-creating command.
2021-05-13 17:48:10 +00:00
Robert Guo
00c3b89b64 SERVER-56744 list feature flags for local usage 2021-05-13 16:37:28 +00:00
Paolo Polato
c961752e4b SERVER-56565 blacklist safe_secondary_reads_drop_recreate.js from sharding_continuous_config_stepdown 2021-05-13 15:58:50 +00:00
Robert Guo
44b5378cbc SERVER-56352 allow dictionaries to be implicitly converted to HistoricDict 2021-05-13 15:36:19 +00:00
Robert Guo
a3995cd9e1 SERVER-55825 remove TODO for UndoDB functionality 2021-05-13 15:04:37 +00:00
Robert Guo
580353e16b SERVER-55945 increase timeout of benchmarks_orphaned 2021-05-13 14:42:45 +00:00
Nikita Lapkov
ccaff11619 SERVER-56459 Support variables from ExpressionContext in SBE stage builder 2021-05-13 10:20:04 +00:00
Max Hirschhorn
b2d663d484 SERVER-52461 Enable resharding feature flag by default. 2021-05-12 23:00:16 +00:00
Varun Ravichandran
fcf22de92b SERVER-55961: Replace 'whitelist' in variable names, types, and comments 2021-05-12 20:02:43 +00:00
Richard Samuels
f7235a3800 SERVER-55626 Extract normal shell scripts from evergreen.yml part 4 2021-05-12 19:26:12 +00:00
Pierlauro Sciarelli
e3a679707c SERVER-52465 Enable feature flag for Sharded collections support all DDL operations 2021-05-12 16:46:17 +00:00
julianedwards
b98b00f9d3 SERVER-56757: Make jasper resmoke work with windows 2021-05-12 01:18:57 +00:00
David Bradford
d2da02cf66 SERVER-56751: Add patch build task for todo comment checks 2021-05-12 00:38:08 +00:00
Kyle Suarez
e3954abf64 SERVER-56843 blocklist lookup_subpipeline.js from aggregation_disabled_optimization 2021-05-11 15:09:31 +00:00
Mark Benvenuto
a2826e8269 SERVER-48258 Upgrade yaml-cpp 0.6.3 2021-05-11 00:59:15 +00:00
Richard Samuels
e200882259 SERVER-53291 Add support for using larger distros with generated fuzzer tasks 2021-05-10 21:08:06 +00:00
Timour Katchaounov
2f73b66d3c SERVER-34012 Planner's logic for taking union of index bounds intervals is slow for large $or queries
Implement a rewrite of single-path ORs into IN-lists.
2021-05-10 20:41:28 +00:00
Eric Cox
ed0c1dc5fb SERVER-56794 Disable merge_write_concern.js from running in sharded_multiversion suites 2021-05-10 17:53:17 +00:00
Richard Samuels
87347c6030 SERVER-56655 Add required-expansions-write lint rule for evergreen.yml 2021-05-07 21:28:42 +00:00
Benety Goh
f17820c46c SERVER-56745 remove index_id_options.js file exclusion from resmoke configs 2021-05-07 19:37:29 +00:00
Mihai Andrei
5338fcf366 SERVER-56758 [SBE] Remove 'sbe_incompatible' tags from remaining tests 2021-05-07 18:54:43 +00:00
Carlos Anaya
439b322333 SERVER-56196 Fix pylint issue 2021-05-07 14:25:16 +00:00