Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-34075 Reenable powercycle_replication* tests and startup mongod as a ↵ | Jonathan Abrahams | 2018-05-01 | 1 | -15/+30 |
| | | | | replset during recovery mode in powertest.py | ||||
* | SERVER-34444 Reestablish a new connection to LocalToRemoteOperations after ↵ | Jonathan Abrahams | 2018-04-12 | 1 | -5/+8 |
| | | | | crash in powercycle.py | ||||
* | SERVER-34144 Powercycle output improvements: | Jonathan Abrahams | 2018-04-10 | 1 | -3/+5 |
| | | | | | - Correct replset name to 'powercycle' - Improve canary insert and validate output | ||||
* | SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy | Jonathan Abrahams | 2018-04-05 | 2 | -296/+317 |
| | |||||
* | SERVER-34318 Set timeout for canary insert to 1 hour in powertest.py | Jonathan Abrahams | 2018-04-04 | 1 | -4/+6 |
| | |||||
* | SERVER-23312 Format Python files with yapf | Jonathan Abrahams | 2018-03-26 | 1 | -531/+306 |
| | |||||
* | SERVER-34062 powertest.py attempts to access an attribute named address_type ↵ | Jonathan Abrahams | 2018-03-23 | 1 | -1/+1 |
| | | | | rather than its value | ||||
* | SERVER-33696 Set timeout_secs for powercycle* task to restrict the duration ↵ | Jonathan Abrahams | 2018-03-09 | 1 | -5/+15 |
| | | | | of a single powercycle loop | ||||
* | SERVER-33619 Assign address_type for any EC2 instance in powertest.py | Jonathan Abrahams | 2018-03-05 | 1 | -9/+24 |
| | |||||
* | SERVER-32515 Powercycle - rsync file exclude list | Jonathan Abrahams | 2018-01-03 | 1 | -6/+21 |
| | |||||
* | SERVER-32228 Powercycle - handle remote host restarts | Jonathan Abrahams | 2017-12-21 | 1 | -27/+37 |
| | |||||
* | SERVER-32074 Powercycle - Fix Windows event_name for handling stack dumps | Jonathan Abrahams | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | SERVER-32074 Powercycle - Add stack dump when SIGUSR1 or Windows event is ↵ | Jonathan Abrahams | 2017-12-03 | 1 | -0/+82 |
| | | | | received | ||||
* | SERVER-32091 Powecycle - remove mongod.lock file for MMAPV1 test | Jonathan Abrahams | 2017-12-01 | 1 | -0/+24 |
| | |||||
* | SERVER-32090 Powercycle - pymongo client args are overwritten | Jonathan Abrahams | 2017-12-01 | 1 | -13/+15 |
| | |||||
* | SERVER-32071 Powercycle - use internal crash nstead of AWS EC2 force-stop, ↵ | Jonathan Abrahams | 2017-12-01 | 1 | -27/+28 |
| | | | | | | | | which does not immediately terminate an instance. Internal crash methods are: - Linux, use sysrq-trigger - Windows, use NotMyFault | ||||
* | SERVER-31886 Add powercycle tasks to run on Windows | Jonathan Abrahams | 2017-11-21 | 1 | -104/+274 |
| | | | | | - Add capability to generate report.json in powertest.py - Add capability to generate and read a configuration YML file in powertest.py | ||||
* | SERVER-31807 Powercycle: Fix CRUD client configuration file | Jonathan Abrahams | 2017-11-09 | 1 | -3/+3 |
| | |||||
* | SERVER-31807 Add Powercycle task using writeConcern {w: "majority"} | Jonathan Abrahams | 2017-11-08 | 1 | -52/+64 |
| | |||||
* | SERVER-31325 Powercycle new tasks: | Jonathan Abrahams | 2017-11-08 | 1 | -87/+179 |
| | | | | | | - Replication WT - Replication small oplog - Sync delay | ||||
* | SERVER-31774 New powercycle test option & task - setFeatureCompatibilityVersion | Jonathan Abrahams | 2017-11-07 | 1 | -0/+31 |
| | |||||
* | SERVER-31682 Use AWS EC2 force-stop in powercycle tests | Jonathan Abrahams | 2017-10-25 | 1 | -14/+70 |
| | |||||
* | SERVER-30802 Add CRUD & FSM clients to powertest.py | Jonathan Abrahams | 2017-10-25 | 1 | -64/+355 |
| | |||||
* | SERVER-29816 Powercyle test added, pytests/powertest.py. | Jonathan Abrahams | 2017-09-14 | 1 | -0/+1751 |