ferruzzi commented on PR #35839: URL: https://github.com/apache/airflow/pull/35839#issuecomment-1828540927
I am actually poking at it right now. When I ran it with the `wait_for_completion` it ended up with a waiter timeout, so I bumped max_attempts to 999 just to see if that solved it. Still waiting on the result. If it turns out that this is going to take as long as it appears it'll take, then I'll run it by the team and see what they think. I will propose (I'll have to get back to you on the decision) that we move it into a different system test which we flag not to run with the others. That way the code snippets can still be imported into the docs but it won't bog down the test. We have a couple of other system tests which are flagged as "do not run automatically" for a number of reasons and this seems like a viable use for that, IMHO. -- 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]
