We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a31da commit b1bf2f4Copy full SHA for b1bf2f4
1 file changed
.github/workflows/test.yml
@@ -56,6 +56,12 @@ jobs:
56
SGTEST_CBCONNSTR: ${{ steps.start-cluster.outputs.node-ip }}
57
run: go test -v $(go list ./... | grep -v /contrib/)
58
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
+
65
- name: Collect couchbase logs
66
timeout-minutes: 10
67
if: failure()
0 commit comments