You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes TestDbApiHook::test_run_no_log randomly fails (another caplog case) - usually in compat tests:
________________________TestDbApiHook.test_run_no_log_________________________providers/tests/common/sql/hooks/test_dbapi.py:516: intest_run_no_logassertlen(caplog.messages) ==1Eassert2==1E+where2=len(['Rows affected: 0', "Task was destroyed but it is pending!\ntask: <Task pending name='Task-113' coro=<<async_generator_asend without __name__>()> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f8d90c493a0>()]>>"])
E+where ['Rows affected: 0', "Task was destroyed but it is pending!\ntask: <Task pending name='Task-113' coro=<<async_generator_asend without __name__>()> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f8d90c493a0>()]>>"] =<_pytest.logging.LogCaptureFixtureobjectat0x7f8d72fc7cd0>.messages-----------------------------Capturedstdoutcall-----------------------------
Sometimes TestDbApiHook::test_run_no_log randomly fails (another caplog case) - usually in compat tests:
For example : https://github.com/apache/airflow/actions/runs/12835627081/job/35795783211#step:11:2417
The text was updated successfully, but these errors were encountered: