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
File "/__w/spring/spring/build/tests/snapshot_in_svnn_transition_test.py", line 122, in <module>
restartWithSnapshot(nodeSnap, rmBlocks=False)
File "/__w/spring/spring/build/tests/snapshot_in_svnn_transition_test.py", line 119, in restartWithSnapshot
assert node.waitForLibToAdvance(), "LIB did not advance after restart from snapshot"
LIB did advance. It just didn't advance in the 30 second timeout.
What is really strange is it appears that the net_plugin took over 30 seconds to start listening.
info 2024-07-24T21:58:11.499 nodeos main.cpp:151 main ] nodeos started
...
info 2024-07-24T21:58:11.527 nodeos net_plugin.cpp:4315 plugin_initialize ] Initialize net plugin
...
debug 2024-07-24T21:58:41.584 net-3 net_plugin.cpp:4540 operator() ] start listening on localhost:9876 with peer sync throttle 0
info 2024-07-24T21:58:41.584 net-3 net_plugin.cpp:2930 create_session ] Accepted new connection: 127.0.0.1
The text was updated successfully, but these errors were encountered:
https://github.com/AntelopeIO/spring/actions/runs/10084407490/job/27883550130
The reported test failure was:
LIB did advance. It just didn't advance in the 30 second timeout.
What is really strange is it appears that the
net_plugin
took over 30 seconds to start listening.The text was updated successfully, but these errors were encountered: