From 6e1d44a9d8d4535f7906ef17ea09f61d95d41d06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:06:31 +0000 Subject: [PATCH 1/2] chore: Update snapshot.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- dev-tools/integration/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/integration/.env b/dev-tools/integration/.env index 429d752cf..3d927b6e8 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,6 +1,6 @@ # If you use change this version without a pinned one, please update # .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml -ELASTICSEARCH_VERSION=9.0.0-73d9b298-SNAPSHOT +ELASTICSEARCH_VERSION=9.0.0-310b7cb4-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 From f019b618d1ae2447dd82d9710b50b9700b2f35ad Mon Sep 17 00:00:00 2001 From: michel-laterman Date: Fri, 24 Jan 2025 11:06:38 -0800 Subject: [PATCH 2/2] Fix test --- internal/pkg/bulk/bulk_integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/pkg/bulk/bulk_integration_test.go b/internal/pkg/bulk/bulk_integration_test.go index ddea6c5a9..f6ab18d16 100644 --- a/internal/pkg/bulk/bulk_integration_test.go +++ b/internal/pkg/bulk/bulk_integration_test.go @@ -57,8 +57,8 @@ func TestBulkCreate(t *testing.T) { Name: "Empty Index", Index: "", Err: es.ErrElastic{ - Status: 500, - Type: "string_index_out_of_bounds_exception", + Status: 400, + Type: "invalid_index_name_exception", }, }, {