Skip to content

Commit

Permalink
add back RUN_PARALLEL: 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 28, 2024
1 parent 4961a55 commit 06abf06
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Running integration tests
env:
RUN_PARALLEL: 1
RUN_PARALLEL: 4
GOROOT: ${{ env.GOROOT_1_22_X64 }}
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
# options for advanced debug CI/CD
Expand Down Expand Up @@ -328,18 +328,7 @@ jobs:
fi
done
set +e
go test -parallel ${RUN_PARALLEL} -timeout 120m -failfast -tags=integration -run "${RUN_TESTS:-.+}" -v test/integration/integration_test.go
# temporary
if [[ "$?" != "0" ]]; then
for ((i = 0; i < RUN_PARALLEL; i++)); do
echo "=== CLICKHOUSE ========== project${i}"
docker compose -f ${CUR_DIR}/${COMPOSE_FILE} --project-name project${i} exec clickhouse cat /var/log/clickhouse-server/clickhouse-server.log
echo "=== AZURE container log =============== project${i}"
docker compose -f ${CUR_DIR}/${COMPOSE_FILE} --project-name project${i} logs azure
done
exit 1
fi
- name: Format integration coverage
env:
GOROOT: ${{ env.GOROOT_1_22_X64 }}
Expand Down

0 comments on commit 06abf06

Please sign in to comment.