Skip to content

Commit 68403ed

Browse files
committed
Fix test
1 parent ad7a215 commit 68403ed

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

api/grpc/mpi/v1/command.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/common.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/files.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/collector/otel_collector_plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ func (oc *Collector) Close(ctx context.Context) error {
223223
slog.ErrorContext(ctx, "Failed to shutdown OTel Collector", "error", err, "state", oc.service.GetState())
224224
} else {
225225
slog.InfoContext(ctx, "OTel Collector shutdown", "state", oc.service.GetState())
226+
oc.stopped = true
226227
}
227228
}
228229

0 commit comments

Comments
 (0)