Allow fragment tuple sources in adapters #1901
ci.yml
on: pull_request
Matrix: mssql integration test
Matrix: mysql integration test
Matrix: postgres integration test
Matrix: unittest
Annotations
4 errors and 4 warnings
|
postgres integration test (1.14.5-erlang-23.3.4.9-alpine-3.16.9, 16.2-alpine, 4)
Process completed with exit code 1.
|
|
Error:
Earthfile#L66
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "postgres:$POSTGRES"; while ! pg_isready --host=127.0.0.1 --port=5432 --quiet; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for postgres"; exit 1); echo "waiting for postgres"; sleep 1; done; PG_URL=postgres:xxxxx@127.0.0.1 ECTO_ADAPTER=pg mix test; did not complete successfully. Exit code 2
|
|
postgres integration test (1.14.5-erlang-23.3.4.9-alpine-3.16.9, 16.2-alpine, 1)
Process completed with exit code 1.
|
|
Error:
Earthfile#L66
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "postgres:$POSTGRES"; while ! pg_isready --host=127.0.0.1 --port=5432 --quiet; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for postgres"; exit 1); echo "waiting for postgres"; sleep 1; done; PG_URL=postgres:xxxxx@127.0.0.1 ECTO_ADAPTER=pg mix test; did not complete successfully. Exit code 2
|
|
postgres integration test (1.14.5-erlang-23.3.4.9-alpine-3.16.9, 16.2-alpine, 4)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>09gDaaAAAAABnmlUyM4xhQpnTu/iz68j6Q0hJMzBFREdFMDQxNQBFZGdl
|
|
postgres integration test (1.14.5-erlang-23.3.4.9-alpine-3.16.9, 16.2-alpine, 4)
Failed to restore: Cache service responded with 400
|
|
postgres integration test (1.14.5-erlang-23.3.4.9-alpine-3.16.9, 16.2-alpine, 1)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0/ADaaAAAAABkqBbdc+KdQ6cJaZE/tq6dUEhMMzBFREdFMDIxOABFZGdl
|
|
postgres integration test (1.14.5-erlang-23.3.4.9-alpine-3.16.9, 16.2-alpine, 1)
Failed to restore: Cache service responded with 400
|