Commit b871820
authored
test: make health-checker quieter (#8671)
Instead of logging each check, log final failures. Also, if a service is
slow to become healthy, log that.
Right now, the `boulder-ra-sct-provider` instances take about 5s to
become healthy in our CI runs, and health-checker spams the logs a lot
during that period. We should improve the startup time, but this is a
quick fix to reduce the log spam.1 parent 00dd199 commit b871820
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
0 commit comments