Skip to content

fix(snapshots): scope registry teardown signal#2115

Merged
fengmk2 merged 2 commits into
mainfrom
fix-snap-registry-teardown
Jul 10, 2026
Merged

fix(snapshots): scope registry teardown signal#2115
fengmk2 merged 2 commits into
mainfrom
fix-snap-registry-teardown

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jul 9, 2026

Copy link
Copy Markdown
Member

The local-registry teardown sent SIGTERM to both the server process and
its process group (kill -TERM -). On the GitHub-hosted
ubuntu-latest PTY runs that process-group signal leaked past the case
boundary and reached the Actions runner agent, which reported "runner
received a shutdown signal" and cancelled the job. Confirmed via a
bpftrace probe on signal:signal_generate: no suite process ever sends a
SIGINT, so the runner itself was doing the cancelling in response to the
stray group SIGTERM. Scope the SIGTERM to the direct child; the server's
own handler still removes its throwaway caches and the force-kill fallback
still guarantees teardown.

@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 52ce2b9
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a504ff8990052000838b009

fengmk2 commented Jul 9, 2026

Copy link
Copy Markdown
Member Author

How to use the Graphite Merge Queue

Add the label auto-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

fengmk2 added 2 commits July 10, 2026 09:49
The local-registry teardown sent SIGTERM to both the server process and
its process group (kill -TERM <pid> -<pid>). On the GitHub-hosted
ubuntu-latest PTY runs that process-group signal leaked past the case
boundary and reached the Actions runner agent, which reported "runner
received a shutdown signal" and cancelled the job. Confirmed via a
bpftrace probe on signal:signal_generate: no suite process ever sends a
SIGINT, so the runner itself was doing the cancelling in response to the
stray group SIGTERM. Scope the SIGTERM to the direct child; the server's
own handler still removes its throwaway caches and the force-kill fallback
still guarantees teardown.
#2126 (vite-task bump) resolved the ConPTY block on Namespace's Windows
runners, so move cli-snapshot-test-windows from GitHub-hosted
windows-latest to namespace-profile-windows-4c-8g. The comment keeps the
prior Session-0 caveat as a revert path.
@fengmk2 fengmk2 force-pushed the fix-snap-registry-teardown branch from cfbc122 to 52ce2b9 Compare July 10, 2026 01:50
@graphite-app

graphite-app Bot commented Jul 10, 2026

Copy link
Copy Markdown

Merge activity

@fengmk2 fengmk2 merged commit 9247583 into main Jul 10, 2026
52 checks passed
@fengmk2 fengmk2 deleted the fix-snap-registry-teardown branch July 10, 2026 02:26
graphite-app Bot pushed a commit that referenced this pull request Jul 10, 2026
Migrates all 149 legacy `vp migrate` snap-test cases (144 from `snap-tests-global`, 5 from `snap-tests`) to the PTY snapshot suite under `crates/vite_cli_snapshots`, and removes the legacy dirs. Part of #2078.

Adds `redact.rs` rules for the managed-toolchain versions that appear in `vp migrate` output and bump on release: the completion banner (`Migrated . to Vite+ <version>`), the version-change table's managed rows (vite-plus, vite, vitest, `@vitest/*`, keeping the installed-source column), and the bundled vitest pins written into catalogs/overrides.

The `not-supported-vite6`/`vitest3` cases stub `node_modules/<pkg>/package.json` instead of running a network `vp install`, so migrate reads the unsupported version offline.

Stacked on #2115 (local-registry teardown signal fix), which the Linux snapshot job needs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants