Support for subqueries in order_bys and group_bys #1613
ci.yml
on: pull_request
Matrix: mssql integration test
Matrix: mysql integration test
Matrix: postgres integration test
Matrix: unittest
Annotations
24 errors and 14 warnings
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L414
test coalesce (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L1075
test windows window with subquery (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L1182
test windows frame clause (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L859
test group by (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L1144
test windows lag/2 over all (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L1117
test windows count over all (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L1173
test windows partition by and order by on over (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L1135
test windows nth_value over all (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L689
test aliasing a selected value with selected_as/2 (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 24.3.4.13):
test/ecto/adapters/myxql_test.exs#L1106
test windows count over window (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L1135
test windows nth_value over all (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L1117
test windows count over all (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L1182
test windows frame clause (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L689
test aliasing a selected value with selected_as/2 (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L1075
test windows window with subquery (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L1144
test windows lag/2 over all (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L414
test coalesce (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L1106
test windows count over window (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L859
test group by (Ecto.Adapters.MyXQLTest)
|
unittest (1.15.6, 26.1.2, lint):
test/ecto/adapters/myxql_test.exs#L1173
test windows partition by and order by on over (Ecto.Adapters.MyXQLTest)
|
Error:
Earthfile#L88
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name mysql --network=host -d -e MYSQL_ROOT_PASSWORD=root "mysql:$MYSQL" --sql_mode="ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION,ANSI_QUOTES" --default-authentication-plugin=mysql_native_password; 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; MYSQL_URL=root:[email protected] ECTO_ADAPTER=myxql mix test; did not complete successfully. Exit code 1
|
mysql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 5.7)
Process completed with exit code 1.
|
Error:
Earthfile#L88
The command WITH DOCKER RUN --privileged set -e; timeout=$(expr $(date +%!s(MISSING)) + 30); docker run --name mysql --network=host -d -e MYSQL_ROOT_PASSWORD=root "mysql:$MYSQL" --sql_mode="ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION,ANSI_QUOTES" --default-authentication-plugin=mysql_native_password; 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; MYSQL_URL=root:[email protected] ECTO_ADAPTER=myxql mix test; did not complete successfully. Exit code 1
|
mysql integration test (1.11.4-erlang-23.3.4.9-alpine-3.16.9, 8.0)
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/postgres_test.exs#L862
this check/guard will always yield the same result
|
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, 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, 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, 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/.
|
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, 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/.
|
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/.
|
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/.
|
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/.
|