This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 5593a15bede Refactor: extract bundle lifecycle helpers and refresh
predicate (#62517)
add e76becd8381 Enable Elasticsearch provider integration tests in CI
(#62942)
No new revisions were added by this update.
Summary of changes:
dev/breeze/src/airflow_breeze/global_constants.py | 1 -
.../tests/test_pytest_args_for_test_types.py | 1 +
dev/breeze/tests/test_selective_checks.py | 13 +--
providers/elasticsearch/pyproject.toml | 1 -
providers/elasticsearch/tests/conftest.py | 14 ---
.../elasticsearch}/tests/integration/__init__.py | 0
.../tests/integration/elasticsearch}/__init__.py | 0
.../integration/elasticsearch/log}/__init__.py | 0
.../elasticsearch/log/test_es_remote_log_io.py | 120 +++++++++++++++++++++
.../unit/elasticsearch/log/test_es_task_handler.py | 28 -----
10 files changed, 124 insertions(+), 54 deletions(-)
copy {airflow-core => providers/elasticsearch}/tests/integration/__init__.py
(100%)
copy {airflow-core/src/airflow/_shared =>
providers/elasticsearch/tests/integration/elasticsearch}/__init__.py (100%)
copy {airflow-core/src/airflow/_shared =>
providers/elasticsearch/tests/integration/elasticsearch/log}/__init__.py (100%)
create mode 100644
providers/elasticsearch/tests/integration/elasticsearch/log/test_es_remote_log_io.py