Tao Yi

Results 107 comments of Tao Yi

In nightly build jobs and release jobs, we build images before we run integration tests on the code base. So, the test part does not depend on the image built...

recent e2e failure: https://github.com/Kong/kubernetes-ingress-controller/runs/7478702264?check_suite_focus=true logs from ingress controller container: ``` time="2022-07-23T05:05:23Z" level=info msg="diagnostics server disabled" time="2022-07-23T05:05:23Z" level=info msg="starting controller manager" commit=8fa3b190ec80115d4d11cab44ef56b65d22e1c77 logger=setup release=nightly repo="https://github.com/Kong/kubernetes-ingress-controller.git" time="2022-07-23T05:05:23Z" level=info msg="getting enabled options and...

dumped diagnostics in #2747 and reproduced the failure in local run. From the pod logs we could see the reason: the new created pod after the initial pod deleted got...

Close this if the case does not fail in the following 3 days.

Closed this since the case has not been failed again in recent 3 runs of e2e job. Reopen if this case fails again.

re-open it since it seems flaky again in the recent week.

From the logs in integration tests run for #2749, the reason why the tests failed is kong gateway returned 404. So we may further investigate on code for configuring Kong.

I think this issue is still valid because we still have functions like `isGatewayScheduled` and `isGatewayReady` to check the conditions of `Gateway`s. The purpose of this issue is to use...

IMHO, reporting flavor 2 might be a better solution for me since we can directly know that the `KongPlugin` resource is in a wrong status when getting the resource. I...

another observed failure: https://github.com/Kong/kubernetes-ingress-controller/runs/7780476282?check_suite_focus=true ``` time="2022-08-11T04:59:13Z" level=debug msg="converting configuration to deck config" time="2022-08-11T04:59:13Z" level=debug msg="sending configuration to Kong Admin API" features_test.go:238: Error Trace: /home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/e2e/features_test.go:238 Error: Condition never satisfied Test: TestWebhookUpdate...