Commit Graph

4008 Commits

Author SHA1 Message Date
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
Carlos Anaya
41f7f3e437 SERVER-56196 Added error msg in burn_in_tests for invalid build variant 2021-05-07 14:25:16 +00:00
A. Jesse Jiryu Davis
99fe7a8349 SERVER-55614 getMore accepts API version params 2021-05-07 00:39:31 +00:00
Daniel Moody
76eab0dfcc SERVER-56141 added in degree one libdeps analyzer and removed existence of shims from analyzer. 2021-05-05 19:58:49 +00:00
Jack Mulrow
395510381d SERVER-56471 Give tenant migration recipients privilege to skip cluster time validation 2021-05-05 15:51:10 +00:00
Siran Wang
1f1ef3f0d7 SERVER-56187 use count_documents() instead of count() 2021-05-05 15:27:50 +00:00
Milena Ivanova
8a24eacb19 SERVER-56496 Complete TODO listed in SERVER-55899 2021-05-05 13:06:34 +00:00
Benety Goh
348c7bf861 SERVER-56585 IDL generator uses c++17 attribute maybe_unused 2021-05-05 10:18:25 +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
Jack Mulrow
a8e91314ab SERVER-47568 Disable clusterTime gossiping for nodes in unreadable states 2021-05-04 19:53:30 +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
David Bradford
94fe70d102 SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variants 2021-05-04 13:41:04 +00:00
Daniel Moody
44ca57b15d SERVER-56570 added LIBDEPS docs. 2021-05-03 15:49:37 +00:00
Mark Benvenuto
57f8c0d7c3 SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509 2021-05-03 14:43:41 +00:00
Richard Samuels
3044a44556 SERVER-55626 Extract normal shell scripts from evergreen.yml part 3 2021-05-02 17:02:21 +00:00
David Bradford
272b9e0bd2 SERVER-56216: Add commit-queue checks for unresolved TODOs 2021-04-30 19:41:15 +00:00
Mikhail Shchatko
63724eaa35 SERVER-37125 Remove unused ProcessControl code 2021-04-30 18:01:12 +00:00
Siran Wang
9da7ca62a4 SERVER-56454 don't record read operations 2021-04-30 16:12:29 +00:00
Sara Golemon
ea6fb92054 SERVER-56455 Expose reply_type on generated Command class 2021-04-29 20:34:57 +00:00
Jason Zhang
51bef6c2d9 SERVER-56188 Nested applyOps can hold onto global X lock while blocking on migration commit/abort 2021-04-29 17:50:57 +00:00
Cheahuychou Mao
46da8dbb40 SERVER-56434 Make tenant migration hook retry if get primary times out 2021-04-29 01:04:26 +00:00
Cheahuychou Mao
c2b497d2f9 SERVER-56431 Make sure that the ContinuousTenantMigration hook not retry donorForgetMigration after getting NoSuchTenantMigration 2021-04-29 01:04:26 +00:00
Varun Ravichandran
25b90f8895 SERVER-55828: Replace urllib3's 'method_whitelist' attribute with 'allowed_methods' 2021-04-28 23:43:56 +00:00
Pavi Vetriselvan
b855566ebc SERVER-56439 Exclude insert1.js from tenant migration kill/terminate primary suites 2021-04-28 19:26:56 +00:00
David Bradford
fcd06dab3d SERVER-56442: Group _gen tasks in a single display task 2021-04-28 19:01:27 +00:00
XueruiFa
c5ae3db584 SERVER-55882: Invalidate in-memory transactions when fetching committed transactions in tenant migrations 2021-04-28 16:19:00 +00:00
Richard Samuels
af417a7391 Revert "SERVER-55626 Extract shell scripts from server yaml part 3"
This reverts commit 2422c8e26e.
2021-04-28 15:17:48 +00:00
Mark Benvenuto
66068cc740 SERVER-53605 Upgrade blackduck python api to use v5+ BOM representation 2021-04-28 14:38:20 +00:00
Mikhail Shchatko
3d63ca6b01 SERVER-56340 Retry remote host setup operations 2021-04-28 12:30:23 +00:00
Lingzhi Deng
0464f0b7bc SERVER-55353: Ignore pre/post image when tenant oplog batcher can't find one 2021-04-28 02:06:05 +00:00
Cheahuychou Mao
ecb77d4c6f SERVER-56308 Fix auth errors in tenant migration stepdown/kill/terminate suites 2021-04-27 20:51:09 +00:00
XueruiFa
7f669695d0 SERVER-56324: Increase transactionLifetimeLimitSeconds in tenant migration transactions passthrough 2021-04-27 14:41:40 +00:00
Richard Samuels
2422c8e26e SERVER-55626 Extract shell scripts from server yaml part 3 2021-04-27 14:20:24 +00:00
Cheahuychou Mao
2052c20502 SERVER-56308 Enable auth in tenant migration jscore passhthrough suites 2021-04-27 00:14:10 +00:00
Andrew Morrow
c36e5a0496 SERVER-49200 Upgrade benchmark to 1.5.2 2021-04-26 22:28:05 +00:00
Jason Zhang
fb9e759ee6 SERVER-56343 Create shallow copy of shell_options in tenant migration passthrough 2021-04-26 17:22:11 +00:00
Benety Goh
788239ede9 SERVER-56050 un-blocklist commitQuorum in API checks
The underlying IDL type violations were addressed in commit f5a4ebbb86.
2021-04-26 16:13:31 +00:00
Mikhail Shchatko
345406dea0 SERVER-55832 Add lint_shellscripts and run shfmt on all .sh files in evergreen 2021-04-26 13:28:32 +00:00
Billy Donahue
e7ff74c0cb SERVER-43964 UUID etc need not befriend IDL types
Make idl's empty ChunkRange construction allowed again

This reverts commit aa2bbde881.
2021-04-23 19:55:05 +00:00
Mark Benvenuto
9b49a01a1c SERVER-56272 Add a timeout to fuzzer tests 2021-04-23 18:36:30 +00:00
David Bradford
1b9f63cdaf SERVER-50595: Don't require evergreen.py for local lint runs 2021-04-23 17:16:03 +00:00
Gregory Wlodarek
4b3a1307d0 SERVER-55411 Enable create_capped_collection*.js for incremental backups 2021-04-23 14:28:17 +00:00
Gregory Wlodarek
7b10322687 SERVER-16049 Replicate capped collection deletes 2021-04-23 02:13:16 +00:00
Pavi Vetriselvan
9457ca34a5 SERVER-55359 pre/post image ops after startFetchingDonorOpTime should be filtered out of oplog buffer 2021-04-22 22:37:08 +00:00
XueruiFa
fcf20de28b SERVER-56258: Complete TODO from SERVER-55355 2021-04-22 17:10:11 +00:00
Daniel Moody
44e6740a3f SERVER-54732 fixed validate cachedir debug type issue and turn on globally. 2021-04-22 16:38:41 +00:00
Uladzimir Makouski
aa2bbde881 Revert "SERVER-43964 UUID etc need not befriend IDL types"
This reverts commit 8f4dbd6889.
2021-04-22 09:18:21 +00:00