grpcproxy.yaml (etcd-3.5.6) | : | grpcproxy.yaml (etcd-3.5.7) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
runs-on: ubuntu-latest | runs-on: ubuntu-latest | |||
strategy: | strategy: | |||
fail-fast: true | fail-fast: true | |||
matrix: | matrix: | |||
target: | target: | |||
- linux-amd64-grpcproxy | - linux-amd64-grpcproxy | |||
steps: | steps: | |||
- uses: actions/checkout@v2 | - uses: actions/checkout@v2 | |||
- uses: actions/setup-go@v2 | - uses: actions/setup-go@v2 | |||
with: | with: | |||
go-version: "1.16.15" | go-version: "1.17.13" | |||
- run: date | - run: date | |||
- env: | - env: | |||
TARGET: ${{ matrix.target }} | TARGET: ${{ matrix.target }} | |||
run: | | run: | | |||
echo "${TARGET}" | echo "${TARGET}" | |||
case "${TARGET}" in | case "${TARGET}" in | |||
linux-amd64-grpcproxy) | linux-amd64-grpcproxy) | |||
PASSES='build grpcproxy' CPU='4' COVER='false' RACE='true' ./test.s h 2>&1 | tee test.log | PASSES='build grpcproxy' CPU='4' COVER='false' RACE='true' ./test.s h 2>&1 | tee test.log | |||
! egrep "(--- FAIL:|DATA RACE|panic: test timed out|appears to have leaked)" -B50 -A10 test.log | ! egrep "(--- FAIL:|DATA RACE|panic: test timed out|appears to have leaked)" -B50 -A10 test.log | |||
;; | ;; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |