We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2a545 commit 621bbc6Copy full SHA for 621bbc6
testing/integration/agent_long_running_leak_test.go
@@ -231,6 +231,10 @@ func (runner *ExtendedRunner) CheckHealthAtStartup(ctx context.Context) {
231
if !foundSystem && strings.Contains(v.UnitID, systemMatch) {
232
foundSystem = true
233
}
234
+ runner.T().Logf("unit state: %s", v.Message)
235
+ if v.State != int(cproto.State_HEALTHY) {
236
+ allHealthy = false
237
+ }
238
239
runner.T().Logf("component state: %s", comp.Message)
240
if comp.State != int(cproto.State_HEALTHY) {
0 commit comments