Skip to content
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

spill test running out of disk space #320

Closed
ntabris opened this issue Sep 12, 2022 · 3 comments
Closed

spill test running out of disk space #320

ntabris opened this issue Sep 12, 2022 · 3 comments
Assignees

Comments

@ntabris
Copy link
Member

ntabris commented Sep 12, 2022

I've noticed that spill test is not infrequently getting OSError(28, 'No space left on device').

Here are most recent 100 instances:

no-space-exception.csv

Maybe two issues here:

  1. Adjust test so it doesn't run out of disk space (since I don't think this is intended)
  2. Better detection for this error / relevant exceptions that occur during test runs
@ntabris
Copy link
Member Author

ntabris commented Sep 12, 2022

cc @hendrikmakait @ian-r-rose

@hendrikmakait hendrikmakait self-assigned this Sep 12, 2022
@ian-r-rose
Copy link
Contributor

Over in #235 I adjusted the numbers on this test to make it rather less stressful and time consuming (as it stands, it's a huge fraction of the total test suite runtime).

@hendrikmakait
Copy link
Member

It looks like the changes in #235 might have taken care of this.
Screenshot 2022-09-16 at 14 22 39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants