Skip to content

Commit b1bf2f4

Browse files
committed
ING-1399: Check test not flaky in GHA
1 parent 93a31da commit b1bf2f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
SGTEST_CBCONNSTR: ${{ steps.start-cluster.outputs.node-ip }}
5757
run: go test -v $(go list ./... | grep -v /contrib/)
5858

59+
- name: Run Graceful Shutdown Test X 100
60+
timeout-minutes: 60
61+
env:
62+
SGTEST_CBCONNSTR: ${{ steps.start-cluster.outputs.node-ip }}
63+
run: go test ./gateway/test -run TestGatewayOps -v -testify.m TestGracefulShutdown -v -count 100 -timeout 60m
64+
5965
- name: Collect couchbase logs
6066
timeout-minutes: 10
6167
if: failure()

0 commit comments

Comments
 (0)