0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

2738 Commits

Author SHA1 Message Date
Carl Raiden Worley
a8da25ea56 SERVER-57172 Do json.send before DSI post_run 2021-05-26 15:29:23 +00:00
Kyle Suarez
b334917ef8 SERVER-57160 temporarily disable agg and query fuzzers 2021-05-24 23:18:58 +00:00
Mihai Andrei
9a796a6115 SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPreferenceSetting 2021-05-21 19:55:32 +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
Daniel Moody
e71f3e1971 SERVER-57049 reduce jlink for windows enterprise builds 2021-05-21 14:45:09 +00:00
Paolo Polato
c711ca8a61 SERVER-57055: exclude delete_during_migrate from code coverage target 2021-05-21 10:08:12 +00:00
Richard Samuels
b2802257c7 SERVER-56528 hang analyzer should always run when supplied a pid 2021-05-20 17:49:28 +00:00
Lingzhi Deng
41f385f670 SERVER-56979: Ban tenant_migration_concurrent_migrations_recipient.js from Amazon Linux build variants 2021-05-20 16:45:28 +00:00
Pavi Vetriselvan
a7d0955933 SERVER-53614 Enable tenant migration kill primary passthrough suite with aborts 2021-05-20 16:07:51 +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
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
Richard Samuels
0fa43bd601 SERVER-57036 Pin MarkupSafe==1.1.0 to prevent s390x and PPC64LE install errors 2021-05-19 16:44:06 +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
Gregory Wlodarek
6d7cbdb9b4 SERVER-57041 Disable disk_wiredtiger suite on ASAN 2021-05-18 18:35:13 +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
Ali Mir
e1972cd78a SERVER-56998 Dynamically split slow replica_sets* tasks on evergreen 2021-05-17 21:22:50 +00:00
Richard Samuels
4165013286 SERVER-55626 Extract set up remote credentials function 2021-05-17 20:06:28 +00:00
Richard Samuels
b8801c6b9c SERVER-55626 Fix missing ext expansion 2021-05-17 14:20:18 +00:00
Jordi Serra Torrens
98b60eb0d7 SERVER-55111 When using a nested shard key, a delete in a txn to a chunk that has moved is not throwing MigrationConflict 2021-05-17 07:59:21 +00:00
Shreyas Kalyan
47d9962185 SERVER-55964 Replace "blacklist" in all code and comments 2021-05-14 19:07:16 +00:00
Richard Samuels
0e524b6b1c SERVER-55626 Fix push task 2021-05-14 17:52:29 +00:00
Mikhail Shchatko
985e4fbf29 SERVER-56478 Run powercycle with extended host lifetime for easier debugging 2021-05-14 10:36:51 +00:00
Andrew Morrow
625a889641 SERVER-44079 Upgrade boost from 1.70.0 to 1.76.0
This reverts commit ea13620362.
2021-05-13 18:26:13 +00:00
Vishnu Kaushik
d8d76d0536 SERVER-52343 Enable feature flag for Multitenant Migrations for Serverless 2021-05-13 16:29:07 +00:00
Robert Guo
580353e16b SERVER-55945 increase timeout of benchmarks_orphaned 2021-05-13 14:42:45 +00:00
Richard Samuels
f7235a3800 SERVER-55626 Extract normal shell scripts from evergreen.yml part 4 2021-05-12 19:26:12 +00:00
Wenbin Zhu
1c79695566 SERVER-56863 Dynamically split the long running replica_sets task. 2021-05-12 18:35:03 +00:00
Nick Zolnierz
6927d5e2b9 SERVER-56884 Blacklist collmod_writeconflict.js in multi version passthrough suites 2021-05-12 17:21:36 +00:00
Mark Benvenuto
c1e73036c9 SERVER-48258 Upgrade yaml-cpp 0.6.3 2021-05-12 01:22:51 +00:00
David Bradford
d2da02cf66 SERVER-56751: Add patch build task for todo comment checks 2021-05-12 00:38:08 +00:00
Mark Benvenuto
a2826e8269 SERVER-48258 Upgrade yaml-cpp 0.6.3 2021-05-11 00:59:15 +00:00
Mohammad Dashti
ef3c46f76a SERVER-53760 Improved document size approximation for spilling to disk
Co-authored-by: Mihai Andrei <mihai.andrei@10gen.com>
2021-05-10 23:05:44 +00:00
Robert Guo
efde6b1830 SERVER-56817 Don't run the fuzzer with .tpl.js files 2021-05-10 21:09:10 +00:00
Richard Samuels
87347c6030 SERVER-56655 Add required-expansions-write lint rule for evergreen.yml 2021-05-07 21:28:42 +00:00
Andrew Morrow
ea13620362 Revert "SERVER-44079 Upgrade boost from 1.70.0 to 1.76.0"
This reverts commit 971ede4ef4.
2021-05-07 19:06:57 +00:00
Mihai Andrei
5338fcf366 SERVER-56758 [SBE] Remove 'sbe_incompatible' tags from remaining tests 2021-05-07 18:54:43 +00:00
Andrew Morrow
971ede4ef4 SERVER-44079 Upgrade boost from 1.70.0 to 1.76.0 2021-05-07 13:09:18 +00:00
Daniel Moody
5a36b11b00 SERVER-56666 fix ninja evergreen default install action 2021-05-05 19:37:13 +00:00
Jason Chan
320e2d2839 SERVER-55305 Add new step to replication rollback to restore the txns table to be consistent with the stableTimestamp 2021-05-04 22:29:28 +00:00
Daniel Moody
43c6b0bda4 SERVER-56624 added json cachedir logs for splunk 2021-05-04 18:47:15 +00:00
David Bradford
e33ea913e2 SERVER-56216: Don't look at git metadata when checking for todo comments 2021-05-04 18:44:57 +00:00
Sara Golemon
5a97994a1b SERVER-56962 Use .denylist suffix for etc/ sanitizer files 2021-05-04 17:18:22 +00:00
Daniel Moody
00e0dd57a7 SERVER-56614 fix ninja shell dressing for windows evergreen tasks 2021-05-04 15:48:35 +00:00
David Bradford
94fe70d102 SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variants 2021-05-04 13:41:04 +00:00
Mark Benvenuto
57f8c0d7c3 SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509 2021-05-03 14:43:41 +00:00
Benety Goh
5e1593f072 SERVER-53417 reenable macOS dynamic builds (visibility test) 2021-05-02 18:25:25 +00:00
Richard Samuels
3044a44556 SERVER-55626 Extract normal shell scripts from evergreen.yml part 3 2021-05-02 17:02:21 +00:00