kyma
kyma copied to clipboard
rename remaining test files in `event-publisher-proxy`
renamed all remaining test files from _test.go
to _unit_test.go
or integration_test.go
accordingly. All test files in event-publisher-proxy
should follow this naming pattern now.
/retest
/test pre-main-kyma-gardener-gcp-eventing-upgrade
whats the difference between integration test and component test?
@raypinto
the handler_health_test.go
in both are renamed to handler_health_unit_test.go
because they indeed do the same.
however health_test.go
in nats was renamed to health_interation_test.go
. I gave it another look and I agree, this is a unit test. so I just changed it to health_unit_test.go
.
/test pre-main-kyma-gardener-gcp-eventing-upgrade
New changes are detected. LGTM label has been removed.
/retest
This is blocked for now, since #15672 might do the same things anyhow.
/retest
@friedrichwilken: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pre-main-kyma-skr-eventing | 4d7228a1f661f99aaaae82363f8578fd384b4d3b | link | false | /test pre-main-kyma-skr-eventing |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.