Dashboard › publish › Distillation
525d65a1-f011-418b-9a57-373e90fdb46b["lore_tm_v1_023s311GEhb8TJe91bfrS2ZP5KeTLYw1qB1klvQt2Eg","lore_tm_v1_JylrRSNoVxnVsVIqh9c212AAfzWRP3weJMcjwT6XzgU","lore_tm_v1_LfsvxkHg1wI0NFu8olwgOVF21y1MmBSYFlPz9ny3CB4","lore_tm_v1_s8Ewu8htAyPT-uvv6V_K7OzAP6XCd_6O_fl00qTq7-o","lore_tm_v1_1jis7RRaM-bf8kYbXH4Byjmym48nInhCqeXD4xHDnjc","lore_tm_v1_kgkKDKRPrMTTExJYCZGj8yAWweRD0qC2gFq9z62e24M","lore_tm_v1_FJv2rY6X2N-Q1YuBTJOUJWiYq_CSgrOXs-xz29yh8hg","lore_tm_v1_ts3FRzXwGFI1HRiBD-ZztvKdrSO1drbGbD0aIn8tjX8","lore_tm_v1_ZyXJNIeQF9JIMXYqQLw0hNR5aXj3PbjAAcAFLh0bSlU","lore_tm_v1_mM7D-2b97yJEbGHP7rgHF2p_44y5g7jy_CmnYxmHl2E"]
.github/workflows/ci-poller.yml, replacing the temporary old continue mutation with exit 0.processEndState() in src/modules/process-end-state.js to mutation-test whether workflow metadata failure could leave a successfully published issue open.yarn vitest run src/modules/__tests__/process-end-state.js -t 'closes the issue before workflow lookup and comments' --printConsoleTrace failed as intended under Vitest v4.1.0: 1 test file failed; 5 tests total; 1 failed and 4 skipped; test duration 19ms, total duration 709ms; exit code 1.src/modules/__tests__/process-end-state.js:193: expect(update).toHaveBeenCalledWith(...) failed because issues.update had 0 calls after workflow lookup threw "unavailable" for issue number "211" in owner "getsentry".processEndState() must close a successfully published issue before workflow lookup and reporting, so metadata/reporting errors cannot leave the issue open.src/modules/process-end-state.js.continue-on-error: true from the Trigger CI poller dispatch step in .github/workflows/publish.yml to mutation-test error isolation for immediate poller activation.yarn vitest run src/publish/__tests__/publish-workflow.js -t 'activates the poller independently' --printConsoleTrace failed as intended under Vitest v4.1.0: 1 test file failed; 5 tests total; 1 failed and 4 skipped; test duration 40ms, total duration 451ms; exit code 1.src/publish/__tests__/publish-workflow.js:48: the YAML segment for name: Trigger CI poller, id: trigger-poller, and gh api --method POST "repos/$GITHUB_REPOSITORY/dispatches" -f event_type=ci-poller did not contain the expected continue-on-error: true.continue-on-error: true; otherwise an immediate dispatch failure would prevent the independent cron fallback from running..github/workflows/publish.yml and planned to mutation-check the authoritative post-report, dependency-free reconciler next.