2.5 KiB
2.5 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.bundleartifacts/git-patches/full-stabilization-latest/(archived 10-patch snapshot)artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle(archived)artifacts/git-patches/full-stabilization-current/(29-patch payload snapshot)artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle(payload snapshot)
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
Archived chain (10 commits from 8ba0561f baseline):
git fetch ./vpnruntime-ci-stabilization-latest-10commits.bundle
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c
Current payload chain (29 commits from 8ba0561f baseline through ce9b7c3d):
git fetch ./vpnruntime-ci-stabilization-current.bundle
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c 874e2f14 c27bf084 e94fc309 155a384b 8229fef3 011c6d03 3835563f 27bb8102 99f5e281 1b7bef5a 60ef6590 2eb4a769 bdf55940 43663e40 2f46d9de a9f79366 ba7adf56 a7fa8431 ce9b7c3d
Validate
From agents/rap-node-agent:
go test ./internal/vpnruntime -count=20
go test -race ./internal/vpnruntime
Or run the one-shot guard from repo root:
pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/smoke/run-vpnruntime-ci-guards.ps1