Fix flaky integration test failures (#7262)
This partially reverts commit 20b121138c,
which was landed in https://github.com/letsencrypt/boulder/pull/7254.
Specifically, it reverts the addition of "noWaitForReady" to the
health-checker's gRPC config. This appears to stop the flaky `last
resolver error: produced zero addresses` failures we've been seeing in
the CI integration tests.
This commit is contained in:
parent
a9a87cd4a8
commit
d38b7b685b
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"grpc": {
|
||||
"timeout": "1s",
|
||||
"noWaitForReady": true
|
||||
"timeout": "1s"
|
||||
},
|
||||
"tls": {
|
||||
"caCertFile": "test/grpc-creds/minica.pem",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"grpc": {
|
||||
"timeout": "1s",
|
||||
"noWaitForReady": true
|
||||
"timeout": "1s"
|
||||
},
|
||||
"tls": {
|
||||
"caCertFile": "test/grpc-creds/minica.pem",
|
||||
|
|
|
|||
Loading…
Reference in New Issue