You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[processor/k8sattributes] Wait for ReplicaSet informer before starting pod informer (#37138)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This PR is an alternative approach to the previous fix made for #37056,
which did not fully solve the issue of the deployment name not being
added to a pod after the initial informer sync
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes#37056
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Re-enabled the flaky E2E test
---------
Signed-off-by: Florian Bacher <[email protected]>
// TODO: Re-enable this test when the issue being tested here is fully solved: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/37056
1103
-
t.Skip("Skipping test as https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/37056 is not fully solved yet")
0 commit comments