edgedb-docker icon indicating copy to clipboard operation
edgedb-docker copied to clipboard

`edgedb/edgedb:1` was re-published with breaking changes

Open unmade opened this issue 3 years ago • 0 comments

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

unmade avatar May 02 '22 16:05 unmade