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
Currently the devp2p/eth hive test TestLargeTxRequest fails with the following logs:
not ok 15 TestLargeTxRequest
# failed to send next block: failed to announce block: unexpected: (*ethtest.Error)(could not read from connection: read tcp 172.17.0.3:43840->172.17.0.4:30303: i/o timeout)
#
This is ultimately due to the fact that we disconnect peers that send us block announcements, and do not process block announcements. However, that is not related to what is being tested.
Steps to reproduce
Run the hive tests using the instructions in #851, running the devp2p/eth simulator.
Node logs
No response
Platform(s)
No response
What version/commit are you on?
No response
Code of Conduct
I agree to follow the Code of Conduct
The text was updated successfully, but these errors were encountered:
failed to send next block: failed to announce block
this is again due to unsupported block announcements.
tbh unsure how to proceed here because I don't think we'll actually need block announcements anymore.
Describe the bug
Currently the
devp2p/eth
hive testTestLargeTxRequest
fails with the following logs:The
TestLargeTxRequest
is implemented here:https://github.com/ethereum/go-ethereum/blob/c155c8e179519888fce575b276091923af19ffbe/cmd/devp2p/internal/ethtest/suite.go#L454
This is ultimately due to the fact that we disconnect peers that send us block announcements, and do not process block announcements. However, that is not related to what is being tested.
Steps to reproduce
Run the hive tests using the instructions in #851, running the
devp2p/eth
simulator.Node logs
No response
Platform(s)
No response
What version/commit are you on?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: