892 B
892 B
VPN Runtime CI Fixes Transfer Notes
Date: 2026-05-12
Portable export includes two local commits:
a3c0998e- Stabilize vpnruntime parallel flow test and add CI anti-flake gatefea5174e- Add vpnruntime race check to CI
Generated files (local, ignored by git) are in:
artifacts/git-patches/0001-Stabilize-vpnruntime-parallel-flow-test-and-add-CI-a.patchartifacts/git-patches/0002-Add-vpnruntime-race-check-to-CI.patchartifacts/git-patches/vpnruntime-ci-fixes.bundle
Apply as patches
git am 0001-Stabilize-vpnruntime-parallel-flow-test-and-add-CI-a.patch
git am 0002-Add-vpnruntime-race-check-to-CI.patch
Apply from bundle
git fetch ./vpnruntime-ci-fixes.bundle
git cherry-pick a3c0998e fea5174e
Validate
From agents/rap-node-agent:
go test ./internal/vpnruntime -count=20
go test -race ./internal/vpnruntime