boulder/va
Aaron Gable 80df797486
Fix flaky unittest failures (#7544)
Fix three unit tests which have been flakily failing for the last
several weeks:

//test/load-generator/acme: TestNew/unreachable_directory_URL
Fixed by changing the error checking code to care only about the
underlying "connection refused" message, and not the IP address from
which it was receieved.

//va: TestHTTPDialTimeout
Fixed by correcting the error checking code to look for "network is
unreachable" instead of "Network unreachable"

//va: TestFetchHTTP/Broken_IPv6_only
Fixed by making the expected error message more specific -- it was
previously looking for "Error getting validation data", which is the
message that `detailedError` gives for errors it doesn't recognize. An
underlying library has changed to provide an error type that
`detailedError` now recognizes as a connection error.
2024-06-12 15:26:30 -07:00
..
config Add a new remoteva binary (#7437) 2024-05-06 16:29:29 -04:00
proto Deprecate Challenge.ProvidedKeyAuthorization (#7515) 2024-06-04 14:48:36 -07:00
caa.go Deprecate EnforceMultiVA and MultiVAFullResults feature flags (#7520) 2024-06-04 11:57:03 -07:00
caa_test.go Perform remote validation after primary validation (#7522) 2024-06-10 14:16:44 -07:00
dns.go Deprecate Challenge.ProvidedKeyAuthorization (#7515) 2024-06-04 14:48:36 -07:00
dns_test.go Perform remote validation after primary validation (#7522) 2024-06-10 14:16:44 -07:00
http.go Deprecate Challenge.ProvidedKeyAuthorization (#7515) 2024-06-04 14:48:36 -07:00
http_test.go Fix flaky unittest failures (#7544) 2024-06-12 15:26:30 -07:00
tlsalpn.go Deprecate Challenge.ProvidedKeyAuthorization (#7515) 2024-06-04 14:48:36 -07:00
tlsalpn_test.go Deprecate Challenge.ProvidedKeyAuthorization (#7515) 2024-06-04 14:48:36 -07:00
utf8filter.go va: filter invalid UTF-8 from ProblemDetails (#6506) 2022-11-21 11:05:21 -08:00
utf8filter_test.go va: filter invalid UTF-8 from ProblemDetails (#6506) 2022-11-21 11:05:21 -08:00
va.go Perform remote validation after primary validation (#7522) 2024-06-10 14:16:44 -07:00
va_test.go Perform remote validation after primary validation (#7522) 2024-06-10 14:16:44 -07:00