go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=55cd69753" ./cmd/odo/ go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=55cd69753" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/integration/devfile/ Running Suite: Devfile Suite ============================ Random Seed: 1656550221 - Will randomize all specs Will run 147 specs Running in parallel across 32 nodes S [SKIPPING] in Spec Setup (BeforeEach) [0.028 seconds] odo add binding command tests /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13 when the component is bootstrapped [BeforeEach] /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:39 when adding a binding /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:44 when odo dev is run /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:54 should successfully bind component and service /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:63 Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed. /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:20 ------------------------------ ••••••••••••••••••••••••••••••• ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.002 seconds] odo add binding command tests /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13 when the component is bootstrapped [BeforeEach] /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:39 when adding a binding /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:44 when odo dev is run /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:54 when odo dev command is stopped /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:67 should have successfully delete the binding /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:73 Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed. /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:20 ------------------------------ •••• ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds] odo add binding command tests /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13 when the component is bootstrapped [BeforeEach] /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:39 when adding a binding /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:44 should successfully add binding between component and service in the devfile /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:50 Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed. /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:20 ------------------------------ ••••••••••• ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds] odo add binding command tests /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13 when the component is bootstrapped [BeforeEach] /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:39 when no bindable instance is present on the cluster /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:81 should fail to add binding with no bindable instance found error message /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:86 Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed. /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:20 ------------------------------ •••••••••••••••••••••••••••••• ------------------------------ • [SLOW TEST:151.647 seconds] odo list with devfile /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:15 devfile has missing metadata /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:91 when projectType and language is missing /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:143 when the component is pushed /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:152 should show 'nodejs' for 'Type' in odo list /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:163 ------------------------------ •••••••••••• ------------------------------ • [SLOW TEST:138.056 seconds] odo list with devfile /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:15 devfile has missing metadata /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:91 when projectType is missing /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:115 when the component is pushed in dev mode /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:125 should show the language for 'Type' in odo list /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:137 ------------------------------ •••••••••••••••••••••••••••••••••••••••••••••••••• ------------------------------ • [SLOW TEST:122.495 seconds] odo dev command tests /go/odo_1/tests/integration/devfile/cmd_dev_test.go:25 when Create and dev java-springboot component /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1062 should execute default build and run commands correctly /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1077 ------------------------------ •• Ran 143 of 147 Specs in 277.877 seconds SUCCESS! -- 143 Passed | 0 Failed | 0 Pending | 4 Skipped Ginkgo ran 1 suite in 5m27.29457244s Test Suite Passed GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 tests/integration/devfile/debug/ === RUN TestDebug Running Suite: Devfile Debug Suite ================================== Random Seed: 1656550558 Will run 0 of 0 specs Ran 0 of 0 Specs in 0.000 seconds SUCCESS! -- 0 Passed | 0 Failed | 0 Pending | 0 Skipped --- PASS: TestDebug (0.00s) PASS Ginkgo ran 1 suite in 8.742692403s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=55cd69753" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/interactive/ Running Suite: Interactive Suite ================================ Random Seed: 1656550568 - Will randomize all specs Will run 11 specs Running in parallel across 32 nodes ••••••••••• Ran 11 of 11 Specs in 35.838 seconds SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 44.480278061s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=55cd69753" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo devfile supported tests" tests/e2escenarios/ Running Suite: odo e2e scenarios ================================ Random Seed: 1656550623 - Will randomize all specs Will run 4 specs Running in parallel across 32 nodes •••• Ran 4 of 4 Specs in 86.262 seconds SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 1m35.273286908s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=55cd69753" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo project command tests" tests/integration/project/ Running Suite: Project Suite ============================ Random Seed: 1656550728 - Will randomize all specs Will run 6 specs Running in parallel across 32 nodes •• ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [12.361 seconds] odo project command tests /go/odo_1/tests/integration/project/cmd_project_test.go:12 when user is logged out /go/odo_1/tests/integration/project/cmd_project_test.go:56 should show login message when deleting project and not login [BeforeEach] /go/odo_1/tests/integration/project/cmd_project_test.go:73 Openshift specific scenario. /go/odo_1/tests/integration/project/cmd_project_test.go:60 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [12.400 seconds] odo project command tests /go/odo_1/tests/integration/project/cmd_project_test.go:12 when user is logged out /go/odo_1/tests/integration/project/cmd_project_test.go:56 should show login message when setting project and not login [BeforeEach] /go/odo_1/tests/integration/project/cmd_project_test.go:69 Openshift specific scenario. /go/odo_1/tests/integration/project/cmd_project_test.go:60 ------------------------------ •• Ran 4 of 6 Specs in 18.717 seconds SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 2 Skipped Ginkgo ran 1 suite in 26.818571421s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=55cd69753" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo generic" tests/integration/ Running Suite: Integration Suite ================================ Random Seed: 1656550765 - Will randomize all specs Will run 33 specs Running in parallel across 32 nodes SSSSSSSSSSSSSSSSSSSSSSSSSSS•••••• Ran 6 of 33 Specs in 13.973 seconds SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 27 Skipped Ginkgo ran 1 suite in 22.929155724s Test Suite Passed