[8.19](backport #50196) x-pack/metricbeat: add BuildSystemTestBinary deprecation guidance#50698
Open
mergify[bot] wants to merge 1 commit into
Open
[8.19](backport #50196) x-pack/metricbeat: add BuildSystemTestBinary deprecation guidance#50698mergify[bot] wants to merge 1 commit into
mergify[bot] wants to merge 1 commit into
Conversation
…0196) * x-pack/metricbeat: add BuildSystemTestBinary deprecation guidance Align x-pack/metricbeat BuildSystemTestBinary with the deprecation UX used in other magefiles so developers get consistent guidance when invoking the target.\n\nKeep the existing x-pack/metricbeat Windows-specific test binary build behavior and only add the deprecation doc comment plus warning output.\n\nAssisted-By: GitHub Copilot CLI\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove non-user-facing changelog fragment from PR This PR only adjusts deprecation guidance text and does not change user-facing behavior, so the changelog fragment is removed to align with skip-changelog policy. Assisted-By: GitHub Copilot CLI Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Align BuildSystemTestBinary deprecation wording Make BuildSystemTestBinary documentation and warning output consistent across all magefiles that define the target. Clarify that deprecation applies only to Go integration tests, while keeping the target positioned as required for Python system tests. Assisted-By: GPT-5.3-Codex Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co> (cherry picked from commit 05a0a59)
Contributor
🤖 GitHub commentsJust comment with:
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
4 tasks
khushijain21
approved these changes
Jun 3, 2026
Contributor
Author
|
Tick the box to add this pull request to the merge queue (same as
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
add/adjusts BuildSystemTestBinary deprecation guidance
Why
Developers invoking
mage BuildSystemTestBinaryinx-pack/metricbeatwere missing the migration guidance shown in other beats, creating inconsistent command UX.Validation
mage -lfromx-pack/metricbeatbutmageis not installed in this runnergo test -tags mage ./x-pack/metricbeat(the run was interrupted by environment module download constraints before completion)Refs #50158
What is this? | From workflow: Mention in Issue
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
This is an automatic backport of pull request #50196 done by [Mergify](https://mergify.com).