-
Notifications
You must be signed in to change notification settings - Fork 41
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
[error] Could not retrieve migrated versions. #50
Comments
Do you use default |
An overridden one to |
Any chance of getting a fix for this. The driver is pretty much unusable with this issue. |
I switched to using the default dir and still get this issue. If I rerun mix test enough times it will eventually work. Is it some race condition when trying to load the database from disk? |
@rschooley I plan to work on adapter compatibility with upcoming Ecto 3.0 and will try to address this issue there. It's hard to tell what exactly is happening, if you can provide a repo that reproduces this issue, I'd be more than happy to investigate it deeper. |
Cool, thanks for the reply. As a temporary fix I removed the create and migrate from the test aliases in mix.exs
is now
in my project and I can continue. |
First, thanks for this driver/lib, it's great to get mensia with ecto.
For this issue, sometimes I run my test suite and I get this error. If I just keep rerunning my test suite it will eventually run without the error, not sure what the problem is.
The text was updated successfully, but these errors were encountered: