Skip to content

Rende più robusto il run tracking su Windows#81

Merged
Gabrymi93 merged 1 commit intomainfrom
fix/issue-79-run-record-windows
Apr 4, 2026
Merged

Rende più robusto il run tracking su Windows#81
Gabrymi93 merged 1 commit intomainfrom
fix/issue-79-run-record-windows

Conversation

@Gabrymi93
Copy link
Copy Markdown
Member

Sintesi

  • rende resiliente la persistenza dei run record durante il rename tmp -> finale
  • aggiunge retry con backoff su PermissionError per gestire lock transitori tipici di Windows
  • mantiene invariato il contratto del run record (path e formato JSON)
  • aggiunge test regressione che simula WinError 5 al primo replace

Validazione

  • python -m pytest tests/test_run_context.py -q (11 passed)

Closes #79

Copy link
Copy Markdown
Member Author

@Gabrymi93 Gabrymi93 left a comment

Choose a reason for hiding this comment

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

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Swish!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Gabrymi93 Gabrymi93 merged commit 266230a into main Apr 4, 2026
5 checks passed
@Gabrymi93 Gabrymi93 deleted the fix/issue-79-run-record-windows branch April 4, 2026 15:23
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.

Rendere più robusto il run tracking su Windows durante la scrittura dei run record

1 participant