Taragolis commented on PR #29519:
URL: https://github.com/apache/airflow/pull/29519#issuecomment-1440248067
And I also run some tests with `@pytest.mark.backend("mysql")` locally
```console
❯ breeze shell --backend mysql -M 8 --db-reset
...
root@1b371384f7b3:/opt/airflow# pytest
tests/operators/test_generic_transfer.py::TestMySql
============================================================== test session
starts ===============================================================
platform linux -- Python 3.7.16, pytest-7.2.1, pluggy-1.0.0 --
/usr/local/bin/python
cachedir: .pytest_cache
rootdir: /opt/airflow, configfile: pytest.ini
plugins: xdist-3.2.0, anyio-3.6.2, time-machine-2.9.0, instafail-0.4.2,
httpx-0.21.3, timeouts-1.2.1, requests-mock-1.10.0, asyncio-0.20.3,
capture-warnings-0.0.4, rerunfailures-11.1.1, cov-4.0.0
asyncio: mode=strict
setup timeout: 0.0s, execution timeout: 0.0s, teardown timeout: 0.0s
collected 3 items
tests/operators/test_generic_transfer.py::TestMySql::test_mysql_to_mysql[mysqlclient]
PASSED [ 33%]
tests/operators/test_generic_transfer.py::TestMySql::test_mysql_to_mysql[mysql-connector-python]
PASSED [ 66%]
tests/operators/test_generic_transfer.py::TestMySql::test_mysql_to_mysql_replace
PASSED [100%]
```
--
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]