[chore] add standalone TA e2e test#4924
Open
odubajDT wants to merge 5 commits intoopen-telemetry:mainfrom
Open
[chore] add standalone TA e2e test#4924odubajDT wants to merge 5 commits intoopen-telemetry:mainfrom
odubajDT wants to merge 5 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Contributor
E2E Test Results 34 files 249 suites 2h 11m 16s ⏱️ Results for commit fc2a6e1. ♻️ This comment has been updated with latest results. |
1ad7b88 to
8ded2cc
Compare
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.
Part-of: #4918
Motivation
The Target Allocator (TA) can run as a standalone component without the OpenTelemetry Operator — users deploy it directly with raw Kubernetes manifests when they need Prometheus target sharding across collectors without adopting the full operator lifecycle. Today, no e2e tests validate the TA in this standalone mode. All existing TA tests go through the operator-managed flow, leaving a gap in coverage for:
What this PR adds
A new Chainsaw e2e test suite (
tests/e2e-ta-standalone/) that deploys the TA as a raw Deployment with real collector pods — no operator involved. The test validates the core TA functionality end-to-end.Test flow
collector-0andcollector-1viaGET /jobs/test-targets/targetskubectl scale statefulset/collector --replicas=3collector-2receives targets, total remains 6collector-2collector-2's targets move back to remaining collectors