eladkal commented on PR #41916:
URL: https://github.com/apache/airflow/pull/41916#issuecomment-2461837818
failures :(
```
=========================== short test summary info
============================
FAILED
providers/tests/presto/hooks/test_presto.py::TestPrestoHook::test_split_sql_string
- AssertionError: assert equals failed
[ [
'SELECT 1', 'SELECT 1;',
'SELECT 2', 'SELECT 2',
] ]
FAILED
providers/tests/trino/hooks/test_trino.py::TestTrinoHook::test_split_sql_string
- AssertionError: assert equals failed
[ [
'SELECT 1', 'SELECT 1;',
'SELECT 2', 'SELECT 2',
] ]
= 2 failed, 12280 passed, 9740 skipped, 2 xfailed, 5 warnings in 616.06s
(0:10:16) =
```
--
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]