1.4 KiB
1.4 KiB
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
Extended stabilization chain now includes:
4603826b- Add transfer notes for vpnruntime CI fix commits6fec1d5c- Add targeted anti-flake CI step for parallel flow window testedf3836c- Add vpnruntime CI stabilization changelog
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.bundleartifacts/git-patches/full-stabilization/(5 patches)artifacts/git-patches/vpnruntime-ci-stabilization-5commits.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
Full chain (5 commits):
git fetch ./vpnruntime-ci-stabilization-5commits.bundle
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c
Validate
From agents/rap-node-agent:
go test ./internal/vpnruntime -count=20
go test -race ./internal/vpnruntime