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
and expects the log line to be available right after that line.
that is not how the iterator give from follow_system_log should be use,
it should be read again and again in a loop until we get what we expect or timeout
we should introduce a helper function, or a method on this iterator, to be able to achieve that, with a timeout
and look for more naive usages of follow_system_log and address them
this functions is doing a call like that:
and expects the log line to be available right after that line.
that is not how the iterator give from
follow_system_log
should be use,it should be read again and again in a loop until we get what we expect or timeout
we should introduce a helper function, or a method on this iterator, to be able to achieve that, with a timeout
and look for more naive usages of
follow_system_log
and address themRef: #4341
The text was updated successfully, but these errors were encountered: