Skip to content

Commit 70bf3d5

Browse files
[updatecli] update elastic stack version for testing 9.0.0-43c887b6-SNAPSHOT (#4176)
* chore: Update snapshot.yml Made with ❤️️ by updatecli * chore: Update snapshot.yml Made with ❤️️ by updatecli * Updating error type returned from ES --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
1 parent 2cba6d0 commit 70bf3d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-tools/integration/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# If you use change this version without a pinned one, please update
22
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
3-
ELASTICSEARCH_VERSION=9.0.0-066bfb9c-SNAPSHOT
3+
ELASTICSEARCH_VERSION=9.0.0-43c887b6-SNAPSHOT
44
ELASTICSEARCH_USERNAME=elastic
55
ELASTICSEARCH_PASSWORD=changeme
66
TEST_ELASTICSEARCH_HOSTS=localhost:9200

internal/pkg/bulk/bulk_integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func TestBulkCreate(t *testing.T) {
7070
Index: string([]byte{0xfe, 0xfe, 0xff, 0xff}),
7171
Err: es.ErrElastic{
7272
Status: 400,
73-
Type: "parse_exception",
73+
Type: "x_content_parse_exception",
7474
},
7575
},
7676
{

0 commit comments

Comments
 (0)