-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-ethereum eth-tests are hanging #954
Comments
We are fixing it right now! See #942 |
@fjl got it, thanks for answer! and follow-up question:
is it expected? |
Some tests fail sometimes. It's kind of normal. We would love to have all clients pass all tests, but it's not a reality yet. |
got it, last question before closing discussion: so it's expected even for |
Yes, but we do want to fix them too. So it's not like they should always be broken, rather, it will sometimes take a while to get fixed. |
got it, thanks for responses! |
Hi, I'm trying to setup Hive Framework to run integration tests on my go-ethereum fork, and I faced up with an issue.
I'm running tests in a such way:
hive-clients.yml
fileSome of the tests are hanging, for ex in this group all
broadcast tests
are hangingI started to debug, and realized it happens here:
https://github.com/ethereum/go-ethereum/blob/master/cmd/devp2p/internal/ethtest/helpers.go#L298-L331
in
waitForBlockImport
function https://github.com/ethereum/go-ethereum/blob/master/cmd/devp2p/internal/ethtest/helpers.go#L325More specifically in this loop: https://github.com/ethereum/go-ethereum/blob/master/cmd/devp2p/internal/ethtest/helpers.go#L398
I wanted to ask if it's a known issue? Maybe you can point me to the repo where it's properly setup and works without issues?
Follow-up
:Another example is running such command:
Returns:
6 tests failed
So is it expected to fail? or I have invalid setup?
The text was updated successfully, but these errors were encountered: