Commit Graph

520 Commits

Author SHA1 Message Date
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
Judah Schvimer
c932e02133 SERVER-49779 Create a log component for tenant migrations 2020-08-27 19:36:07 +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
c318aff369 SERVER-48048 Use resmoke tag files for multiversion blacklisting 2020-08-17 17:07:22 +00:00
vrachev
5266a96260 SERVER-46687 Run hang-analyzer from resmoke and integrate with archival 2020-08-13 01:05:45 +00:00
Daniel Gottlieb
d774ce166f SERVER-50188: Allow multiple setParameters for the same key if their value is also identical. 2020-08-10 13:56:23 +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
Daniel Gottlieb
52f4d4d869 SERVER-47509: Have resmoke better cope with multiple set parameters. 2020-08-05 20:11:11 +00:00
Lingzhi Deng
14ef67e5d0 SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47 2020-08-05 16:27:25 +00:00
Daniel Gottlieb
1e6511738d SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection. 2020-08-05 01:43:59 +00:00
Lingzhi Deng
475078ffd9 SERVER-49783: Update latest FCV to 4.7 2020-08-02 05:39:29 +00:00
Robert Guo
9ef7c7a0fb Revert "SERVER-46687 Run hang-analyzer from resmoke and integrate with archival"
This reverts commit 0cbc4ea6a9.
2020-07-29 22:38:03 +00:00
Robert Guo
0cbc4ea6a9 SERVER-46687 Run hang-analyzer from resmoke and integrate with archival
This reverts commit 6ac765dd18.
2020-07-28 21:18:52 +00:00
Henrik Edin
6ac765dd18 Revert "SERVER-46687 Run hang-analyzer from resmoke and integrate with archival"
This reverts commit aa5754b408.
2020-07-28 15:24:03 +00:00
vrachev
aa5754b408 SERVER-46687 Run hang-analyzer from resmoke and integrate with archival 2020-07-27 11:58:38 +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
Judah Schvimer
f790ce2dc9 SERVER-49700 Fix error handling in replicaset.py setup 2020-07-22 16:14:28 +00:00
Daniel Gottlieb
c0be456afe SERVER-48953: Allow resmoke test files to be listed in a replay file. 2020-07-20 19:23: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
Judah Schvimer
64fcdabe8c SERVER-46541 enable automatic reconfigs for initial sync semantics by default 2020-07-09 22:39:43 +00:00
Lingzhi Deng
98cf395c1e SERVER-49063: Update FCV 4.6 constants to 4.5.1 2020-07-09 16:26:41 +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
Judah Schvimer
31db4f3c5a Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by default"
This reverts commit 76983a1c33.
2020-07-08 14:26:39 +00:00
vrachev
09d7df7e8c SERVER-48690 Drive powercycle setup commands with expansions.yml 2020-07-07 21:04:42 +00:00
Judah Schvimer
76983a1c33 SERVER-46541 enable automatic reconfigs for initial sync semantics by default 2020-07-03 01:23:41 +00:00
Carl Raiden Worley
4f4e1bd970 SERVER-25548 resmoke should not continue after a shell crash 2020-06-25 18:11:50 +00:00
Carl Raiden Worley
f275428ee2 SERVER-49050 Cannot differentiate logs from different shards with python fixtures 2020-06-24 23:19:40 +00:00
Amirsaman Memaripour
311d7ccd0b SERVER-48973 Remove ServiceExecutorAdaptive 2020-06-23 22:36:50 +00:00
vrachev
18f88ce068 SERVER-48705 resmoke.py sending SIGABRT to take core dumps on fixture teardown may overwrite core files from hang analyzer.
Adds an option to the hang-analyzer to kill processes after finishing analysis.
Updates assert.soon's usage of the hang-analyzer to use this option.
2020-06-22 18:43:58 +00:00
Mikhail Shchatko
412a1169bc SERVER-47880 Send SIGSTOP to all processes before attaching to any 2020-06-19 06:29:37 +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
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
vrachev
33c9944880 SERVER-48590 QOL improvements for hang-analyzer 2020-06-09 21:57:03 +00:00
Lingzhi Deng
149fdde77c SERVER-48633: WaitForReplication hook should ignore errors from quiesce mode 2020-06-08 14:40:46 +00:00
Amirsaman Memaripour
1ba3f68f27 SERVER-46726 Provide separate setParameter to disable diagnostic work 2020-06-05 19:19:41 +00:00
Richard Samuels
38b125fc08 SERVER-47312 hang_analyzer: enable on ASAN builders without running gcore 2020-06-05 13:24:34 +00:00
Robert Guo
9b1ed5d3ac SERVER-47589 add option for undo recorder 2020-06-03 14:00:53 +00:00
vrachev
9fcca8acb9 SERVER-46882 Reuse debugger process for processes of same type in hang_analyzer.py 2020-06-02 14:46:56 +00:00
Robert Guo
bdc4d3412f Revert "SERVER-48156: Ensure resmoke works with Jasper"
This reverts commit 2cad1aef9f.
2020-05-29 15:18:33 +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
julianedwards
2cad1aef9f SERVER-48156: Ensure resmoke works with Jasper 2020-05-27 21:28:37 +00:00
Carl Raiden Worley
c90e5cbaab SERVER-48145 Extract resmoke logging configurations 2020-05-27 16:50:40 +00:00
vrachev
98861bb66d SERVER-48220 Complete TODO listed in SERVER-47611 2020-05-26 17:27:50 +00:00
julianedwards
64d1fbcfd7 SERVER-45355: Send SIGABRT for failed tests that use Jasper 2020-05-20 20:01:08 +00:00
Ryan Timmons
055265b725 SERVER-47590 Plugin-Style Refactor for Parsing 2020-05-14 15:00:53 +00:00