Skip to content

test(agent): fix TestAgent_Metadata/Once flake #8613

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
merged 11 commits into from
Jul 20, 2023
Prev Previous commit
Next Next commit
fixup! flake(agent) fix TestAgent_Metadata/Once flake
  • Loading branch information
coadler committed Jul 20, 2023
commit 3f73d16e669b4aad9f0b17d694db4c5bdb0727c6
1 change: 1 addition & 0 deletions agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ func (a *agent) reportMetadataLoop(ctx context.Context) {
if err != nil {
a.logger.Error(ctx, "agent failed to report metadata", slog.Error(err))
}
continue
case <-baseTicker.C:
}

Expand Down