You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two tests mentioned in the title fail on machine A but pass on machine B. The build environment on both machine should be identical, with the exception of the the Linux kernel version and system specifications (CPU, RAM, disk, etc.)
Expected behavior
The tests should pass on both these machines.
Actual behavior
On the slower machine A, the two tests mentioned above fail, with the results:
Apteryks
changed the title
LocustProcessIntegrationTest.test_webserver and LocustProcessIntegrationTest.test_custom_exit_code test failures
test_webserver and test_custom_exit_code test failures
Feb 19, 2021
Locust is already working on Guix :-). I'm reporting these two test failures here as it seems to point to the tests being time dependent (perhaps racy?), since they don't give the same results using the same software on two different machines.
Describe the bug
The two tests mentioned in the title fail on machine A but pass on machine B. The build environment on both machine should be identical, with the exception of the the Linux kernel version and system specifications (CPU, RAM, disk, etc.)
Expected behavior
The tests should pass on both these machines.
Actual behavior
On the slower machine A, the two tests mentioned above fail, with the results:
Attached is the full log:
ilsddw0ll0vhbv9iqa6v2wx29smvi1-python-locust-1.4.3.drv.log.gz
Steps to reproduce
The easiest way to reproduce this on your environment may well be to use Guix, which was designed for reproducibility:
With some luck, you should see the same failures (perhaps just on lesser machines, like in my case?).
Environment
Machine A:
Intel Q6700, 8 GiB RAM, spinning disks, Linux 5.10.17-gnu
Machine B:
AMD Ryzen 3900X, 32 GiB RAM, M.2 SSD, Linux 5.8.5-gnu
The text was updated successfully, but these errors were encountered: