Skip to content

[CI] retry ack upon job finish - #75

Merged
lihao-figma merged 1 commit into
masterfrom
retry_ack_job
Nov 25, 2025
Merged

[CI] retry ack upon job finish#75
lihao-figma merged 1 commit into
masterfrom
retry_ack_job

Conversation

@lihao-figma

@lihao-figma lihao-figma commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

In #sev-2-2025-11-24-sinatra-job-timeouts, we saw some test suite successfully finished but didn't get removed from pending queue. This indicates a potential silent failure when marking in Redis. Catch the exception and retry.

Copy link
Copy Markdown
Contributor Author

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

@lihao-figma
lihao-figma marked this pull request as ready for review November 25, 2025 00:26
Comment on lines +155 to +159
eval_script(
:acknowledge,
keys: [key('running'), key('processed'), key('owners')],
argv: [test_key],
) == 1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a log for when a test is acknowledged too?

@lihao-figma
lihao-figma merged commit 36708d6 into master Nov 25, 2025
5 checks passed
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