From f4d0319b1ce5ed73646c85613981eeffa1b9d92f Mon Sep 17 00:00:00 2001 From: Vardhan Vinay Thigle <39047439+VardhanThigle@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:41:10 +0530 Subject: [PATCH] Changing sqlServer Image to fix issue of permission denied on /proc/pid/task (#916) --- .github/workflows/integration-tests-against-emulator.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests-against-emulator.yaml b/.github/workflows/integration-tests-against-emulator.yaml index c410f4698..ccf07c3d3 100644 --- a/.github/workflows/integration-tests-against-emulator.yaml +++ b/.github/workflows/integration-tests-against-emulator.yaml @@ -81,7 +81,7 @@ jobs: - 8000:8000 options: --workdir /home/dynamodblocal --health-cmd "curl --fail http://127.0.0.1:8000/shell/ || exit 1" --health-interval 10s --health-timeout 5s --health-retries 5 sqlserver: - image: mcr.microsoft.com/mssql/server:2022-CU10-ubuntu-22.04 + image: mcr.microsoft.com/mssql/server:2022-latest env: SA_PASSWORD: ${{env.MSSQL_SA_PASSWORD}} MSSQL_PID: Express @@ -89,7 +89,7 @@ jobs: ports: - 1433:1433 options: - --health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P $SA_PASSWORD -Q 'select 1' -b -o /dev/null" + --health-cmd "/opt/mssql-tools18/bin/sqlcmd -U sa -P $SA_PASSWORD -Q 'select 1' -b -No -o /dev/null" --health-interval 10s --health-timeout 5s --health-retries 3 oracle: image: oracleinanutshell/oracle-xe-11g @@ -183,4 +183,4 @@ jobs: env: SPANNER_EMULATOR_HOST: localhost:9010 SPANNER_MIGRATION_TOOL_TESTS_GCLOUD_PROJECT_ID: emulator-test-project - SPANNER_MIGRATION_TOOL_TESTS_GCLOUD_INSTANCE_ID: test-instance \ No newline at end of file + SPANNER_MIGRATION_TOOL_TESTS_GCLOUD_INSTANCE_ID: test-instance