ashb opened a new pull request, #44766: URL: https://github.com/apache/airflow/pull/44766
We had a bug hidden in our tests by our use of mocks -- if the subprocess returned any output, then `self.selector.select()` would return straight away, not waiting for the maximum timeout, which would result in the "escalation" signal being sent after one outout, not after the given interval. Discovered while looking into https://github.com/apache/airflow/pull/44760#issuecomment-2525196659 -- 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]
