Skip to content

[updatecli] Update latest snapshot to 9.6.0-e52b5e0b - #3973

Merged
teresaromero merged 2 commits into
mainfrom
updatecli_main_bump-latest-9x-elastic-stack-version
Sep 21, 2026
Merged

teresaromero merged 2 commits into
mainfrom
updatecli_main_bump-latest-9x-elastic-stack-version

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bump latest 9.x-SNAPSHOT elastic-stack test version

[updatecli] Update latest snapshot to 9.6.0-e52b5e0b

1 file(s) updated with "$1 9.6.0-e52b5e0b-SNAPSHOT": * Makefile

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 September 18, 2026 01:17
@github-actions github-actions Bot changed the title [updatecli] Update latest snapshot to 9.6.0-3b993f57 [updatecli] Update latest snapshot to 9.6.0-e52b5e0b Sep 21, 2026
@infra-vault-gh-plugin-prod

infra-vault-gh-plugin-prod Bot commented Sep 21, 2026

Copy link
Copy Markdown

💛 Build succeeded, but was flaky

Failed CI Steps

History

@github-actions

Copy link
Copy Markdown
Contributor Author

TL;DR

The :go: Integration test: sql_input Buildkite step failed, but the prefetched log starts after the actual failure and only shows cleanup/teardown, so the specific failing assertion is not present yet. Immediate action: inspect the uploaded sql_input-system-*.xml test artifact (or rerun with full logs) to extract the first real error line.

Remediation

  • Download and inspect build/test-results/sql_input-system-*.xml from build artifacts to capture the exact failing system test and assertion message.
  • If the XML confirms an intermittent external/service startup error, retry the Buildkite step; if it shows a deterministic assertion, patch the referenced test/package path and rerun test-check-packages-parallel -p sql_input.
  • Keep the detective signal anchored on the first failure line (before cleanup), not the wrapper exit code.
Investigation details

Root Cause

Current evidence is inconclusive for a code-level root cause because the available log excerpt contains only post-failure cleanup output and wrapper exits. This is most consistent with an infrastructure/observability gap in the provided artifact, not a verified regression in this PR.

Relevant code path for this job:

  • .buildkite/scripts/integration_tests.sh:175 runs make SERVERLESS=... PACKAGE_UNDER_TEST=... <target>
  • .buildkite/scripts/integration_tests.sh:184 emits the generic wrapper failure line
  • Makefile:128 maps test-check-packages-parallel to ./scripts/test-check-packages.sh

PR scope check:

  • The PR changes only Makefile (test-stack-command-9x version bump), while the failing target is test-check-packages-parallel; no direct sql_input package/test files changed in this PR.

Evidence

  • Build: https://buildkite.com/elastic/elastic-package/builds/8791
  • Job/step: :go: Integration test: sql_input
  • Key log excerpt:
    • /tmp/gh-aw/buildkite-logs/elastic-package-go-integration-test-sql_input.txt:30make: *** [Makefile:128: test-check-packages-parallel] Error 1
    • /tmp/gh-aw/buildkite-logs/elastic-package-go-integration-test-sql_input.txt:101make SERVERLESS=false PACKAGE_UNDER_TEST=sql_input test-check-packages-parallel failed with 2
    • /tmp/gh-aw/buildkite-logs/elastic-package-go-integration-test-sql_input.txt:115-137 shows uploaded xUnit artifacts including sql_input-system-...xml (the likely source of the concrete assertion detail).

Flaky issue cross-check:

  • Searched repo:elastic/elastic-package label:flaky-test sql_input → no matching issue found.

Verification

  • Local reproduction not run in this workflow because the provided CI artifact does not include the failing assertion output and this environment does not provide Buildkite artifact download context for the hidden logs.

Follow-up

  • Once sql_input-system-*.xml is available in-thread, I can map the exact failing test case back to source (test/packages/parallel/sql_input/_dev/test/system/*.yml) and provide a precise patch recommendation.

What is this? | From workflow: Observability Agentic Workflow — Status

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

@teresaromero
teresaromero merged commit c3c7a52 into main Sep 21, 2026
4 checks passed
@teresaromero
teresaromero deleted the updatecli_main_bump-latest-9x-elastic-stack-version branch September 21, 2026 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant