-
Notifications
You must be signed in to change notification settings - Fork 4
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
Zebra requires lock on data dir #19
Comments
Acknowledged. |
This is a duplicate of issue #7 - closing that issue. |
@idky137 |
This issue seems to be related to zingolabs/zaino#114 since that issue requires Zebra regtest to load a cached chain, and this one requires tests to be runnable in parallel even when the tests in question cause a zebrads to access cached chains. @nachog00 or @ala-mode would it make sense to list the tests that are affected by chain cache locks in this issue, or in a doc-comment in the relevant test mod? |
Zebrad requires a lock on the data dir used to load chain data. This means that tests that load a chain cache must be run individually.
One option could be to copy the chain cache data into a tempdir for each test being.
The text was updated successfully, but these errors were encountered: