This is an automated email from the ASF dual-hosted git repository.

rahulvats pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new a7b5f1e1ab7 tests: fix failing integration test after upgrading to 
elasticsearch 9 (#64276)
a7b5f1e1ab7 is described below

commit a7b5f1e1ab793cc2b3f5bdfa80db0dcf610318d9
Author: Owen Leung <[email protected]>
AuthorDate: Fri Mar 27 12:23:07 2026 +0800

    tests: fix failing integration test after upgrading to elasticsearch 9 
(#64276)
    
    (cherry picked from commit 1680d60934e3a3e075b86bcedf1e6c2840cf6725)
---
 airflow-e2e-tests/docker/elasticsearch.yml              | 2 +-
 scripts/ci/docker-compose/integration-elasticsearch.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-e2e-tests/docker/elasticsearch.yml 
b/airflow-e2e-tests/docker/elasticsearch.yml
index 601f7166c5f..7991c09b0dc 100644
--- a/airflow-e2e-tests/docker/elasticsearch.yml
+++ b/airflow-e2e-tests/docker/elasticsearch.yml
@@ -17,7 +17,7 @@
 ---
 services:
   elasticsearch:
-    image: docker.elastic.co/elasticsearch/elasticsearch:8.19.0
+    image: docker.elastic.co/elasticsearch/elasticsearch:9.3.1
     environment:
       - discovery.type=single-node
       - xpack.security.enabled=false
diff --git a/scripts/ci/docker-compose/integration-elasticsearch.yml 
b/scripts/ci/docker-compose/integration-elasticsearch.yml
index 678cf5bbd7e..4bc4fdc04e0 100644
--- a/scripts/ci/docker-compose/integration-elasticsearch.yml
+++ b/scripts/ci/docker-compose/integration-elasticsearch.yml
@@ -17,7 +17,7 @@
 ---
 services:
   elasticsearch:
-    image: docker.elastic.co/elasticsearch/elasticsearch:8.19.0
+    image: docker.elastic.co/elasticsearch/elasticsearch:9.3.1
     labels:
       breeze.description: "Integration required for Elasticsearch hooks."
     environment:

Reply via email to