edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
81 stars 16 forks source link

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

Open unmade opened 2 years ago

unmade commented 2 years ago

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