mrichman commented on PR #28338: URL: https://github.com/apache/airflow/pull/28338#issuecomment-1505738471
Example DAG committed. Looks like it's passing: ``` Running tests ./tests/providers/amazon/aws/sensors/test_dynamodb.py --log-cli-level=INFO Starting the tests with those pytest arguments: --verbosity=0 --strict-markers --durations=100 --maxfail=50 --color=yes --junitxml=/files/test_result-All-sqlite.xml --timeouts-order moi --setup-timeout=60 --execution-timeout=60 --teardown-timeout=60 --output=/files/warnings-All-sqlite.txt --disable-warnings -rfEXs --with-db-init ./tests/providers/amazon/aws/sensors/test_dynamodb.py --log-cli-level=INFO ============================= test session starts ============================== platform linux -- Python 3.7.16, pytest-7.3.0, pluggy-1.0.0 rootdir: /opt/airflow configfile: pyproject.toml plugins: anyio-3.6.2, asyncio-0.21.0, capture-warnings-0.0.4, cov-4.0.0, httpx-0.21.3, instafail-0.5.0, rerunfailures-11.1.2, timeouts-1.2.1, xdist-3.2.1, requests-mock-1.10.0, time-machine-2.9.0 asyncio: mode=strict setup timeout: 60.0s, execution timeout: 60.0s, teardown timeout: 60.0s collected 2 items tests/providers/amazon/aws/sensors/test_dynamodb.py::TestDynamoDBValueSensor::test_sensor_with_pk -------------------------------- live log setup -------------------------------- INFO airflow.utils.db:db.py:1613 Dropping tables that exist INFO alembic.runtime.migration:migration.py:207 Context impl SQLiteImpl. INFO alembic.runtime.migration:migration.py:214 Will assume non-transactional DDL. INFO alembic.runtime.migration:migration.py:207 Context impl SQLiteImpl. INFO alembic.runtime.migration:migration.py:214 Will assume non-transactional DDL. PASSED [ 50%] tests/providers/amazon/aws/sensors/test_dynamodb.py::TestDynamoDBValueSensor::test_sensor_with_pk_and_sk PASSED [100%] ------------ generated xml file: /files/test_result-All-sqlite.xml ------------- ============================ slowest 100 durations ============================= 14.00s setup tests/providers/amazon/aws/sensors/test_dynamodb.py::TestDynamoDBValueSensor::test_sensor_with_pk 0.85s call tests/providers/amazon/aws/sensors/test_dynamodb.py::TestDynamoDBValueSensor::test_sensor_with_pk 0.26s call tests/providers/amazon/aws/sensors/test_dynamodb.py::TestDynamoDBValueSensor::test_sensor_with_pk_and_sk (3 durations < 0.005s hidden. Use -vv to show these durations.) ======================== 2 passed, 5 warnings in 17.15s ======================== Number of warnings: 0 /files/warnings-All-sqlite.txt No stopped containers airflow-test-all_default ``` -- 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]
