-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[cmd/opampsupervisor]: Allow configuring agent description #32819
[cmd/opampsupervisor]: Allow configuring agent description #32819
Conversation
|
||
require.Equal(t, expectedDescription, ad.AgentDescription) | ||
|
||
time.Sleep(250 * time.Millisecond) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this sleep, the supervisor gets stuck shutting down.
This is the same race I had to address in #32618 in order to get tests to run properly for that PR. This can be removed once the fix from that PR is merged.
@tigrannajaryan Are you able to give this a review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Co-authored-by: Tigran Najaryan <[email protected]>
Description:
Link to tracking Issue: Closes #32824
Testing: e2e test, unit tests for validation
Documentation: