Add targeted anti-flake CI step for parallel flow window test

This commit is contained in:
2026-05-12 08:57:01 +03:00
parent 4603826b99
commit 6fec1d5c12
+2
View File
@@ -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