ahmadtfarhan commented on PR #52462:
URL: https://github.com/apache/airflow/pull/52462#issuecomment-3033078711
@potiuk @gopidesupavan any reason why it is skipping the tests for tinkerpop
now?
I tried running it locally and it is getting skipped.
```
(apache-airflow) AhmadFarhan@Ahmads-MacBook-Pro airflow % breeze testing
providers-integration-tests --integration tinkerpop
Good version of Docker: 28.1.1.
Good version of docker-compose: 2.36.0
Executable permissions on entrypoints are OK
WARN[0000] Warning: No resource found to remove for project
"airflow-test-all".
[+] Running 9/9
✔ gremlin Pulled
35.4s
✔ 06f79b6f061b Pull complete
32.5s
✔ 465aaba45c2d Pull complete
0.3s
✔ 5fea92a9914d Pull complete
2.0s
✔ f64f5ef1356f Pull complete
0.2s
✔ a3615776d1bf Pull complete
30.0s
✔ df874494dd8b Pull complete
28.2s
✔ ab254e6bb330 Pull complete
31.6s
✔ e7c96db7181b Pull complete
7.2s
[+] Creating 5/7
✔ Network airflow-test-all_default Created
0.2s
✔ Volume "airflow-test-all_graph-data" Created
0.0s
✔ Volume "airflow-test-all_root-airflow-volume" Created
0.0s
✔ Volume "airflow-test-all_airflow-cache-volume" Created
0.0s
✔ Volume "airflow-test-all_postgres-db-volume" Created
0.0s
⠋ Container airflow-test-all-postgres-1 Creating
0.1s
⠋ Container gremlin Creating
0.1s
Error response from daemon: Conflict. The container name "/gremlin" is
already in use by container
"b4f6ad506aa61c83675ddf101e6f85dee0540b8d87f8b3b84646f89f65b4b625". You have to
remove (or rename) that container to be able to reuse that name.
(apache-airflow) AhmadFarhan@Ahmads-MacBook-Pro airflow % breeze testing
providers-integration-tests --integration tinkerpop
Good version of Docker: 28.1.1.
Good version of docker-compose: 2.36.0
Executable permissions on entrypoints are OK
[+] Running 5/5
✔ Container airflow-test-all-postgres-1 Removed
0.0s
✔ Volume airflow-test-all_root-airflow-volume Removed
0.1s
✔ Volume airflow-test-all_graph-data Removed
0.1s
✔ Volume airflow-test-all_airflow-cache-volume Removed
0.1s
✔ Volume airflow-test-all_postgres-db-volume Removed
0.1s
[+] Creating 7/7
✔ Network airflow-test-all_default Created
0.1s
✔ Volume "airflow-test-all_graph-data" Created
0.0s
✔ Volume "airflow-test-all_root-airflow-volume" Created
0.0s
✔ Volume "airflow-test-all_airflow-cache-volume" Created
0.0s
✔ Volume "airflow-test-all_postgres-db-volume" Created
0.0s
✔ Container gremlin Created
0.2s
✔ Container airflow-test-all-postgres-1 Created
0.3s
[+] Running 2/2
✔ Container gremlin Started
0.4s
✔ Container airflow-test-all-postgres-1 Started
0.3s
Using 'uv' to install Airflow
Using airflow version from current sources
Running Initialization. Your basic configuration is:
* Airflow home: /root/airflow
* Airflow sources: /opt/airflow
* Airflow core SQL connection:
postgresql+psycopg2://postgres:airflow@postgres/airflow
* Airflow backend: Postgres: 13
Checking backend and integrations.
PostgreSQL: OK.
Adding initial delay. Waiting 30 seconds before checking gremlin.
gremlin: OK.
Using 'uv' to install Airflow
Starting the tests with those pytest arguments:
providers/apache/tinkerpop/tests/integration --verbosity=0 --strict-markers
--durations=100 --maxfail=50 --color=yes
--junitxml=/files/test_result-all-postgres.xml --timeouts-order=moi
--setup-timeout=60 --execution-timeout=60 --teardown-timeout=60
--disable-warnings -rfEX --ignore-glob=*/tests/system/*
--ignore-glob=airflow-core/tests/integration/*
--warning-output-path=/files/warnings-all-postgres.txt --ignore=helm-tests
--with-db-init --no-cov
============================= test session starts
==============================
platform linux -- Python 3.10.18, pytest-8.4.1, pluggy-1.6.0
rootdir: /opt/airflow
configfile: pyproject.toml
plugins: unordered-0.7.0, icdiff-0.9, custom-exit-code-0.3.0,
time-machine-2.16.0, kgb-7.2, timeouts-1.2.1, cov-6.2.1, rerunfailures-15.1,
asyncio-0.25.0, requests-mock-1.12.1, anyio-4.9.0, xdist-3.8.0,
instafail-0.5.0, mock-3.14.1
asyncio: mode=strict, asyncio_default_fixture_loop_scope=function
setup timeout: 60.0s, execution timeout: 60.0s, teardown timeout: 60.0s
collected 2 items
providers/apache/tinkerpop/tests/integration/apache/tinkerpop/hooks/test_gremlin.py
s [ 50%]
s
[100%]
----------- generated xml file: /files/test_result-all-postgres.xml
------------
============================ slowest 100 durations
=============================
(4 durations < 0.005s hidden. Use -vv to show these durations.)
======================== 2 skipped, 1 warning in 1.76s
=========================
```
--
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]