-
Notifications
You must be signed in to change notification settings - Fork 149
Run all EEST engine tests, not just ones in static folder #3846
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
|
|
||
| mkdir -p "${dest_dir}/engine_tests" | ||
| mv "${dest_dir}/blockchain_tests_engine/static/state_tests/"* "${dest_dir}/engine_tests" 2>/dev/null || true | ||
| rm -rf "${dest_dir}/blockchain_tests_engine" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line was deleting all the other tests not in the static folder and effectively reducing the number of tests which are run.
|
|
Not sure why this is failing. My changes here shouldn't have increased the disk usage significantly. Is there some caches on the runners that need to be cleaned up? |
Actually it looks like the tests are rather large after being unzipped. |
… payload/fcu versions.
No description provided.