test: add Node loader TypeScript recipe - #6151
Open
colinhacks wants to merge 1 commit into
Open
Conversation
colinhacks
force-pushed
the
docs/nub-loader-pm2
branch
2 times, most recently
from
September 5, 2026 19:24
b88172e to
40ba312
Compare
colinhacks
marked this pull request as ready for review
September 5, 2026 19:27
colinhacks
force-pushed
the
docs/nub-loader-pm2
branch
3 times, most recently
from
September 5, 2026 19:34
b840df5 to
2a0ce83
Compare
colinhacks
force-pushed
the
docs/nub-loader-pm2
branch
from
September 5, 2026 19:38
2a0ce83 to
5f8c281
Compare
colinhacks
marked this pull request as draft
September 5, 2026 21:40
colinhacks
marked this pull request as ready for review
September 5, 2026 21:44
colinhacks
added a commit
to colinhacks/frizz
that referenced
this pull request
Sep 11, 2026
…rough the `gh` fallback Two sources of low-value "CI awaiting approval" wakes, both seen on the maintainer's board 2026-09-11 against microsoft/TypeScript#64248: 1. The checks stamp keys a verdict on the head so that red-again-on-a-new- commit speaks. A gated reading is not a verdict — the worker's one move is to ask for the approval, on any commit — yet a force-push while the gate was shut re-announced "WAITING FOR APPROVAL" for the new SHA three minutes after saying it for the old one. Gated-after-gated is now quiet whatever the head; gated after a real verdict still speaks. 2. `gh run list --json conclusion` prints `action_required` where the batched GraphQL poll prints `ACTION_REQUIRED`, and both readers compared the raw string against the upper-case word. Every tick the GraphQL batch failed (`fetch failed` on one request sends every armed ref down the fallback at once) read a gated fork PR as "✅ CI PASSED — 1 check green", and the next poll flipped it back: two wakes per blip on every gated watcher, one of them false. #64172 collected four such pairs; typeorm/typeorm#12842 and Unitech/pm2#6151 flipped together at six instants over three days. Pinned in github-watch.test.ts (verbatim `gh run list` output beside the verbatim one-entry rollup) and awaiting-watch.e2e.test.ts (a force-push while gated; a tick served by the fallback). All four fail with the fix reverted.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Node preload recipe for TypeScript processes using
@nubjs/loader0.8.3.