blinkseb commented on PR #30243: URL: https://github.com/apache/airflow/pull/30243#issuecomment-1480982509
I've updated the existing test to trigger the issue by forcing the platform timezone to something different than UTC. Running the test reverting the fix fails (as expected) with this error: ``` > assert manager._file_path_queue == collections.deque() E AssertionError: assert deque(['file_1.py']) == deque([]) E Left contains one more item: 'file_1.py' E Full diff: E - deque([]) E + deque(['file_1.py']) tests/dag_processing/test_manager.py:485: AssertionError ``` Let me know if there's a better way to test that. -- 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]
