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
Edit: side note, tests that occasionally fail but have a -t 30 or some similar timeout, its easy to just accept the failure. But in this test I can't tell if a timeout would be reasonable.
The text was updated successfully, but these errors were encountered:
taking a little time to learn about this test, I'm guessing the race / error is the timestamps in the first field of the inputs above. The 1/10th or 1/20th of a second between inputs might not be a large enough time if the rpcs flux top is performing internally are too slow. We don't see this much, but if we begin to see it more, increasing those timestamps might be worthwhile, like perhaps .25 seconds between inputs.
Edit: I guess its also possible the very first command done at 0.5 seconds in could be too early?
chu11
changed the title
test fiailure: t2801-top-cmd.t 16 - flux-top can call itself recursively
test failure: t2801-top-cmd.t 16 - flux-top can call itself recursively
Mar 10, 2022
everyonce in awhile when i run
make -j16 check
this test fails. I assume something racy, but the cause escapes me.Edit: side note, tests that occasionally fail but have a
-t 30
or some similar timeout, its easy to just accept the failure. But in this test I can't tell if a timeout would be reasonable.The text was updated successfully, but these errors were encountered: