Commit Graph

158 Commits

Author SHA1 Message Date
Gregory Wlodarek
f121c23374 SERVER-66080 SimulateCrash hook waits for mongod to stop before copying data files 2022-04-29 20:59:54 +00:00
Robert Guo
9563cadc7d SERVER-65071 remove resmoke gRPC integration 2022-04-24 01:45:17 +00:00
Paolo Polato
1e12dbb633 SERVER-65035 Create new JS hook to check routing table consistency 2022-04-19 08:14:26 +00:00
Nicholas Zolnierz
27ce39ba63 SERVER-64056 Pass feature flags to mongocryptd 2022-03-02 21:26:09 +00:00
Gregory Wlodarek
f61906c062 SERVER-60728 Add a new test hook to simulate crashes and validate data files after recovery 2022-02-08 00:05:42 +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
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
julianedwards
c4339e6e20 SERVER-54315: Turn off jasper resmoke 2021-09-17 15:54:38 +00:00
Mikhail Shchatko
d1ed46952b SERVER-59767 Catch signal jasper process errors 2021-09-06 07:13:02 +00:00
julianedwards
4febdf30b4 SERVER-54315: Enable jasper resmoke for a single daily build 2021-08-19 15:37:48 +00:00
Robert Guo
3a8d0fb26f SERVER-56289 All generated tasks depend on archive_dist_test instead of archive_dist_test_debug 2021-08-05 02:26:14 +00:00
Robert Guo
e74e88defa SERVER-58126 Avoid symlinking downloaded binaries on Windows 2021-08-04 11:54:43 +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
Yoonsoo Kim
2181d579ff SERVER-58198 Remove shellReadMode/shellWriteMode command-line params from resmoke.py 2021-07-02 18:36:21 +00:00
Robert Guo
1eb48009eb SERVER-58086 set debug symbols download URL for shell-invoked hang analyzer 2021-07-01 18:37:18 +00:00
Mikhail Shchatko
139bc302dd SERVER-57674 Record "child" process pids explicitly in resmoke.py 2021-06-25 14:31:15 +00:00
Robert Guo
796a9f1504 SERVER-57439 add unittest task with undodb recordings to ! RHEL 8 2021-06-16 16:08:23 +00:00
Siran Wang
6489baf485 SERVER-55147 resmoke should shlex.quote() commands before printing them 2021-06-08 16:43:14 +00:00
Robert Guo
9434716bca SERVER-57092 use real JS test name for passthrough JS runner suites 2021-05-20 23:56:23 +00:00
Robert Guo
44b5378cbc SERVER-56352 allow dictionaries to be implicitly converted to HistoricDict 2021-05-13 15:36:19 +00:00
Carl Raiden Worley
d1ef0558db SERVER-54619 Extract resmokelib dependencies from fixture code 2021-03-26 18:38:23 +00:00
Carl Raiden Worley
d7a8860ac1 SERVER-54618 Remove mongod configuration from programs.py 2021-03-03 19:54:17 +00:00
Carl Raiden Worley
8082beefe8 SERVER-54617 Create a resmoke configuration management helper 2021-03-02 04:25:25 +00:00
Amirsaman Memaripour
e1f1522377 SERVER-53918 Enforce minimumReshardingDuration 2021-02-18 00:03:32 +00:00
julianedwards
ee1e7ff457 SERVER-51016: Add Python logging.Handler for LogKeeper V3 2021-01-22 15:14:08 +00:00
Hana Pearlman
3fadec4ccd SERVER-34927: allow localField and foreignField with more expressive $lookup pipeline 2021-01-07 23:12:03 +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
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
Amirsaman Memaripour
ebf9c6687f SERVER-48645 Remove versioning constraints on testing diagnostics 2020-11-13 04:06:16 +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
Bernard Gorman
19bef36312 SERVER-49423 Do not set coordinateCommitReturnImmediatelyAfterPersistingDecision in change stream multiversion suites 2020-10-16 11:31:15 +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
julianedwards
e9e1635d6c SERVER-49504: Allow resmoke's mongo shell to log to Jasper 2020-10-14 19:12:24 +00:00
Ben Caimano
8468e69c2e Revert "SERVER-49504: Allow resmoke's mongo shell to log to Jasper"
This reverts commit 308cc2fa21.
2020-10-12 23:00:38 +00:00
julianedwards
308cc2fa21 SERVER-49504: Allow resmoke's mongo shell to log to Jasper 2020-10-12 20:59:36 +00:00
Mikhail Shchatko
57cb74336b SERVER-50313 Add standalone tasks to live-record buildvariant 2020-09-10 07:27:00 +00:00
Judah Schvimer
c932e02133 SERVER-49779 Create a log component for tenant migrations 2020-08-27 19:36:07 +00:00
Daniel Gottlieb
1e6511738d SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection. 2020-08-05 01:43:59 +00:00
Daniel Gottlieb
19dd40b181 SERVER-48951: Add usability options for resmoke output.
--mrlog will pipe all stdout through mrlog.

--userFriendlyOutput=<file> will `tee` all output to <file>. It will filter
stdout with a grep to highlight test progress and possible failures.
2020-07-23 23:28:54 +00:00
Robert Guo
dfea53965c SERVER-48158: Add Resmoke testing for Jasper's logging endpoint 2020-07-23 15:55:57 +00:00
Jason Chan
1c28b3cf02 SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
Richard Samuels
b62fbbebc6 SERVER-47591 Add build variant that runs some tests with live record 2020-07-13 21:19:45 +00:00
Richard Samuels
c37aaac069 SERVER-49041 Check if live-record binary exists when specified in resmoke.py invocation 2020-07-09 13:29:35 +00:00
Amirsaman Memaripour
311d7ccd0b SERVER-48973 Remove ServiceExecutorAdaptive 2020-06-23 22:36:50 +00:00
Mikhail Shchatko
f46630dd3a SERVER-48112 Use Absolute Imports in Resmoke 2020-06-18 10:21:48 +00:00
Daniel Gottlieb
704131ba7e SERVER-48782: On request, backup datafiles when restarting test mongod instances. 2020-06-16 20:39:39 +00:00
Amirsaman Memaripour
87de9a0cb1 SERVER-46726 Make multiversion tests work with the new parameter
This patch addresses issues concerning running mongos in multiversion tests.
2020-06-10 13:27:50 +00:00
Amirsaman Memaripour
1ba3f68f27 SERVER-46726 Provide separate setParameter to disable diagnostic work 2020-06-05 19:19:41 +00:00