-
Notifications
You must be signed in to change notification settings - Fork 927
Reduce number of blobs used in tests to speed up CI #8194
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
base: unstable
Are you sure you want to change the base?
Conversation
565424d
to
224a87d
Compare
Some required checks have failed. Could you please take a look @jimmygchen? 🙏 |
Interestingly the broadcast validation test failure here was caused by the block not having a blob, and returning a different error message: We could probably use i'll go with the former method for now as the tests here are already quite complicated. |
Some required checks have failed. Could you please take a look @jimmygchen? 🙏 |
Some required checks have failed. Could you please take a look @jimmygchen? 🙏 |
Issue Addressed
beacon-chain-tests
is now regularly taking 1h+ on CI since Fulu fork was added.This PR attemtpts to reduce the test time by bringing down the number of blobs generated in tests.
Note: The blobs are pre-generated and doesn't require too much CPU to generate however processing a larger number of them on the beacon chain does take more time.