TJaniF commented on PR #38902:
URL: https://github.com/apache/airflow/pull/38902#issuecomment-2049927602
> Need to fix tests
Sorry silly question but for `breeze testing non-db-tests
--parallel-test-types "Core"` which I think runs my two new tests
I get:
```text
=========================== short test summary info
============================
FAILED
tests/utils/log/test_file_processor_handler.py::TestFileProcessorHandler::test_non_template
- AssertionError: assert False
+ where False = <function islink at 0xffff979e6790>('/tmp/log_test/latest')
+ where <function islink at 0xffff979e6790> = <module 'posixpath' from
'/usr/local/lib/python3.8/posixpath.py'>.islink
+ where <module 'posixpath' from
'/usr/local/lib/python3.8/posixpath.py'> = os.path
=========== 1 failed, 826 passed, 1950 skipped, 1 xfailed in 20.30s
============
```
which also fails on main ... so I am not sure if you mean I need to fix my
tests or in general I need to wait for the tests to be fixed on main and then
update the branch 😅
--
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]