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'm using edgedb docker image in GitHub Actions. It's been about two months since I ran my test in CI. Now they are failing with the following error:
edgedb.errors.InterfaceError: query cannot be executed with query_required_single() as it returns a multiset
Locally, I can run tests just fine (I compiled edgedb from v1.0 tag, can't use docker images locally, cause I'm on Apple Silicon). I also haven't made any changes to my code/tests since the last successful run.
I've noticed that version 1 docker was pushed again about two weeks ago.
I just want to make sure this is expected behaviour
The text was updated successfully, but these errors were encountered:
I'm using edgedb docker image in GitHub Actions. It's been about two months since I ran my test in CI. Now they are failing with the following error:
Locally, I can run tests just fine (I compiled edgedb from
v1.0
tag, can't use docker images locally, cause I'm on Apple Silicon). I also haven't made any changes to my code/tests since the last successful run.I've noticed that version
1
docker was pushed again about two weeks ago.I just want to make sure this is expected behaviour
The text was updated successfully, but these errors were encountered: