aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/stress_test.py (unfollow)
Commit message (Collapse)Author
2023-11-05stress_test.py: fix randint usageEgor Tensin
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.
2020-03-15stress_test.py: fix datetime format in logsEgor Tensin
2020-03-15stress_test.py: make it work with older PythonEgor Tensin
2020-03-15test: make stress_test.py kind of OKEgor Tensin
2020-03-14add missing copyright headersEgor Tensin
2019-12-13stress_test.py: check all outputs equalEgor Tensin
2019-12-13stress_test.py: fix for 3.6Egor Tensin
2019-12-12stress_test.py: call check_returncode()Egor Tensin
2019-12-01add stress_test.pyEgor Tensin