boulder/test/integration
Aaron Gable 22fd579cf2
ARI: write Retry-After header before body (#6787)
When sending an ARI response, write the Retry-After header before
writing the JSON response body. This is necessary because
http.ResponseWriter implicitly calls WriteHeader whenever Write is
called, flushing all headers to the network and preventing any
additional headers from being written. Unfortunately, the unittests use
httptest.ResponseRecorder, which doesn't seem to enforce this invariant
(it's happy to report headers which were written after the body). Add a
header check to the integration tests, to make up for this deficiency.
2023-03-31 10:48:45 -07:00
..
testdata Remove Beeline configuration (#6765) 2023-03-23 16:58:36 -04:00
akamai_purger_drain_queue_test.go akamai-purger: Deprecate PurgeInterval config field (#6489) 2022-11-04 12:44:35 -07:00
ari_test.go ARI: write Retry-After header before body (#6787) 2023-03-31 10:48:45 -07:00
authz_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
bad_key_test.go Add fermat factorization integration test (#6613) 2023-01-27 10:15:38 -08:00
caa_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
common_mock.go ctpolicy: Remove deprecated codepath and fix metrics (#6485) 2022-11-07 11:31:20 -08:00
common_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
crl_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
errors_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
issuance_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
ocsp_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
orphan_finder_test.go Put errors at end of log lines (#6627) 2023-02-03 11:28:38 -05:00
ratelimit_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
revocation_test.go Change SetCommonName to RequireCommonName (#6749) 2023-03-21 11:07:06 -07:00
wfe_test.go test: Replace sd-test-srv with consul (#6389) 2022-09-19 16:13:53 -07:00