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 Cleanup of IceStorm DB Files #1544

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

pepone
Copy link
Member

@pepone pepone commented Oct 10, 2023

The 'dbbir' variable was only initialized when 'createDb' is set to true. This resulted in files being left behind in the IceStorm/persistence test when using two instances, as shown in the following code snippet:

icestorm1 = IceStorm(createDb=True, cleanDb=False)
icestorm2 = IceStorm(createDb=False, cleanDb=True)

Fix #1498

The 'dbbir' variable was only initialized when 'createDb' is set to true. This resulted in
files being left behind in the IceStorm/persistence test when using two instances, as
shown in the following code snippet:

```python
icestorm1 = IceStorm(createDb=True, cleanDb=False)
icestorm2 = IceStorm(createDb=False, cleanDb=True)
```
@pepone pepone requested a review from externl October 10, 2023 18:07
@pepone pepone merged commit 4a163bc into zeroc-ice:3.7 Oct 11, 2023
2 checks passed
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.

Fails to build on Debian after successful build
2 participants