Dashboard › publish › Distillation
25cb5909-cda1-4b95-bc52-abc9e5443990["lore_tm_v1_ZjNmw_aE0FIaljkLKTP_YkLkOptL8XJUKNyvj8GMRyg","lore_tm_v1_ONgu__Ay7bas1KtuIt7_bhd2yGBKqLSOVvrSYyBEk_c","lore_tm_v1_OHzBRYz2eRNEqpoxTYjb6VDbERoD5hPIO_5vNxgs7zs"]
yarn vitest run src/modules/__tests__/process-end-state.js -t 'closes the issue before workflow lookup and comments' --printConsoleTrace with Vitest v4.1.0. Result: 1 test file failed; 5 tests total, 1 failed and 4 skipped; duration 726ms; command exited with code 1.publish success > closes the issue before workflow lookup and comments reached the production defect: issues.update had 0 calls after actions.getWorkflowRun rejected with "unavailable". The assertion failed at src/modules/__tests__/process-end-state.js:193, proving a failed workflow lookup currently prevents successful issue "211" in getsentry/publish from being closed.gh alone; close successful issues before reporting; make comments and telemetry non-blocking; and perform a final reconciliation retry. Implementation outcome was not yet shown.processEndState references: src/publish/post-result.js:1 imports ../modules/process-end-state; src/publish/post-result.js:11 calls processEndState({ context, octokit, inputs, status }); src/modules/process-end-state.js:3 defines async function processEndState({ context, octokit, inputs, status }); src/modules/process-end-state.js:119 exports it; src/modules/__tests__/process-end-state.js:5 imports ../process-end-state.js; and tests invoke it at lines 43 (failureArgs), 97 (cancelledArgs), 152 (successArgs), 182 (inline arguments), and 242 (nostatusArgs).