Hi all, I submitted a small PR today <https://github.com/apache/airflow/pull/6246> that's been approved, but am having trouble with Travis - the first time the job ran, the "Tests postgres kubernetes python 3.6 (git)" task failed. Someone generously reran it, and this time the "Tests mysql python 3.7" task failed.
To try to debug, I added Travis to my fork, and there, I had failures on "Tests mysql python 3.7", "Tests sqlite python 3.5" and "Tests postgres python 3.6" tasks. Anyone have any ideas as to why 1) Travis running on the apache/airflow repo fails on different tasks in different runs 2) Travis running in my fork has different failures than upstream And if there are any other ways to debug? Thanks a million, Leah