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
List what docker versions are required to run the integration tests.
Support Docker version < 20.10+ if possible. Our CI runs Docker version 19.03.15 that does not have host-gateway feature required in trino integration test -
For 2, it is harder since our CI user does not have sudo access. While I am working with our CI team to find a solution, is there any plan to have the integration tests compatible with older version Docker?
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
What would you like to be improved?
host-gateway
feature required in trino integration test -gravitino/integration-test-common/docker-script/docker-compose.yaml
Line 95 in e8d06f4
docker compose up -d
errored out in our CI pipeline.For 3, I managed to bypass it by installing Compose V2 through
For 2, it is harder since our CI user does not have sudo access. While I am working with our CI team to find a solution, is there any plan to have the integration tests compatible with older version Docker?
How should we improve?
No response
The text was updated successfully, but these errors were encountered: