Add targeted anti-flake CI step for parallel flow window test
This commit is contained in:
@@ -33,6 +33,8 @@ jobs:
|
|||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
- name: Anti-flake check (vpnruntime)
|
- name: Anti-flake check (vpnruntime)
|
||||||
run: go test ./internal/vpnruntime -count=20
|
run: go test ./internal/vpnruntime -count=20
|
||||||
|
- name: Targeted anti-flake (parallel flow window)
|
||||||
|
run: go test ./internal/vpnruntime -run TestFabricClientPacketIngressParallelFlowWindowDoesNotBlockIndependentChannel -count=50 -timeout=60s
|
||||||
- name: Concurrency check (vpnruntime race)
|
- name: Concurrency check (vpnruntime race)
|
||||||
run: go test -race ./internal/vpnruntime
|
run: go test -race ./internal/vpnruntime
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user