Closed mgencur closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.60%. Comparing base (
7643497
) to head (f4d1070
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mgencur, ReToCode
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This test deletes the serving-tests/serving-certs during the test run. This might break the other test TestSystemInternalTLS because it waits for certain log lines to appear in the service pods. Deleting the serving-certs secret causes the application pods to be deleted so that the new cert can be mounted. And waiting for given log lines then fails because the pod no longer exists:
Fixes #
Proposed Changes
*
Release Note