-
Notifications
You must be signed in to change notification settings - Fork 1.5k
extended_test (with memory limit tracking) are commented out #14680
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
Comments
This test is failing because it runs out of disk space, I've checked the remaining disk space after Github's CI runner has setup the rust toolchain and before running any test: It's 12GB disk space left. I'm trying to find is there any good way to free up more disk space, It's quite hard since now CI jobs are running inside the container. datafusion/.github/workflows/extended.yml Lines 62 to 63 in 50c3547
I'm wondering is it possible not to run inside docker, and manually setup rust dependency, and this way we can delete some unused files and free up disk space. |
Yeah, and figuring out how to reduce the disk space usage in general might be a good idea too (maybe we can make a separate binary for extended tests, for example 🤔 ) |
We already run with the CI profile which reduces binary size iirc. |
This is a good idea to let extended tests run in a separate integration test binary. |
Describe the bug
I commented out the extended_test in
extended_tests
) that are failing on runner #14604This test was added by @2010YOUY01 in
It started failing after
Cargo.lock
#14483There is more detail in this comment
extended_tests
) that are failing on runner #14604 (comment)To Reproduce
No response
Expected behavior
I would like the extended_test to be fixed so it runs regularly or is removed
Having a commented out / unrun test in the codebase is not adding any value
Additional context
No response
The text was updated successfully, but these errors were encountered: