Code Monkey home page Code Monkey logo

Comments (10)

Crazykev avatar Crazykev commented on July 1, 2024 4

latest node e2e result:

Summarizing 5 Failures:

[Fail] [k8s.io] HostPath [It] should give a volume the correct mode [Conformance] [Volume] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:2183

[Fail] [k8s.io] Projected [It] should project all components that make up the projection API [Conformance] [Volume] [Projection] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:2183

[Fail] [k8s.io] KubeletManagedEtcHosts [It] should test kubelet managed /etc/hosts file [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/exec_util.go:107

[Fail] [k8s.io] Networking [k8s.io] Granular Checks: Pods [It] should function for node-pod communication: udp [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:550

[Fail] [k8s.io] Kubelet when scheduling a read only busybox container [It] it should not write to root filesystem [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:151

Ran 121 of 211 Specs in 2298.700 seconds
FAIL! -- 116 Passed | 5 Failed | 0 Pending | 90 Skipped 

from frakti.

feiskyer avatar feiskyer commented on July 1, 2024 1

All conformance tests passed now. Closing it.

from frakti.

feiskyer avatar feiskyer commented on July 1, 2024

Related with hyperhq/hyperd#572.

Update: PR hyperhq/hyperstart#283 fixed user problem.

from frakti.

feiskyer avatar feiskyer commented on July 1, 2024

With kubernetes/kubernetes#40804 and latest hyperd, there are still 3 failed test cases:

test-e2e-node PARALLELISM=2 CONTAINER_RUNTIME_ENDPOINT=/var/run/frakti.sock RUNTIME=remote FOCUS="\[Conformance\]"

Summarizing 3 Failures:

[Fail] [k8s.io] Projected [It] should project all components that make up the projection API [Conformance] [Volume] [Projection]
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:2184

[Fail] [k8s.io] KubeletManagedEtcHosts [It] should test kubelet managed /etc/hosts file [Conformance]
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/exec_util.go:107

[Fail] [k8s.io] Kubelet when scheduling a read only busybox container [It] it should not write to root filesystem [Conformance]
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:151

Ran 121 of 213 Specs in 2156.379 seconds
FAIL! -- 118 Passed | 3 Failed | 0 Pending | 92 Skipped

from frakti.

feiskyer avatar feiskyer commented on July 1, 2024

Filed hyperhq/hyperd#577 for should project all components that make up the projection API test.

from frakti.

Crazykev avatar Crazykev commented on July 1, 2024
$ test-e2e-node PARALLELISM=2 CONTAINER_RUNTIME_ENDPOINT=/var/run/frakti.sock RUNTIME=remote FOCUS="\[Conformance\]"

Summarizing 7 Failures:

[Fail] [k8s.io] Kubelet when scheduling a read only busybox container [It] it should not write to root filesystem [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:151

[Fail] [k8s.io] Networking [k8s.io] Granular Checks: Pods [It] should function for intra-pod communication: http [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:433

[Fail] [k8s.io] Networking [k8s.io] Granular Checks: Pods [It] should function for node-pod communication: http [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:433

[Fail] [k8s.io] KubeletManagedEtcHosts [It] should test kubelet managed /etc/hosts file [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/pods.go:83

[Fail] [k8s.io] HostPath [It] should give a volume the correct mode [Conformance] [Volume] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:2202

[Fail] [k8s.io] Networking [k8s.io] Granular Checks: Pods [It] should function for node-pod communication: udp [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:433

[Fail] [k8s.io] Networking [k8s.io] Granular Checks: Pods [It] should function for intra-pod communication: udp [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:433

Ran 121 of 215 Specs in 2863.269 seconds
FAIL! -- 114 Passed | 7 Failed | 0 Pending | 94 Skipped 

Four more network related issues.
BTW, current node-e2e test script have some issue, could fix manually before kubernetes/kubernetes#45707 merged.

from frakti.

Crazykev avatar Crazykev commented on July 1, 2024

I run node e2e test in my local environment twice, this is the best result:

Summarizing 2 Failures:

[Fail] [k8s.io] KubeletManagedEtcHosts [It] should test kubelet managed /etc/hosts file [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/exec_util.go:107

[Fail] [k8s.io] Kubelet when scheduling a read only busybox container [It] it should not write to root filesystem [Conformance] 
/root/go-project/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:151

Ran 121 of 217 Specs in 2386.048 seconds
FAIL! -- 119 Passed | 2 Failed | 0 Pending | 96 Skipped 

The first one will be fixed by #145 , so ideally, we have only one case fail.

from frakti.

feiskyer avatar feiskyer commented on July 1, 2024

@Crazykev Whith version of kubernetes are you running? kubernetes master?

from frakti.

Crazykev avatar Crazykev commented on July 1, 2024

@feiskyer Yep, a brand new kubernetes master with

commit 23f0fe8632bea74e449617fc95b984155bfc768e
Merge: 6f4e0b6 56803ec
Author: Kubernetes Submit Queue <[email protected]>
Date:   Tue May 16 21:28:02 2017 -0700

from frakti.

feiskyer avatar feiskyer commented on July 1, 2024
Summarizing 1 Failure:

[Fail] [k8s.io] Kubelet when scheduling a read only busybox container [It] it should not write to root filesystem [Conformance]
/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:151

Ran 121 of 223 Specs in 1965.306 seconds
FAIL! -- 120 Passed | 1 Failed | 0 Pending | 102 Skipped

Only one conformance tests failed with latest master now, which should be fixed after #161.

from frakti.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.