AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 70 forks source link

IF: Test Failure: auto_bp_peering_if_test #2354

Closed heifner closed 5 months ago

heifner commented 6 months ago

https://github.com/AntelopeIO/leap/actions/runs/8470775216/job/23212479735 ubsan

Appears to have failed because the producer was so busy processing vote messages it was unable to send out block.

debug 2024-03-28T18:15:06.584 net-1     net_plugin.cpp:2659           operator()           ] ["localhost:9876 - da03a39" - 4 127.0.0.1:33032] bcast block 172

Received on client:

debug 2024-03-28T18:15:13.643 net-2     net_plugin.cpp:3115           process_next_block_m ] ["localhost:9877 - 777d221" - 2 127.0.0.1:55490] received block 172, id 7c9d32fc29ab578c..., latency: 7143ms, head 171

Potentially related to: #2351

heifner commented 6 months ago

https://github.com/AntelopeIO/leap/actions/runs/8481930721/job/23240489887 This one failed because it forked between get_info and get_block. The head block reported by get_info was not available when get_block tried to retrieve it. The fork was caused by extreme slowness it appears. So not completely like the other failure, but seems close enough to just report under this issue.

heifner commented 6 months ago

https://github.com/AntelopeIO/leap/actions/runs/8485923201/job/23251802866

heifner commented 5 months ago

ci/cd perf increase seems to have fixed the issue.