Skip to content

[updatecli] update elastic stack version for testing 9.5.0-83bc5c7c-SNAPSHOT#7318

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
updatecli_main_bump-elastic-stack-snapshot-main
Open

[updatecli] update elastic stack version for testing 9.5.0-83bc5c7c-SNAPSHOT#7318
github-actions[bot] wants to merge 1 commit into
mainfrom
updatecli_main_bump-elastic-stack-snapshot-main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bump elastic-stack to latest snapshot version

Update snapshot.yml

1 file(s) updated with "$1=9.5.0-83bc5c7c-SNAPSHOT": * dev-tools/integration/.env

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions github-actions Bot requested a review from a team as a code owner July 3, 2026 15:42
@github-actions github-actions Bot requested review from lorienhu and samuelvl July 3, 2026 15:42
@github-actions github-actions Bot added automation dependency backport-skip Skip notification from the automated backport with mergify labels Jul 3, 2026
Made with ❤️️ by updatecli
@github-actions github-actions Bot force-pushed the updatecli_main_bump-elastic-stack-snapshot-main branch from 06840bc to c7c4f8f Compare July 6, 2026 16:09
@github-actions github-actions Bot changed the title [updatecli] update elastic stack version for testing 9.5.0-b041f099-SNAPSHOT [updatecli] update elastic stack version for testing 9.5.0-83bc5c7c-SNAPSHOT Jul 6, 2026
@github-actions

This comment has been minimized.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

TL;DR

The E2E Buildkite job failed, but the available log excerpt does not include the actual failing test or assertion. The visible TestStandAloneRunningSuite subtests all pass before the package exits with FAIL, so I don’t see enough evidence for a PR code fix yet.

Remediation

  • Retry the E2E job once; this may be a transient/infrastructure or log-capture issue.
  • If it fails again, inspect/upload the full go test output from testing/build/test-e2e-linux.out or the complete Buildkite job log, then rerun the identified test with TEST_RUN='<failing test name>' mage test:e2e.
Investigation details

Root Cause

Inconclusive from the prefetched data. The PR only changes dev-tools/integration/.env:4, bumping the Elasticsearch snapshot from 9.5.0-0ff71b5c-SNAPSHOT to 9.5.0-83bc5c7c-SNAPSHOT, but the provided E2E log starts mid-run and never shows the failing assertion/panic/timeout.

The visible source path for the long-running section is testing/e2e/stand_alone_test.go: TestOpAMPWithUpstreamCollector starts at line 648 and TestOpAMPWithEDOTCollector starts at line 737. Both are shown as passing in the excerpt, along with the other visible TestStandAloneRunningSuite subtests.

Evidence

--- PASS: TestStandAloneRunningSuite (535.40s)
    --- PASS: TestStandAloneRunningSuite/TestOpAMPWithEDOTCollector (123.98s)
    --- PASS: TestStandAloneRunningSuite/TestOpAMPWithUpstreamCollector (300.36s)
    --- PASS: TestStandAloneRunningSuite/TestWithElasticsearchConnectionFailures (42.18s)
    --- PASS: TestStandAloneRunningSuite/TestWithElasticsearchConnectionFlakyness (32.52s)
FAIL
FAIL github.com/elastic/fleet-server/testing/e2e 1299.805s
Error: exit status 1

The artifact upload also reports no matching JUnit/coverage artifacts, so the failure detail was not available from the prefetched artifacts:

No files matched paths: build/*.xml;build/e2e-coverage.out
No files found matching 'build/test-*.xml'

Verification

Not run: the E2E suite requires Docker, and Docker-in-Docker is not supported in this environment.

Follow-up

I checked for prior PR comments and found none, so this is not a duplicate detective comment. I also found an existing flaky-test issue for an older OpAMP signal: killed failure, but this log excerpt does not show that signature, so I am not treating this as the same root cause.


What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-skip Skip notification from the automated backport with mergify dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants