-
Notifications
You must be signed in to change notification settings - Fork 756
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
Run blockchain tests #341
Run blockchain tests #341
Conversation
1884222
to
3b96373
Compare
3b96373
to
378cec1
Compare
Have retriggered a test run on VM |
Result blockchain tests: 1..848
# tests 848
# pass 526
# fail 322 Too much. |
Many of the failures above seem difficulty related. I tested: node ./tests/tester.js -b --test='notxs_Byzantium' This fails with This doesn't necessarily mean that the latest updates from the blockchain or block classes have introduced an error. There were lately various discussions about wrong difficulty values in the blockchain tests on tests Gitter, maybe these test cases are wrong (one could compare with an older snapshot blockchain test from |
Have investigated this further, this fails in
The second one is coming from the |
Have filed an issue here: ethereum/tests#530 |
378cec1
to
86bbe7e
Compare
Retriggered a test run after merging of #373, also to get an impression about changes in blockchain test run time after introduction of |
Ok, this is now back to "normal" 60 failing tests (actually 6 less than before), see also #338 for comparison and context, some results: 1..848
# tests 848
# pass 788
# fail 60 Execution speed of test run on CircleCI is now down to a whopping 12:39 min, which is fantastic since this means we can now (after getting test failures down) run this on every PR CI run!!! ✨ 😄 |
Now obsolete to run periodic blockchain test runs through merging of #374. |
This is now finally the usage of the mechanism running the blockchain tests on CircleCI by renaming the config files.