-
Notifications
You must be signed in to change notification settings - Fork 143
devnet EEST tests in local #3563
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
Conversation
FYI, cache key in CI: nimbus-eth1/.github/actions/shared/action.yml Lines 177 to 184 in 166d9dc
|
EEST needs fork based testing, but fork timings not available directly in EEST test vectors |
Isn't in the fixtures they have something like You can use this function to create the expected nimbus-eth1/tools/common/helpers.nim Lines 139 to 142 in eae763d
|
Had a chat with the EEST team, Yes it changed a bit after the introduction of BPO fork along with blobSchedules |
0b2d0d9
to
8f207a9
Compare
100% EEST release coverage support |
Found where the bug is:
|
Fixes #3523
Built on top of #3564
Adds the following commands for running full EEST releases
make -j12 eest_engine_test
: Runs engineAPI tests for Mainnet ( static, stable develop ) & current devnet release of EEST fixturesmake -j12 eest_blockchain_test
: Runs block import tests for Mainnet ( static, stable develop ) & current devnet release of EEST fixturesmake -j12 eest_full_test
: Runs all of the above testsTODO
getAppFilename
and removedebugEcho