Commit Graph

100 Commits

Author SHA1 Message Date
Cheahuychou Mao
1dfe8355a2 SERVER-52706 Make tenant migration donor use a separate NetworkInterface and x509 certificate to connect to recipient 2021-01-05 05:58:56 +00:00
Cheahuychou Mao
fee631bc61 SERVER-52708 Make tenant migration donor take certificate as string in donorStartMigration command 2021-01-05 00:39:04 +00:00
Jason Zhang
34a81def84 SERVER-50494 Implement proxy’s retry logic for batch write commands
Co-authored-by: Cheahuychou Mao <mao.cheahuychou@gmail.com>
2020-11-20 06:21:33 +00:00
Brian DeLeonardis
5247cf4369 SERVER-51403 Create concurrency suite with background operation metrics collection 2020-11-19 22:39:08 +00:00
Judah Schvimer
a013b58aa9 SERVER-50948 Change databasePrefix and dbPrefix to tenantId 2020-10-14 20:27:39 +00:00
Cheahuychou Mao
d7f220af70 SERVER-50493 Make tenant_migration_jscore_passthrough simulate a complete migration between two real replica sets that aborts 2020-10-12 22:26:05 +00:00
Cheahuychou Mao
f3eadbd5f8 SERVER-50787 Update donorStartMigration command to have a "polling" interface 2020-09-22 19:47:25 +00:00
A. Jesse Jiryu Davis
00e6eaf6ab SERVER-50784 Restore cluster settings after all JS test fuzzer suites, 2 2020-09-22 16:19:26 +00:00
A. Jesse Jiryu Davis
ec0866979a SERVER-50784 Restore cluster settings after all JS test fuzzer suites 2020-09-08 16:06:01 +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
Cheahuychou Mao
6791200c05 SERVER-50104 Add a test hook that runs a background migration that involves only the donor side on a database that no tests use 2020-08-27 02:19:18 +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
Carl Raiden Worley
c81a9f3165 SERVER-48150 Streamline resmoke loggers 2020-06-17 17:45:50 +00:00
Lingzhi Deng
149fdde77c SERVER-48633: WaitForReplication hook should ignore errors from quiesce mode 2020-06-08 14:40:46 +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
Billy Donahue
32673beb91 SERVER-48162 tolerate new benchmark report fields 2020-05-13 03:44:02 +00:00
Pavi Vetriselvan
4639620984 SERVER-48059 backup restore WaitForReplication hook should ignore shutdown errors 2020-05-11 23:57:37 +00:00
Gregory Wlodarek
560b266f41 SERVER-47754 Allow background validation to run on storage engines that do not support checkpoints 2020-04-24 18:59:03 +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
Randolph Tan
13f5c735c4 SERVER-46947 Add cleanup fuzzer hook to undo undesired settings from fuzzer 2020-03-23 20:31:10 +00:00
Pavi Vetriselvan
4d91fac171 SERVER-45094 add replica_sets_reconfig_jscore_passthrough suite 2020-03-17 20:45:56 +00:00
Max Hirschhorn
d7cdf42481 SERVER-46059 Run CheckOrphansDeleted hook in concurrency_sharded*.yml. 2020-02-18 21:39:39 +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
Andrew Morrow
be05c9ea62 SERVER-44546 Remove mobile variants and embedded benchmarks 2019-12-09 19:22:42 +00:00
Maria van Keulen
e4347d57e5 SERVER-43465 Remove unnecessary InvalidBSON replSetGetStatus handling 2019-12-03 21:53:35 +00:00
Dianna Hohensee
a5887f3a5b SERVER-42358 Add new background collection validation test hook. Runs concurrently with tests. 2019-10-21 18:23:49 +00:00
Judah Schvimer
f13641a0f6 SERVER-42469 Increase initial sync and kill secondaries passthrough timeouts to 24 hours 2019-07-30 09:39:10 -04: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
Lingzhi Deng
22b6c7a8df SERVER-40086: Extend CheckReplDBHashInBackground to Sharded Clusters 2019-05-01 22:28:30 -04:00
Dianna
96bf04156c SERVER-38165 Enable transactions testing with the inMemory storage engine 2019-04-22 13:38:12 -04:00
Mathew Robinson
8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
Randolph Tan
3d28a55677 SERVER-37853 Create sharded_core_txn with balancer suite
This reverts commit 907c8c786e.
2019-01-07 11:08:05 -05:00
William Schultz
907c8c786e Revert "SERVER-37853 Create sharded_core_txn with balancer suite"
This reverts commit 62076130c3.
2019-01-04 18:05:41 -05:00
Randolph Tan
62076130c3 SERVER-37853 Create sharded_core_txn with balancer suite 2019-01-04 16:17:30 -05:00
Henrik Edin
21426a6920 SERVER-37994 Upgrade google benchmark to v1.4.1 2018-12-19 09:36:15 -05:00
Henrik Edin
dd310c2a51 Revert "SERVER-37994 Add missing change from benchmark upgrade"
This reverts commit c70f14205a.
2018-12-18 12:56:54 -05:00
Henrik Edin
c70f14205a SERVER-37994 Add missing change from benchmark upgrade 2018-12-18 11:45:45 -05:00
Vesselina Ratcheva
0991709cf6 SERVER-37240 Enable dbhash background thread for enableMajorityReadConcern:false variant 2018-12-14 14:35:19 -05:00
Max Hirschhorn
e5c39e225e SERVER-35852 Require --shellConnString to use mongodb:// URI scheme. 2018-10-13 19:19:55 -04:00
Jonathan Abrahams
b04cc1e53b SERVER-35852 Convert FSM client to use a resmoke suite for easy test blackisting in backup_restore 2018-10-12 10:37:41 -04:00
Yves Duhem
1e026f75dc SERVER-28940 Test cases for fixture setups and teardowns 2018-10-04 09:51:05 -04:00
Tess Avitabile
aaa6473362 SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameter 2018-10-02 10:58:05 -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
Jonathan Abrahams
0c0a4acea4 SERVER-36817 replSetFreeze command run by stepdown thread may fail when server is already primary 2018-08-27 12:16:00 -04:00