UUIDv7 monotonicity and increased clock precision #3662
Annotations
2 errors and 7 warnings
|
integration test (1.17.3-erlang-25.0.4-alpine-3.17.9)
Process completed with exit code 1.
|
|
Error:
Earthfile#L49
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 60); docker run --name mssql --network=host -d -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=some!Password' "$MCR_IMG"; docker run --name pg --network=host -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres "$PG_IMG"; docker run --name mysql --network=host -d -e MYSQL_ROOT_PASSWORD=root "$MYSQL_IMG"; while ! sqlcmd -C -S tcp:127.0.0.1,1433 -U sa -P 'some!Password' -Q "SELECT 1" >/dev/null 2>&1; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for mssql"; exit 1); echo "waiting for mssql"; sleep 1; done; 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; while ! mysqladmin ping --host=127.0.0.1 --port=3306 --protocol=TCP --silent; do test "$(date +%!s(MISSING))" -le "$timeout" || (echo "timed out waiting for mysql"; exit 1); echo "waiting for mysql"; sleep 1; done; MSSQL_URL='sa:[email protected]' MYSQL_URL='root:[email protected]' PG_URL='postgres:[email protected]' ECTO_PATH='/src/ecto' mix test.all; did not complete successfully. Exit code 1
|
|
unit test (1.14.5, 24.3.4.17):
test/ecto/query/inspect_test.exs#L438
this check/guard will always yield the same result
|
|
integration test (1.17.3-erlang-27.1-alpine-3.17.9)
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>0PFkkaQAAAAC176WCDfAVQZMMdNOuMjLBUEhYMzFFREdFMDUxMQBFZGdl
|
|
integration test (1.17.3-erlang-27.1-alpine-3.17.9)
Failed to restore: Cache service responded with 400
|
|
integration test (1.17.3-erlang-25.0.4-alpine-3.17.9)
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>0P1kkaQAAAACYeWOUlv8zTKsQr5/FXv4RUEhMMzBFREdFMDQwOABFZGdl
|
|
integration test (1.17.3-erlang-25.0.4-alpine-3.17.9)
Failed to restore: Cache service responded with 400
|
|
integration test (1.14.5-erlang-23.3.4.20-alpine-3.16.9)
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>0UlkkaQAAAADtp5pXFtzEQ7ESFYCvjXK4Q0hHRURHRTE4MTkARWRnZQ==
|
|
integration test (1.14.5-erlang-23.3.4.20-alpine-3.16.9)
Failed to restore: Cache service responded with 400
|