Commit Graph

460 Commits

Author SHA1 Message Date
Huayu Ouyang
ce8433059e SERVER-57841 Create passthroughs which run file based initial sync on core and fuzzer 2021-11-30 14:01:28 +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
63b46f1486 SERVER-61593 Test command waitForMemberState should be interruptible 2021-11-19 04:09:19 +00:00
Vishnu Kaushik
aa46e84e7d SERVER-61543 ClusterToClusterReplication hook should pass shell options to data consistency hooks 2021-11-18 17:56:52 +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
Vishnu Kaushik
50e3fbc125 SERVER-61311 Display cluster to cluster replicator's actions appropriately 2021-11-08 17:34:35 +00:00
Mikhail Shchatko
771c050efd SERVER-61238 Deduplicate CheckTenantMigrationDBHash hook logs 2021-11-08 15:53:48 +00:00
Mikhail Shchatko
1384eee3fa SERVER-61238 Don't overwrite hook logger in TenantMigrationThread 2021-11-05 07:42:54 +00:00
Robert Guo
7bff1ee135 SERVER-61225 fix feature flag definition for standalone fixtures 2021-11-04 11:23:33 +00:00
Mikhail Shchatko
ac364ad8d4 SERVER-60458 Add a resmoke run flag to limit number of tests being run 2021-11-04 08:30:37 +00:00
Vishnu Kaushik
0d73b2dc01 SERVER-61080 Avoid failing replicator tasks for test failures unrelated to the replicator 2021-11-03 15:52:49 +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
Nikita Lapkov
5855f42358 SERVER-55516 Enable time-series tests for sharding passthrough 2021-10-12 13:24:34 +00:00
Robert Guo
9c46c72e17 SERVER-55857 Use explicit task definitions for implicit multiversion tasks 2021-10-12 04:46:33 +00:00
Richard Samuels
d5010cf9e5 SERVER-60523 Standalone fixture incorrectly handles directory creation exceptions 2021-10-07 20:18:01 +00:00
Vishnu Kaushik
9e87e8a356 SERVER-60021 Perform ClusterToCluster data consistency check 2021-10-07 15:07:47 +00:00
Robert Guo
de8b582148 SERVER-60487 fix test name for JSTest testcase 2021-10-06 14:04:05 +00:00
julianedwards
cf6da1848a SERVER-54315: Turn on jasper resmoke for a single required build and a single daily build 2021-10-05 18:28:03 +00:00
Robert Guo
ba5cf359d8 SERVER-55857 remove NAMED_SUITES from resmoke config 2021-10-02 04:55:02 +00:00
Gregory Noma
96327c8264 SERVER-59058 Enforce fast count validation in ValidateCollections Python hook 2021-09-30 21:01:46 +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
Robert Guo
5479d9ee41 SERVER-60093 don't regenerate TestCase for DynamicJSTestCases 2021-09-24 17:32:08 +00:00
Mikhail Shchatko
3cfd58313f SERVER-60169 Remove change stream documents check in background hook 2021-09-23 16:18:32 +00:00
Arun Banala
7ff8d8762c SERVER-57567 Fix bug to consider tests running on Windows 2021-09-22 11:17:54 +00:00
Arun Banala
536cd38e7a SERVER-57567 Update sharded passthrough suite to handle time series collections 2021-09-21 17:02:44 +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
Gregory Noma
9862b5bd81 Revert "SERVER-59058 Enforce fast count validation in ValidateCollections Python hook"
This reverts commit 038958ef6e.
2021-08-21 04:20:06 +00:00
Gregory Noma
038958ef6e SERVER-59058 Enforce fast count validation in ValidateCollections Python hook 2021-08-19 19:43:41 +00:00
Mikhail Shchatko
993a1658d6 SERVER-55859 Add multiversion full cluster changestreams hook 2021-08-18 14:37:38 +00:00
A. Jesse Jiryu Davis
35c2b631b6 SERVER-59026 Move TLA+ dir from repl/ to mongo/ 2021-08-04 13:46:13 +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
a4b5e8e8c1 SERVER-58863 fix symbolizer rerun error, missing frame info, and move multiversion download cache dir to build 2021-07-29 12:14:30 +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
Andrew Shuvalov
2fec2bd8bb SERVER-56489: New pass-through test with hello server-side delays 2021-07-14 14:32:46 +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