-
Notifications
You must be signed in to change notification settings - Fork 197
flaky: skip TestUpgradeAgentWithTamperProtectedEndpoint_RPM #8626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pkoutsovasilis
merged 1 commit into
elastic:main
from
pkoutsovasilis:flaky/rpm_integration_test
Jun 23, 2025
Merged
flaky: skip TestUpgradeAgentWithTamperProtectedEndpoint_RPM #8626
pkoutsovasilis
merged 1 commit into
elastic:main
from
pkoutsovasilis:flaky/rpm_integration_test
Jun 23, 2025
Conversation
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
|
💚 Build Succeeded
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
pchila
approved these changes
Jun 23, 2025
mergify bot
pushed a commit
that referenced
this pull request
Jun 23, 2025
(cherry picked from commit e538874)
8 tasks
pkoutsovasilis
added a commit
that referenced
this pull request
Jun 23, 2025
…8632) (cherry picked from commit e538874) Co-authored-by: Panos Koutsovasilis <[email protected]>
v1v
added a commit
that referenced
this pull request
Jun 25, 2025
…-hosted * feature/hosted-stack-using-oblt-cli: (26 commits) Use the current official docker image for oblt-cli Mark the elasticinframetrics processor as deprecated and schedule for removal (#8659) [main][Automation] Update versions (#8668) chore: Update create_deployment_csp_configuration.yaml (#8669) Attempt to make test more reliable by querying ES directly (#8422) [test] split up ess and beats serverless integration tests (#8551) Remove resource/k8s processor and use k8sattributes processor for service attributes (#8599) fix: use --force-confold for deb tests in TestUpgradeAgentWithTamperProtectedEndpoint_DEB (#8649) [main][Automation] Bump stack images versions to 9.1.0-ea0b7542 (#8612) chore: Update to elastic/beats@f6594fb72670 (#8640) [deb/rpm] restart endpoint with tamper protection after elastic-agent (#8637) ci: don't preinstall fleet packages on retried CI steps (#8636) chore: Update to elastic/beats@6b6941eed496 (#8619) [main][Automation] Bump VM Image version to 1750467641 (#8617) flaky: skip TestUpgradeAgentWithTamperProtectedEndpoint_RPM (#8626) Add skip-changelog PR label for bump VM PRs (#8627) build(deps): bump github.com/elastic/go-seccomp-bpf from 1.5.0 to 1.6.0 (#8611) [ci] fix k8s integration tests flakiness (#8575) bump apmconfig Otel extension to v0.3.0 (#8600) Enhancement/6394 allow deb rpm to upgrade with endpoint tamper protection (#6907) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-9.0
Automated backport to the 9.0 branch
skip-changelog
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
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.
What does this PR do?
This PR skips the flaky test
TestUpgradeAgentWithTamperProtectedEndpoint_RPM
due to repeated failures during the endpoint uninstallation process. The failure stems from the tamper protection mechanism rejecting the uninstall token, resulting in the endpoint component remaining in aSTARTING
state post-upgrade and causing the test to timeout with "Condition never satisfied".Why is it important?
This test has been unstable in CI and is currently blocking merges. Skipping it allows the pipeline to remain green while we investigate and fix the underlying issue tracked in #8613.
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
None. This change only affects CI and does not impact users or production artifacts.
How to test this PR locally
No specific testing needed. Confirm that the test
TestUpgradeAgentWithTamperProtectedEndpoint_RPM
is now skipped in the test suite output.Related issues