Commit Graph

395 Commits

Author SHA1 Message Date
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
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
Mark Benvenuto
9b49a01a1c SERVER-56272 Add a timeout to fuzzer tests 2021-04-23 18:36:30 +00:00
XueruiFa
fcf20de28b SERVER-56258: Complete TODO from SERVER-55355 2021-04-22 17:10:11 +00:00
Robert Guo
39fc7fd24d SERVER-55249 archive all data on required mainline builders 2021-04-06 13:25:46 +00:00
Carl Raiden Worley
e3b662322d SERVER-55590 Fix fixturelib reference in fixtures 2021-03-29 17:47:14 +00:00
Cheahuychou Mao
1930a14cb0 SERVER-52713 Add tenant migration stepdown jscore passthrough suite 2021-03-27 06:54:39 +00:00
julianedwards
e2ccfbe907 SERVER-55560: Send display test name to evergreen test results for resmoke with jasper 2021-03-27 00:59:58 +00:00
Carl Raiden Worley
d1ef0558db SERVER-54619 Extract resmokelib dependencies from fixture code 2021-03-26 18:38:23 +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
julianedwards
e2702b9a7e SERVER-54663: Pass group id to evergreen when running with resmoke with jasper. 2021-03-15 14:54:05 +00:00
Kshitij Gupta
1f84ef5e4c SERVER-34597 Wait for sharding initialization in ShardingTest 2021-03-10 16:43:49 +00:00
Mikhail Shchatko
8022d8830d SERVER-54723 Shorten resmoke log prefixes 2021-03-04 21:05:37 +00:00
Carl Raiden Worley
d7a8860ac1 SERVER-54618 Remove mongod configuration from programs.py 2021-03-03 19:54:17 +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
Tommaso Tocci
40f2c1e8e9 SERVER-43892 ShardedClusterFixture always starts shards as replicasets 2021-02-24 03:34:18 +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
Jason Zhang
0970cd1d4a SERVER-53496 Make TenantMigrationFixture take in separate mongod options for each replica set 2021-02-12 00:35:48 +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
Matthew Russotto
7b9b44aa12 SERVER-52985 Renumber TODO, formerly SERVER-47813 2021-02-03 22:07:55 +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
julianedwards
fff7a4baa0 SERVER-49504: Allow resmoke's mongo shell to log to Jasper 2020-12-14 18:27:30 +00:00
Robert Guo
598c28c4c0 SERVER-52531 fix incorrect use of job_num 2020-12-10 15:47:25 +00:00
Robert Guo
2c50126f91 Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"
This reverts commit 3c179e4935.
2020-12-07 19:21:59 +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
A. Jesse Jiryu Davis
e618ffe3d8 SERVER-51877 Check all API V1 commands are defined in IDL 2020-11-10 18:52:28 +00:00
julianedwards
3c179e4935 SERVER-49504: Revert "Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"" 2020-11-06 17:23:31 +00:00
Robert Guo
e62f90245b Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"
This reverts commit e9e1635d6c.
2020-10-15 13:38:36 +00:00