aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/stress_test.py (follow)
Commit message (Collapse)AuthorAge
* stress_test.py: fix randint usageEgor Tensin2023-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 logsEgor Tensin2020-03-15
|
* stress_test.py: make it work with older PythonEgor Tensin2020-03-15
|
* test: make stress_test.py kind of OKEgor Tensin2020-03-15
|
* add missing copyright headersEgor Tensin2020-03-14
|
* stress_test.py: check all outputs equalEgor Tensin2019-12-13
|
* stress_test.py: fix for 3.6Egor Tensin2019-12-13
|
* stress_test.py: call check_returncode()Egor Tensin2019-12-12
|
* add stress_test.pyEgor Tensin2019-12-01