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

fix overflow tests #8

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

realbigsean
Copy link
Collaborator

Issue Addressed

@ethDreamer figured this out. The TempDir is going out of scope and getting dropped after the harness is created. This ends up deleting the file the db is using. I think the use of mainnet blob size must have slowed these tests down enough for this race to be impactful. Even though _path is never used it needs to me returned to keep the TempDir from being deleted.

@realbigsean realbigsean merged commit 5e847da into pawanjay176:kzg-refactor Oct 20, 2023
19 of 23 checks passed
@realbigsean realbigsean deleted the kzg-refactor branch November 21, 2023 16:15
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

Successfully merging this pull request may close these issues.

1 participant