Commit Graph

67 Commits

Author SHA1 Message Date
wolfee
11df7d4c39 SERVER-104330 ContinuousAddRemoveShard clashes with ContinuousStepdown (#35881)
GitOrigin-RevId: d2decce86ae0a355e77d7ece093f247302e5c3dc
2025-06-10 11:32:02 +00:00
Steve McClure
8bbc3a354d SERVER-102043: Add retries on AutoReconnect in hooks (#33339)
GitOrigin-RevId: bec58bac12afeb6e6f015a2927b28dce6c60b94f
2025-04-10 01:51:17 +00:00
Juan Gu
7209d62b77 SERVER-99522 Delete dead py linters (#31760)
GitOrigin-RevId: 3aedfa559dda734d4d89fefe0fe1154a5a3cf04d
2025-04-09 19:33:45 +00:00
Trevor Guidry
5feb1fffb0 SERVER-95957 add fixture methods for getting individual and testable clusters (#28211)
GitOrigin-RevId: 534855afb57e962df9ba8bde2a2f47d5ba4d7a0e
2024-10-21 21:46:44 +00:00
Juan Gu
855dfadef0 SERVER-94077 Use isort in Ruff configs (#27865)
GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 19:33:49 +00:00
Juan Gu
2513cc511b SERVER-94076 Remove unused imports via Ruff rule (#27337)
GitOrigin-RevId: 8923cc14f276be93355d763cb88c04bdb4dd9000
2024-10-04 01:43:13 +00:00
Vishnu K
2aacd501c8 SERVER-95248 / SERVER-95424 (#27545)
GitOrigin-RevId: e84a7bd7dffcaa4e9edfaba93608d0fd0059b54d
2024-10-03 18:31:24 +00:00
Vishnu K
3a2af61590 SERVER-94679 Collapse concurrency_sharded_multi_stmt_kill_primary, concurrency_sharded_multi_stmt_terminate_primary, concurrency_sharded_multi_stmt_with_stepdowns into one. (#27066)
GitOrigin-RevId: c5aa4ec04aa0fe3740fe7e9017e10916f8fcd81c
2024-09-13 20:05:11 +00:00
auto-revert-app[bot]
c41e87779e Revert "SERVER-94679 collapse concurrency multi stmt txn stepdown, kill and terminate into one (#26940)" (#27029)
GitOrigin-RevId: b06ec024e9f41732d1f9901f4c16e8906e3164f0
2024-09-12 22:23:37 +00:00
Vishnu K
01f866934c SERVER-94679 collapse concurrency multi stmt txn stepdown, kill and terminate into one (#26940)
GitOrigin-RevId: fd5d2c57f265e0ea20f048326e7304e7f9d1ea73
2024-09-12 19:25:06 +00:00
Vishnu K
e002a31162 SERVER-88891 delete all tenant migration, shard split and shard merge tests. (#25928)
GitOrigin-RevId: 842f88ec06db26bb62033f998792828dd7e37c3b
2024-08-12 15:52:30 +00:00
Steve McClure
b4b23946cd SERVER-90570: Enable formatting checks for buildscripts directory, excluding idl (#22254)
GitOrigin-RevId: 9d997a9f44cd43a8dec7c2a17fa2dbcd875e92f6
2024-05-16 22:07:36 +00:00
Cheahuychou Mao
bd22642323 SERVER-85389 Add jstests/change_streams passthrough testing for connecting to a replica set boostrapped as a single-shard cluster using replica set endpoint (#19768)
GitOrigin-RevId: 1a144c137fce793e8e15ad7d52697bb877cd71f3
2024-03-14 04:02:31 +00:00
Kaloian Manassiev
716b2086e1 SERVER-87826 Remove the isServerless check from CollectionShardingRuntime (#19868)
GitOrigin-RevId: 5aa409b1295385d10c700df012ad8f2af393d672
2024-03-14 02:18:04 +00:00
kauboy26
4087dbb4c8 SERVER-81984 have ContinuousStepdown log that it is attempting to step up a node. 2023-11-23 17:13:38 +00:00
seanzimm
584f3fcbd1 SERVER-79512: Add Remaining bulkWrite Passthroughs 2023-08-10 15:27:05 +00:00
Jack Mulrow
e66caf9dfd SERVER-76455 Enable more jscore failover suites in config shard variant 2023-04-26 15:59:36 +00:00
Kshitij Gupta
7ccbe498f5 SERVER-75744: Re-enable stepdown variants. 2023-04-25 17:50:30 +00:00
Jiawei Yang
a9b44d71b9 SERVER-64327 wait until old primary becomes writable in stepdown hook 2023-02-24 00:42:59 +00:00
Tommaso Tocci
70b77cf006 SERVER-72858 Do not wait for mongos retargeting in stepdown hook 2023-01-24 00:56:32 +00:00
Tommaso Tocci
ab05cf2179 SERVER-72877 Mongos retargeting logic in stepdown hooks should skip views 2023-01-17 11:23:46 +00:00
Trevor Guidry
b4a126b43a SERVER-61794 update pymongo to 4.3.3 2022-12-13 18:02:47 +00:00
Vesselina Ratcheva
b666bed6d4 SERVER-65977 Create initial sync concurrency suite on sharded sets 2022-11-21 07:28:59 +00:00
kauboy26
09aeac0a7d SERVER-70585 ContinuousStepdown can run indefinitely if mongod crashes while stepping down 2022-11-07 18:47:06 +00:00
Alexander Neben
97ac02fa50 SERVER-68593 Disable low value python warnings 2022-09-02 22:55:09 +00:00
Matt Broadstone
005aabeba2 SERVER-65076 Add stepdown passthrough suites for shard split 2022-05-18 13:00:33 +00:00
Robert Guo
a3a87f936f SERVER-65672 upgrade python packages to support 3.10 2022-04-24 02:12:33 +00:00
Sophia Tan
72f118efc3 SERVER-65280 Create kill jscore passthrough suite that talks directly to shardsvrs 2022-04-08 22:20:58 +00:00
kauboy26
77c0daa37c SERVER-65000 Deleted fixtures and hooks related to the replicator. 2022-04-04 19:07:46 +00:00
XueruiFa
17948a42fd SERVER-63220: Modify ContinuousStepdown hook to be compatible with ClusterToClusterFixture 2022-02-11 17:25:27 +00:00
Mikhail Shchatko
993a1658d6 SERVER-55859 Add multiversion full cluster changestreams hook 2021-08-18 14:37:38 +00:00
Siran Wang
2fe0fa151f SERVER-55861 add retryable writes multiversion hook 2021-07-30 14:06:16 +00:00
Robert Guo
a4b5e8e8c1 SERVER-58863 fix symbolizer rerun error, missing frame info, and move multiversion download cache dir to build 2021-07-29 12:14:30 +00:00
Pavi Vetriselvan
49c76d6f73 SERVER-53614 Enable tenant migration terminate primary passthrough with aborts 2021-05-20 15:10:47 +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
Cheahuychou Mao
1930a14cb0 SERVER-52713 Add tenant migration stepdown jscore passthrough suite 2021-03-27 06:54:39 +00:00
Ryan Egesdahl
ca4df25002 SERVER-50592 Update mypy and GitPython pip requirements
Update the mypy and GitPython pip modules that are required for linting
builds before commits to compatible versions rather than hard version
requirements.
2020-09-01 01:19:35 +00:00
Carl Raiden Worley
16dbe5a28b SERVER-50085 Make it easier to correlate mongo process names, ports, PIDs in logs of fixtures started by resmoke 2020-08-07 19:21:33 +00:00
vrachev
09d7df7e8c SERVER-48690 Drive powercycle setup commands with expansions.yml 2020-07-07 21:04:42 +00:00
Mikhail Shchatko
f46630dd3a SERVER-48112 Use Absolute Imports in Resmoke 2020-06-18 10:21:48 +00:00
Siyuan Zhou
116d80c826 SERVER-47950 Continuous stepdown thread should fail resmoke job loudly on exceptions 2020-05-28 08:23:41 +00:00
Mikhail Shchatko
74ac57a2f6 SERVER-36960 Stepdown thread should handle AutoReconnect exceptions when executing replSetStepUp 2020-04-23 16:55:43 +00:00
Mikhail Shchatko
4080100175 SERVER-46842 resmoke.py shouldn't run data consistency checks in stepdown suites if a process has crashed 2020-04-22 12:39:12 +00:00
Pavi Vetriselvan
2debab7987 SERVER-45094 add replica_sets_reconfig_kill_primary_jscore_passthrough 2020-04-14 16:10:44 +00:00
Carl Worley
041ca73b9b SERVER-45342 Send an abort signal instead of a kill signal when archiving 2020-01-09 15:40:39 +00:00
Max Hirschhorn
eaba1b8c34 SERVER-42195 Create new lifecycle instance for new stepdown thread. 2019-07-12 14:15:28 -04:00
Max Hirschhorn
eea65efbdd SERVER-41096 Fix file-based protocol for permitting stepdowns.
Changes the file-based protocol for controlling when stepdowns are
permitted to be a one-shot mechanism usable only once during a test.
That is to say, the indication for whether the stepdown thread isn't
currently and will no longer continue to run stepdowns during the test
persists until after the test finishes.
2019-06-20 17:19:53 -04:00
Lingzhi Deng
c1e677229f SERVER-40586: Step up instead of stepping down in stepdown suites 2019-05-07 17:59:34 -04:00
Mathew Robinson
8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
Jonathan Abrahams
1a2599c31d SERVER-36451 ContinuousStepdown with killing nodes can hang due to not being able to start the primary 2018-08-28 14:37:43 -04:00