Skip to content

Commit

Permalink
debug #888, tricks for build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jul 26, 2024
1 parent 603da07 commit 5631af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
export CUR_DIR="$(pwd)/test/integration"
export CLICKHOUSE_BACKUP_BIN="$(pwd)/clickhouse-backup/clickhouse-backup-race"
docker compose -f "${CUR_DIR}/${COMPOSE_FILE}" pull
docker compose -f "${CUR_DIR}/${COMPOSE_FILE}" --progress=plain pull
go test -parallel ${RUN_PARALLEL} -timeout 60m -failfast -tags=integration -run "${RUN_TESTS:-.+}" -v test/integration/integration_test.go
- name: Format integration coverage
env:
Expand Down
1 change: 1 addition & 0 deletions test/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ if [[ "1" == "${RUN_PARALLEL}" ]]; then
docker compose -f ${CUR_DIR}/${COMPOSE_FILE} --project-name all --progress plain up -d
fi

docker compose -f ${CUR_DIR}/${COMPOSE_FILE} --progress=plain pull
go test -parallel ${RUN_PARALLEL} -race -timeout ${TEST_TIMEOUT:-60m} -failfast -tags=integration -run "${RUN_TESTS:-.+}" -v ${CUR_DIR}/integration_test.go
go tool covdata textfmt -i "${CUR_DIR}/_coverage_/" -o "${CUR_DIR}/_coverage_/coverage.out"

0 comments on commit 5631af6

Please sign in to comment.