potiuk commented on PR #24236: URL: https://github.com/apache/airflow/pull/24236#issuecomment-1147269715
Note - that this one is optimized for our CI usage. We cannot keep log output in memory, because we often miss memory on GitHub Public runners. That's why each test "run" will simply write the output to a temporary file and we are using this file as the "progress status" source. By writing directly to file rather than getting the logs piped to our "managing" process we save precious memory for the actual test execution. -- 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]
