2010YOUY01 commented on issue #14680: URL: https://github.com/apache/datafusion/issues/14680#issuecomment-2661388984
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. The failing `extended_test` requires 11G, and the normal test requires 7G according to my local experiments. This disk space budget is quite tight IMO. 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. https://github.com/apache/datafusion/blob/50c354759db9060a743456d05a5bb3c27be41000/.github/workflows/extended.yml#L62-L63 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org