kyupark commented on PR #66850: URL: https://github.com/apache/airflow/pull/66850#issuecomment-4467650842
Addressed the review comment about the untested FileExistsError retry path. I added a focused unit test where exclusive create first raises FileExistsError and then succeeds with the next generated filename.\n\nLocal checks run:\n- uv run --project providers/imap ruff format providers/imap/tests/unit/imap/hooks/test_imap.py --check\n- uv run --project providers/imap ruff check providers/imap/tests/unit/imap/hooks/test_imap.py\n- uv run --project providers/imap pytest providers/imap/tests/unit/imap/hooks/test_imap.py -q\n\nResult: 41 passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
