Skip to content

Commit

Permalink
run test 10000 times
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Dec 5, 2024
1 parent 074a106 commit 3851833
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
go-version: 1.23.1
- run: |
mkdir ${{ matrix.os }}
go test -race -run "^TestNSMGRHealEndpoint_DatapathHealthy_CtrlPlaneBroken$" ./pkg/networkservice/chains/nsmgr -count 5000 -timeout 6h -v > ${{ matrix.os }}/logs
go test -race -run "^TestNSMGRHealEndpoint_DatapathHealthy_CtrlPlaneBroken$" ./pkg/networkservice/chains/nsmgr -count 3000 -timeout 6h -v > ${{ matrix.os }}/logs
- name: Upload Logs
uses: actions/upload-artifact@v4
if: ${{ success() || failure() || cancelled() }}
with:
name: ${{ matrix.os }}-logs
path: ${{ matrix.os }}/logs
Expand Down Expand Up @@ -62,9 +63,10 @@ jobs:
go-version: 1.23.1
- run: |
mkdir ${{ matrix.os }}
go test -race -run "^TestNSMGRHealEndpoint_DatapathHealthy_CtrlPlaneBroken$" ./pkg/networkservice/chains/nsmgr -count 5000 -timeout 6h -v > ${{ matrix.os }}/logs
go test -race -run "^TestNSMGRHealEndpoint_DatapathHealthy_CtrlPlaneBroken$" ./pkg/networkservice/chains/nsmgr -count 3000 -timeout 6h -v > ${{ matrix.os }}/logs
- name: Upload Logs
uses: actions/upload-artifact@v4
if: ${{ success() || failure() || cancelled() }}
with:
name: ${{ matrix.os }}-code-cov-logs
path: ${{ matrix.os }}/logs

0 comments on commit 3851833

Please sign in to comment.