-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI ROS test timeout #11290
Comments
Duplicate of #11257 |
This isn't a load-based timeout. There is a failure of the software env not monitored by the test itself. |
Another occurrence of the issue reported in this issue is in PR #11314 at the time of this writing: http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-SITL_tests/detail/PR-11314/1/pipeline (I don't believe that the LOC in this PR could impact the ROS tests.) |
PR #11314 is passing now after a rebase with current PX4/Firmware master. |
PR #11308 currently displays this behavior: http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-SITL_tests/detail/modular-attitude-control/2/pipeline |
Thanks @lamping7 , this is what I see at the bottom of #11308:
But you're right about #11189,
I'll delete the reference to #11189, I think I autocompleted an incorrect PR. I'll look again. Thanks! |
@Lamping, #11305 still shows the same behaviors, so at least that instance is still relevant. I watched #11189 automagically reload the page about 20 times and keep scrolling my page to the bottom shortly after your post, so I honestly can't say if it was the same at the point you saw it as when I saw it... if the CI tools run again it definitely yields different results, I've seen this many times in the past few months with rebasing my own PRs. Any ideas? How can I help out? |
PR #11224 is back to the same failure mode after rebase with current master: http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-SITL_tests/detail/PR-11224/21/pipeline |
PR #11192 is back to the same failure mode after rebase against current master: http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-SITL_tests/detail/PR-11192/36/pipeline Updated: An additional rebase against current master is passing again now: #11192 |
I haven't seen this issue in roughly the past week, so I think recent changes might have fixed it. Thanks for squashing this bug! |
Describe the bug
The CI ROS tests frequently timeout. Sometimes after a rebase a previously passing PR will fail, and other times after a rebase against current master the same tests will pass.
At the time of this writing, the following PR(s) exhibit this failure mode:
http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-SITL_tests/detail/PR-11194/20/pipeline
http://ci.px4.io:8080/blue/organizations/jenkins/PX4_misc%2FFirmware-SITL_tests/detail/PR-11260/11/pipeline
To Reproduce
Rebase a current PR against master and force push to remote. This will re-run/restart the CI tests, and sometimes everything will run smoothly, however, sometimes the tests will timeout.
Expected behavior
@dagar, if a timeout occurs, is there a way to automatically restart the test, (perhaps a finite number of times), or allow users to manually restart failing tests through the web interface?
The text was updated successfully, but these errors were encountered: