Skip to content

Commit

Permalink
[updatecli] update elastic stack version for testing 9.0.0-7aa64be9-S…
Browse files Browse the repository at this point in the history
…NAPSHOT (#4322)

* chore: Update snapshot.yml

Made with ❤️️ by updatecli

* chore: Update snapshot.yml

Made with ❤️️ by updatecli

* chore: Update snapshot.yml

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 24, 2025
1 parent 59522fe commit 847b3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-tools/integration/.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/bulk/bulk_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
{
Expand Down

0 comments on commit 847b3f9

Please sign in to comment.