apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
5.87k stars 1.11k forks source link

Coverage jobs are failing on master: `Failed to compile tests! Error: sql_integration: linking with `cc` failed: exit status: 1"` #3678

Open alamb opened 1 year ago

alamb commented 1 year ago

Describe the bug Coverage jobs are failing on master

To Reproduce Example: https://github.com/apache/arrow-datafusion/actions/runs/3166566456/jobs/5156371740

error: Broken pipe (os error 32)
warning: build failed, waiting for other jobs to finish...
error: could not compile `datafusion` due to 2 previous errors
Oct 01 23:43:09.851 ERROR cargo_tarpaulin: Failed to compile tests! Error: sql_integration: linking with `cc` failed: exit status: 1
Error: "Failed to compile tests! Error: sql_integration: linking with `cc` failed: exit status: 1"

Expected behavior Test should pass

Additional context Add any other context about the problem here.

alamb commented 1 year ago

I wonder if the issue is that the sql_integration test binary is too big 🤔