Closed nileshpatra closed 6 months ago
I am afraid I dont know anything about those archs and dont really care about them, but patches are welcome. The test failure indicates that the python process is hanging running bootstrap.py.
I did the following:
On increasing the timeout of check_untar_or_fail
to 180, I did not get the failure after running the tests around 10 times. It more or less does look like a timeout pitfall but I am not 100% certain.
On trying the same build (no code changes) in our build machines 5 times, I could get a successful build and hence the test seems flaky here (possibly due to timeout).
What do you think?
I am fine with increasing the timeout though untarring a small file should never take more than a few seconds.
No wait that error comes up again when I triggered it 5 more times :(
Describe the bug test_ssh_copy fails on ppc and riscv archs
To Reproduce Simply run kitty test suite on those archs.
Screenshots Log:
Environment details
Additional context This seems to be a regression in 0.34.1. The same test was passing in 0.33.1 release. Old log here