Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stress_test.py: fix randint usage | Egor Tensin | 2023-11-05 |
| | | | | | | Prior to Python 3.12, randint would accept float arguments with .0 fractional part (like 10e10). Starting with Python 3.12, it fails with an error. | ||
* | stress_test.py: fix datetime format in logs | Egor Tensin | 2020-03-15 |
| | |||
* | stress_test.py: make it work with older Python | Egor Tensin | 2020-03-15 |
| | |||
* | test: make stress_test.py kind of OK | Egor Tensin | 2020-03-15 |
| | |||
* | add missing copyright headers | Egor Tensin | 2020-03-14 |
| | |||
* | stress_test.py: check all outputs equal | Egor Tensin | 2019-12-13 |
| | |||
* | stress_test.py: fix for 3.6 | Egor Tensin | 2019-12-13 |
| | |||
* | stress_test.py: call check_returncode() | Egor Tensin | 2019-12-12 |
| | |||
* | add stress_test.py | Egor Tensin | 2019-12-01 |