Commit Graph

188 Commits

Author SHA1 Message Date
Robert Guo
39027673be SERVER-65071 remove resmoke gRPC integration
(cherry picked from commit 9563cadc7d)
2022-04-28 07:49:37 +00:00
kauboy26
77c0daa37c SERVER-65000 Deleted fixtures and hooks related to the replicator. 2022-04-04 19:07:46 +00:00
Sophia Tan
2f2806eb4c SERVER-64132 Make shardsvrs running in serverless mode always return "unsharded" filtering metadata 2022-03-31 20:39:27 +00:00
Huayu Ouyang
b253651b0d SERVER-64445 Create MultipleReplicatorFixture 2022-03-25 23:43:40 +00:00
Adi Zaimi
da1e827c71 SERVER-64715 Change fixture to send source and destination to START command for mongosync 2022-03-25 20:16:27 +00:00
Robert Guo
876e0930d2 SERVER-61460 correctly merge --setParameter in resmoke 2022-03-24 21:54:41 +00:00
Josef Ahmad
16227df086 SERVER-63047 Make delete batches fully transactional 2022-03-24 18:58:47 +00:00
XueruiFa
ecc66915ac SERVER-63487: Add kill/start replicator hook 2022-03-23 18:19:54 +00:00
Tommaso Tocci
6a96e2e670 SERVER-64719 Reduce mongos quiesce time for sharded fixture 2022-03-21 08:34:02 +00:00
Sophia Tan
a585eeb9a2 SERVER-64064 Create jscore passthrough suite that talks directly to shardsvrs 2022-03-17 21:23:16 +00:00
kauboy26
14260eebf4 SERVER-64188 Change fixture to send START POST command to mongosync. 2022-03-15 22:28:01 +00:00
Tommaso Tocci
92906f06da SERVER-64501 Reduce quiesce mode time for tenant migration fixture 2022-03-15 14:23:16 +00:00
Jason Chan
9313b2b666 SERVER-63998 Pass in --port cli options to replicator fixture 2022-03-01 23:56:11 +00:00
Didier Nadeau
c8c31330d7 SERVER-63266 Allow server to be started without setname in serverless mode 2022-02-20 21:18:11 +00:00
Vishnu Kaushik
be1a53bfed SERVER-63221 Delay ClusterToClusterReplication hook starting the replicator until a few tests have run. 2022-02-11 22:20:56 +00:00
Vishnu Kaushik
49b5ef238b SERVER-62864 Build ReplicatorFixture resmoke infrastructure and integrate into end-to-end testing 2022-01-24 21:19:51 +00:00
Jason Chan
d41f759f47 SERVER-61718 Have ClusterToClusterFixture make a new fixture only in the constructor 2021-11-24 00:56:15 +00:00
A. Jesse Jiryu Davis
5689d7fd21 SERVER-61664 Fix test log formatting 2021-11-20 04:50:26 +00:00
Matthew Russotto
77d16d2cc1 SERVER-61378 Tolerate interruptions in replica set test fixture 2021-11-11 15:59:03 +00:00
Mikhail Shchatko
a4b6ad43fd SERVER-61375 Fix set FCV for sharded cluster fixture 2021-11-10 17:36:45 +00:00
Mikhail Shchatko
4235f31537 SERVER-57509 Remove legacy multiversion code 2021-11-09 08:23:49 +00:00
Robert Guo
7bff1ee135 SERVER-61225 fix feature flag definition for standalone fixtures 2021-11-04 11:23:33 +00:00
Luis Osta
6385224862 SERVER-57686 Create concurrency test for inserts during reshardCollection 2021-11-03 14:52:39 +00:00
Robert Guo
84c2c6eb8a SERVER-60927 run non-fuzzer multiversion suites against last-lts and last-continuous 2021-11-03 04:03:04 +00:00
Vishnu Kaushik
e93b52d81b SERVER-60779 Extend CheckReplDBHash to work with TenantMigrationsFixture and ClusterToClusterFixture 2021-11-02 18:50:20 +00:00
Mikhail Shchatko
02751b472c SERVER-61077 Pass mixed_bin_versions from suite definition to TestData object 2021-11-01 08:55:11 +00:00
Mikhail Shchatko
a62bc5316d SERVER-49763 Run fuzzers against last-continuous and last-lts 2021-10-26 12:32:19 +00:00
Brett Nawrocki
4dd7f84be7 SERVER-54623 Wait longer for session collection in ShardedClusterFixture
Test suites using the ShardedClusterFixture could time out waiting for
replication after calling refreshLogicalSessionCacheNow during setup.
This was most commonly seen during periods of high disk utilization.
Instead of failing the test, wait however long it takes.
2021-10-21 14:42:46 +00:00
Vishnu Kaushik
394d930ff1 SERVER-60003 Create ReplicatorHook for ClusterToCluster replication testing 2021-10-15 14:41:12 +00:00
Richard Samuels
d5010cf9e5 SERVER-60523 Standalone fixture incorrectly handles directory creation exceptions 2021-10-07 20:18:01 +00:00
Vishnu Kaushik
24d3bd41ce SERVER-59712 Create ClusterToClusterFixture in resmoke 2021-09-28 21:37:38 +00:00
Mikhail Shchatko
00efe90e6d SERVER-59216 Add sharded retryable write versions of stepdown downgrade 2021-09-27 10:48:58 +00:00
XueruiFa
efdac6418b SERVER-59012: Calculate FCV constants in resmoke 2021-09-20 16:20:44 +00:00
XueruiFa
9ed67ce082 SERVER-59012: Revert calculating FCV constants in resmoke 2021-09-02 18:19:48 +00:00
XueruiFa
8671522fd5 SERVER-59012: Calculate FCV constants in resmoke 2021-09-01 17:21:21 +00:00
Mikhail Shchatko
3675df9065 SERVER-58934 Don't pass any feature flag parameters to old fixture in multiversion 2021-09-01 10:53:04 +00:00
Mikhail Shchatko
a2cc442afc SERVER-54419 Support last-lts and last-continuous in generating multiversion_exclude_tags.yml file 2021-07-30 16:54:57 +00:00
Siran Wang
2fe0fa151f SERVER-55861 add retryable writes multiversion hook 2021-07-30 14:06:16 +00:00
Robert Guo
bc5f939071 SERVER-58172 run multiversion tests on master with 5.0 and disable incompatible tests 2021-07-22 14:50:12 +00:00
Vishnu Kaushik
2da34d8233 SERVER-47797 Remove references to waitForStepDownOnNonCommandShutdown 2021-06-30 05:02:50 +00:00
Robert Guo
ffe55a9d08 SERVER-57951 resmoke.py should archive all fixture locations for a job 2021-06-27 15:38:30 +00:00
Siran Wang
75f9277a30 SERVER-55296 support enhanced multiversion api 2021-06-10 15:56:54 +00:00
Robert Guo
846a99de9a SERVER-54622 Retrieve back-branch fixture files to assemble multiversion
remove task_path_suffix from evergreen_gen_multiversion_tasks.py

replication works

fix fixture API adherence test

generate mongos port on startup

fix sharding and reformat
2021-05-27 14:49:58 +00:00
Robert Guo
44b5378cbc SERVER-56352 allow dictionaries to be implicitly converted to HistoricDict 2021-05-13 15:36:19 +00:00
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
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
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