Commit Graph

13 Commits

Author SHA1 Message Date
Juan Gu
7209d62b77 SERVER-99522 Delete dead py linters (#31760)
GitOrigin-RevId: 3aedfa559dda734d4d89fefe0fe1154a5a3cf04d
2025-04-09 19:33:45 +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
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
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
Tommaso Tocci
70b77cf006 SERVER-72858 Do not wait for mongos retargeting in stepdown hook 2023-01-24 00:56:32 +00:00
Vesselina Ratcheva
b666bed6d4 SERVER-65977 Create initial sync concurrency suite on sharded sets 2022-11-21 07:28:59 +00:00
Alexander Neben
97ac02fa50 SERVER-68593 Disable low value python warnings 2022-09-02 22:55:09 +00:00
Siran Wang
2fe0fa151f SERVER-55861 add retryable writes multiversion hook 2021-07-30 14:06:16 +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
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
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
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