Tao Yi
Tao Yi
e2e test case `TestWebhookUpdate` has failed in recent run: https://github.com/Kong/kubernetes-ingress-controller/runs/7759834359?check_suite_focus=true ``` 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 === CONT TestDeployAllInOnePostgresKuma --- FAIL: TestWebhookUpdate (196.99s) ```
`TestDeployAllInOnePostgresWithMultipleReplicas` in e2e seems unstable in e2e tests. The error message usually like this: ``` all_in_one_test.go:364: Error Trace: /home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/e2e/all_in_one_test.go:364 Error: Condition never satisfied Test: TestDeployAllInOnePostgresWithMultipleReplicas ``` This error indicates that...
Most of our table driven unit tests goes in this format: ``` for idx, tt := range cases { t.Run("case-name", func(t *testing.T) { // do something on tt }) }...
Recent PRs are all failed on CI job `tests / integration-tests-enterprise-postgres-nightly`, which runs integration tests with nightly build images of Kong gateway. The failed cases are: - `TestHTTPRouteEssentials` (failed at...
Running `go` commands on linux/arm64 builder in release action takes a very long time, making the duration of `build-push-images` steps longered to ~20mins. The `go` commands takes a very long...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The script in initContainer `wait-for-migration` of KIC in manifests: ``` -...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Now we run kustomization for e2e tests in temporary directories. This...
### Summary This is the PoC of adding `http.queries.*` to match query parameters in HTTP requests. ### Checklist - [ ] The Pull Request has tests - [ ] There's...
**What this PR does / why we need it**: Bump go-database-reconciler to enable sync of licenses with DB backed Kong gateways. Also enables the test on licenses in isolated integration...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement In KIC 3.1, we added support of specifying `vault`s and `license`s....