You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a very basic Ecto schema setup with CockroachDB and I'm getting this error only in unit testing contexts, works totally fine in iex as well as queries performed by phoenix over HTTP.
Here's an extensive report of what I found, I notified CockroachDB about this as I suspect this is actually their problem, but wanted to raise this here in case there was a potential workaround postgrex might be able to introduce: cockroachdb/cockroach#50858
The text was updated successfully, but these errors were encountered:
Could this have something to do with the Sandbox adapter given that it works fine in iex and phoenix?
EDIT: I can confirm that my tests can make queries if I disable the sandbox.
I've got a very basic Ecto schema setup with CockroachDB and I'm getting this error only in unit testing contexts, works totally fine in iex as well as queries performed by phoenix over HTTP.
Here's an extensive report of what I found, I notified CockroachDB about this as I suspect this is actually their problem, but wanted to raise this here in case there was a potential workaround postgrex might be able to introduce:
cockroachdb/cockroach#50858
The text was updated successfully, but these errors were encountered: