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
XueruiFa
c5ae3db584
SERVER-55882: Invalidate in-memory transactions when fetching committed transactions in tenant migrations
2021-04-28 16:19:00 +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
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
XueruiFa
fcf20de28b
SERVER-56258: Complete TODO from SERVER-55355
2021-04-22 17:10:11 +00:00
Cheahuychou Mao
1930a14cb0
SERVER-52713 Add tenant migration stepdown jscore passthrough suite
2021-03-27 06:54:39 +00:00
Ben Caimano
2d48577820
SERVER-51335 Persist fuzzer corpora for each branch and variant
2021-03-25 21:31:46 +00:00
Jason Zhang
5a69247372
SERVER-53251 Add dbhash check to tenant migration passthrough
2021-03-25 18:24:48 +00:00
Siran Wang
9c3dd66796
SERVER-54871 update hook_test_case logger to avoid duplicate logs
2021-03-23 20:39:43 +00:00
Cheahuychou Mao
67c23bccf4
SERVER-55349 Make TenantMigrationThread garbage collect migration before validating abort reason
2021-03-19 19:42:54 +00:00
Lingzhi Deng
77a1e00c53
SERVER-55169: Handle timeseries bucket collections in TenantCollectionCloner
2021-03-17 00:13:15 +00:00
XueruiFa
fd19665e9c
SERVER-55168: Allow tenant migration cloner to write to system.views collections
2021-03-15 19:10:59 +00:00
Cheahuychou Mao
a329925d96
SERVER-55157 Make tenant migration hook throw an error if the migration aborts not because of the failpoint
2021-03-15 15:56:56 +00:00
Cheahuychou Mao
1f39f0c300
SERVER-54868 Regenerate test tenant migration certificates with only the necessary privileges
2021-03-02 17:57:12 +00:00
Carl Raiden Worley
8082beefe8
SERVER-54617 Create a resmoke configuration management helper
2021-03-02 04:25:25 +00:00
Bynn Lee
43224bbbba
SERVER-40820 Jstestfuzz suite to introduce spurious write conflicts
2021-02-26 20:27:27 +00:00
Cheahuychou Mao
a2ad8a9496
SERVER-54653 Make ContinuousTenantMigration hook garbage collect each migration before starting the next one
2021-02-19 23:33:55 +00:00
Carl Raiden Worley
af9504278a
SERVER-52677 CheckReplDBHashInBackground output is appearing in FSM workload --log=buildlogger output
2021-02-12 19:54:18 +00:00
Cheahuychou Mao
29804e98dc
SERVER-50495 Make tenant_migration_jscore_passthrough simulate migrations that commit
2021-02-12 04:43:13 +00:00
Moustafa Maher
31f2c01634
SERVER-54122 Fix fuzzer_tests bug of setting requireApiVersion to true and not cleaning it.
2021-02-05 22:05:53 +00:00
Cheahuychou Mao
84a07cc16f
SERVER-54061 Rename failpoints in TenantMigrationDonorService
2021-01-27 03:41:30 +00:00
julianedwards
ee1e7ff457
SERVER-51016: Add Python logging.Handler for LogKeeper V3
2021-01-22 15:14:08 +00:00
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