-
Notifications
You must be signed in to change notification settings - Fork 72
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
White box failing due to FileExistsError #159
Comments
isaac-io
added a commit
that referenced
this issue
Sep 19, 2022
Without creating a unique DB name for each run, we can't run concurrent crash tests, and the debugging backup logic might break because a previous run failed and made a backup that it now tries to overwrite.
isaac-io
added a commit
that referenced
this issue
Sep 19, 2022
Without creating a unique DB name for each run, we can't run concurrent crash tests, and the debugging backup logic might break because a previous run failed and made a backup that it now tries to overwrite.
isaac-io
added a commit
that referenced
this issue
Sep 19, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success.
isaac-io
added a commit
that referenced
this issue
Sep 19, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success.
isaac-io
added a commit
that referenced
this issue
Sep 19, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
isaac-io
added a commit
that referenced
this issue
Sep 21, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
I ran multiple times on various branches and did nor reproduce |
isaac-io
added a commit
that referenced
this issue
Sep 22, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
isaac-io
added a commit
that referenced
this issue
Sep 22, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
isaac-io
added a commit
that referenced
this issue
Oct 19, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
Yuval-Ariel
pushed a commit
that referenced
this issue
Nov 23, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
Yuval-Ariel
pushed a commit
that referenced
this issue
Nov 25, 2022
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
Yuval-Ariel
pushed a commit
that referenced
this issue
Apr 30, 2023
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
udi-speedb
pushed a commit
that referenced
this issue
Oct 31, 2023
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
udi-speedb
pushed a commit
that referenced
this issue
Dec 3, 2023
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The white box crash test is failing in several branches.
According to @isaac-io - it is related to a debug code we added.
The command I run:
The crash command that fails (example):
The error message:
The text was updated successfully, but these errors were encountered: