You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the unit tests (make test) are now broken, possibly due to expired cryptographic material from testdata.
Four packages are being reported:
go/pkg/ca/renewal:go_default_test
go/pkg/cs/drkey/grpc:go_default_test
go/pkg/cs/trust:go_default_test
go/pkg/trust:go_default_test
The output of the failures is similar to this partial one, from go/pkg/trust :
--- FAIL: TestTLSCryptoManagerVerifyServerCertificate (0.00s)
--- FAIL: TestTLSCryptoManagerVerifyServerCertificate/valid (0.00s)
tls_handshake_test.go:63:
Error Trace: tls_handshake_test.go:63
Error: Received unexpected error:
verifying chains: [ chain did not verify against any selected TRC {errors=[verifying chain {trc_base=1; trc_serial=1}: x509: certificate has expired or is not yet valid: current time 2022-07-01T07:41:07Z is after 2022-05-14T11:11:02Z]} ]
Test: TestTLSCryptoManagerVerifyServerCertificate/valid
The text was updated successfully, but these errors were encountered:
Some of the unit tests (
make test
) are now broken, possibly due to expired cryptographic material fromtestdata
.Four packages are being reported:
The output of the failures is similar to this partial one, from go/pkg/trust :
The text was updated successfully, but these errors were encountered: