Patryk Małek

Results 142 issues of Patryk Małek

After cloning the project and running static web server like : ``` python3 -m http.server ``` I only get the following : ![web1](https://f.cloud.github.com/assets/739996/1919668/d4eb8b24-7dd7-11e3-8620-0a3294f28ed6.png) In Chrome I get the following log...

I have the following HUD while using load-balance : ``` Pool 0 | CD:4738 A:8624 R:16 RTT:52ms Q:12/20 DC:0 Pool 1 | CD:1 A:0 R:0 RTT: 0ms Q: 0/3 DC:0...

I have been using this version for few days already and it mostly worked fine but sometimes it takes few minutes (or won't even launch ) beyond the initial screen...

This PR addresses the following build error on darwin arm64: ``` # golang.org/x/sys/unix ../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable ../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.1_13.go:27:3: //go:linkname must refer to declared function or...

The following flaky test encountered during one of the PRs' tests: ``` time="2022-07-11T07:54:44Z" level=debug msg="fetching endpoints" service_name=tcpecho-1 service_namespace=045efcbc-725c-4aa9-8dad-f5b02b1adb39 service_port="&ServicePort{Name:tcp,Protocol:TCP,Port:8888,TargetPort:{0 1025 },NodePort:32354,AppProtocol:nil,}" time="2022-07-11T07:54:44Z" level=debug msg="found endpoints: [{10.244.0.30 1025}]" service_name=tcpecho-1 service_namespace=045efcbc-725c-4aa9-8dad-f5b02b1adb39 service_port="&ServicePort{Name:tcp,Protocol:TCP,Port:8888,TargetPort:{0...

needs investigation
priority/medium
area/ci
test-flake

It seems that in many places throughout the codebase we're using snippets [like this](https://github.com/Kong/kubernetes-ingress-controller/blob/ce3a7dafffcec2f6ec4189473277bff416ba96cc/test/integration/gateway_test.go#L59-L63): ```go require.Eventually(t, func() bool { _, err = ... require.NoError(t, err) // assert.NoError(t, err) return ......

pending author feedback
priority/low
area/testing
stale

It seems that coverage reports even though that are successfully uploaded to codecov ([example](https://github.com/Kong/kubernetes-ingress-controller/runs/6858906002?check_suite_focus=true#step:3:79)) are not properly accounted for ([example](https://codecov.io/gh/Kong/kubernetes-ingress-controller/commit/eb4f8283d06267001180bb01518b62f702fb662f)) and this error is presented to the user visiting codecov:...

priority/medium
area/ci
area/testing

``` ingress_test.go:305: Error Trace: /home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/integration/ingress_test.go:305 Error: Condition never satisfied Test: TestIngressClassNameSpec ``` Relevant assertion that failed: https://github.com/Kong/kubernetes-ingress-controller/blob/e4372f09da4a781e6b9a4ddb11636ab2b5866e5b/test/integration/ingress_test.go#L305-L322 Relevant CI failure: https://github.com/Kong/kubernetes-ingress-controller/runs/7145412694?check_suite_focus=true

needs investigation
priority/medium
area/testing
test-flake

During v2.4.2 release preparations we've encountered a test failure in our [`integration-tests-enterprise-postgres`](https://github.com/Kong/kubernetes-ingress-controller/runs/7134484986?check_suite_focus=true#logs) suite The following tests failed: - `TestHTTPRouteExample` - `TestKongIngressEssentials` - `TestIngressEssentials`

priority/high
area/testing
test-flake

After #2600 and #2636 have been merged dependabot will create dependency updates for tools defined in [third_part/go.mod](https://github.com/Kong/kubernetes-ingress-controller/blob/main/third_party/go.mod). The problem is that changes to versions of those tools might entail changes...

priority/low
area/ci
onboarding