potiuk commented on pull request #14792: URL: https://github.com/apache/airflow/pull/14792#issuecomment-800714372
Hey @ashb @kaxil- I think this last iteration should be good to go. I struggled for a while with the count() method and it turned out that this was actually the only method where I forgot to add tearDown() method. I pushed the "paralle run" based on this here to verify: https://github.com/apache/airflow/pull/14531 and I have high hopes it will be all green this time. It was failing in 1-2 jobs always, so if it gets green it means that the problem is solved by ciombination of tearDown scheduledJob ending and the "serialization update/fetch" interval set to 0. The good news is that the perallel tests are very "sensitive" and it will be much easier to spot problems if someone introduce similar problems with cross-test side effects. I really hope we can finally merge it tomorrow. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
