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
When used as part of integration tests, run on github actions workers, scylla-ccm occasionally (once every ~20 launches) fails due to lack of internet:
File "/usr/lib/python3.10/socket.py", line 833, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
When failing action is re-run, everything works normally (network issue no longer appears).
Full error message from GH actions for the failing step: error.log
Link to the repository: repo - link
Link to specific GH action launch: log - link
Other failed action log: log2 - link
Link to used workflow: workflow - link
The text was updated successfully, but these errors were encountered:
When used as part of integration tests, run on github actions workers, scylla-ccm occasionally (once every ~20 launches) fails due to lack of internet:
When failing action is re-run, everything works normally (network issue no longer appears).
Full error message from GH actions for the failing step: error.log
Link to the repository: repo - link
Link to specific GH action launch: log - link
Other failed action log: log2 - link
Link to used workflow: workflow - link
The text was updated successfully, but these errors were encountered: