knative / serving

Kubernetes-based, scale-to-zero, request-driven compute
https://knative.dev/docs/serving/
Apache License 2.0
5.57k stars 1.16k forks source link

E2E tests for startup probe #15461

Closed mgencur closed 3 months ago

mgencur commented 3 months ago

Additional tests for startup probes.

Proposed Changes

Release Note

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 84.46%. Comparing base (6554a7d) to head (78ca7fa).

Files Patch % Lines
pkg/testing/v1/service.go 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #15461 +/- ## ========================================== - Coverage 84.48% 84.46% -0.02% ========================================== Files 219 219 Lines 13605 13608 +3 ========================================== Hits 11494 11494 - Misses 1740 1743 +3 Partials 371 371 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

knative-prow[bot] commented 3 months ago

[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

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/knative/serving/blob/main/OWNERS)~~ [ReToCode] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment