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:
Aaron Gable 2024-01-16 09:50:13 -08:00 committed by GitHub
parent a9a87cd4a8
commit d38b7b685b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
{ {
"grpc": { "grpc": {
"timeout": "1s", "timeout": "1s"
"noWaitForReady": true
}, },
"tls": { "tls": {
"caCertFile": "test/grpc-creds/minica.pem", "caCertFile": "test/grpc-creds/minica.pem",

View File

@ -1,7 +1,6 @@
{ {
"grpc": { "grpc": {
"timeout": "1s", "timeout": "1s"
"noWaitForReady": true
}, },
"tls": { "tls": {
"caCertFile": "test/grpc-creds/minica.pem", "caCertFile": "test/grpc-creds/minica.pem",