-
Notifications
You must be signed in to change notification settings - Fork 2
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
Restore tests that involve ln_setup.connect()
#669
Comments
@falexwolf could you write the tests' names to be fixed / restored? |
There are two instances of this. I'm thinking very hard about bringing back the ability to connect to different instances in the same Python session, and then we could simply uncomment these tests. Maybe I can make it work very soon, but I'm still not sure. |
Both tests worked fine. What changed? |
Actually connect should throw an error if a cloud sqlite instance is locked. |
We have a few tests that call
ln_setup.connect()
(akaln_setup.load()
) repeatedly in the same Python session.These tests were enabled by calling
ln_setup.close()
, but this never actually shut down the Django session.Unfortunately, we can currently not switch between different instances in the same Python session.
The text was updated successfully, but these errors were encountered: