hemilabs / heminetwork

The hemi network core daemons.
MIT License
72 stars 48 forks source link

bfgd: fragile test: `TestGetFinalitiesByL2KeystoneBFGWithPagination` #305

Open joshuasing opened 2 weeks ago

joshuasing commented 2 weeks ago

Confirmation

Describe the bug

Fragile test TestGetFinalitiesByL2KeystoneBFGWithPagination: https://github.com/hemilabs/heminetwork/actions/runs/11727628880/job/32669157287

2024-11-07 16:59:47 INFO bfg bfg.go:1711 Listening: :33075
2024-11-07 16:59:47 INFO bfg bfg.go:1716 Listening: :37457
2024-11-07 16:59:48 ERROR bfg bfg.go:823 handleWebsocketPrivateRead: failed to read JSON message: failed to get reader: failed to read frame header: EOF
2024-11-07 16:59:48 INFO bfg bfg.go:1067 Unauthenticated connection from ::1
2024-11-07 16:59:48 INFO bfg bfg.go:1069 Unauthenticated connection terminated from ::1
2024-11-07 16:59:48 ERROR bfg bfg.go:1112 Handshake Server failed for ::1: read: failed to read JSON message: failed to get reader: failed to read frame header: EOF
2024-11-07 16:59:48 INFO bfg bfg.go:1067 Unauthenticated connection from ::1
2024-11-07 16:59:48 ERROR bfg bfg.go:823 handleWebsocketPrivateRead: failed to read JSON message: failed to get reader: context canceled
2024-11-07 16:59:48 INFO bfg bfg.go:1069 Unauthenticated connection terminated from ::1
2024-11-07 16:59:48 INFO bfg bfg.go:1802 bfg service shutting down
2024-11-07 16:59:48 INFO bfg bfg.go:1804 bfg service clean shutdown
2024-11-07 16:59:48 ERROR bfg bfg.go:1787 bitcoin client clean shutdown
2024-11-07 16:59:48 ERROR bfg bfg.go:1730 http public Server exit: context canceled
2024-11-07 16:59:48 INFO bfg bfg.go:1725 private RPC Server shutdown cleanly
FAIL
FAIL    github.com/hemilabs/heminetwork/e2e 138.107s

Expected behaviour

Test should pass :)

Environment

No response

Additional Information

No response