Skip to content

Support for subqueries in order_bys and group_bys #1618

Support for subqueries in order_bys and group_bys

Support for subqueries in order_bys and group_bys #1618

Triggered via pull request May 28, 2024 14:51
Status Failure
Total duration 2m 22s
Artifacts

ci.yml

on: pull_request
Matrix: mssql integration test
Matrix: mysql integration test
Matrix: postgres integration test
Matrix: unittest
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 14 warnings
Error: Earthfile#L121
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run -d -p 1433:1433 --name mssql -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=some!Password' "mcr.microsoft.com/mssql/server:$MSSQL-latest"; 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; ECTO_ADAPTER=tds mix test; did not complete successfully. Exit code 1
mssql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 2017)
Process completed with exit code 1.
Error: Earthfile#L121
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run -d -p 1433:1433 --name mssql -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=some!Password' "mcr.microsoft.com/mssql/server:$MSSQL-latest"; 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; ECTO_ADAPTER=tds mix test; did not complete successfully. Exit code 1
mssql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 2019)
Process completed with exit code 1.
unittest (1.15.6, 24.3.4.13)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unittest (1.15.6, 24.3.4.13): test/ecto/adapters/tds_test.exs#L744
this check/guard will always yield the same result
unittest (1.15.6, 24.3.4.13): test/ecto/adapters/postgres_test.exs#L862
this check/guard will always yield the same result
unittest (1.15.6, 26.1.2, lint)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unittest (1.15.6, 26.1.2, lint): test/ecto/adapters/tds_test.exs#L744
this check/guard will always yield the same result
unittest (1.15.6, 26.1.2, lint): test/ecto/adapters/postgres_test.exs#L862
this check/guard will always yield the same result
postgres integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 9.5-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
postgres integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 11.11-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
postgres integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 9.6-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
postgres integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 16.2-alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mssql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 2017)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mysql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 8.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mssql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 2019)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mysql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 5.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.