go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=dfe365d84" ./cmd/odo/ go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=dfe365d84" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/integration/ Running Suite: Integration Suite ================================ Random Seed: 1651052041 - Will randomize all specs Will run 16 specs Running in parallel across 32 nodes •••••••••••••••• Ran 16 of 16 Specs in 21.360 seconds SUCCESS! -- 16 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 1m45.43941404s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=dfe365d84" ./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: 1651052157 - Will randomize all specs Will run 11 specs Running in parallel across 32 nodes ••••••••••• Ran 11 of 11 Specs in 22.663 seconds SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 31.633112688s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=dfe365d84" ./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: 1651052198 - Will randomize all specs Will run 118 specs Running in parallel across 32 nodes ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [8.089 seconds] odo dev command tests /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:24 using Kubernetes cluster /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1295 should run odo dev successfully on default namespace [BeforeEach] /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1302 This is a Kubernetes specific scenario, skipping /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1298 ------------------------------ •••••••••••••••••••••••••••••• ------------------------------ • [SLOW TEST:129.065 seconds] odo list with devfile /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:15 devfile has missing metadata /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:75 when projectType is missing /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:91 when the component is pushed in dev mode /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:101 should show the language for 'Type' in odo list /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:113 ------------------------------ ••••••••••• ------------------------------ • [SLOW TEST:133.273 seconds] odo dev command tests /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:24 when Create and dev java-springboot component /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1059 should execute default build and run commands correctly /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1074 ------------------------------ • ------------------------------ • [SLOW TEST:124.804 seconds] odo dev command tests /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:24 when java-springboot application is created and running odo dev /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1125 when Update the devfile.yaml /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1139 when compare the local and remote files /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1153 localFiles and remoteFiles should match /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_dev_test.go:1198 ------------------------------ • [SLOW TEST:123.557 seconds] odo list with devfile /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:15 devfile has missing metadata /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:75 when projectType and language is missing /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:119 when the component is pushed /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:128 should show 'nodejs' for 'Type' in odo list /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/devfile/cmd_devfile_list_test.go:139 ------------------------------ Ran 117 of 118 Specs in 258.002 seconds SUCCESS! -- 117 Passed | 0 Failed | 0 Pending | 1 Skipped Ginkgo ran 1 suite in 4m27.168129991s 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: 1651052476 Will run 0 of 0 specs Ran 0 of 0 Specs in 0.001 seconds SUCCESS! -- 0 Passed | 0 Failed | 0 Pending | 0 Skipped --- PASS: TestDebug (0.00s) PASS Ginkgo ran 1 suite in 8.717413626s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=dfe365d84" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 -focus="odo login and logout command tests" tests/integration/loginlogout/ Running Suite: Login Logout Suite ================================= Random Seed: 1651052487 - Will randomize all specs Will run 3 of 3 specs •• ------------------------------ S [SKIPPING] [0.000 seconds] odo login and logout command tests /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/loginlogout/cmd_login_logout_test.go:12 when running login tests /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/loginlogout/cmd_login_logout_test.go:41 should successful with correct credentials and fails with incorrect token [It] /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/loginlogout/cmd_login_logout_test.go:42 Skipping login command tests as SKIP_USER_LOGIN_TESTS is true /workspace/75830cf8-f7fb-48f1-8bae-2374d4f9080e/tests/integration/loginlogout/cmd_login_logout_test.go:46 ------------------------------ Ran 2 of 3 Specs in 0.305 seconds SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 1 Skipped PASS Ginkgo ran 1 suite in 9.811749003s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=dfe365d84" ./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: 1651052507 - Will randomize all specs Will run 6 specs Running in parallel across 32 nodes •••••• Ran 6 of 6 Specs in 15.722 seconds SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 24.637790148s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=dfe365d84" ./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: 1651052542 - Will randomize all specs Will run 4 specs Running in parallel across 32 nodes •••• Ran 4 of 4 Specs in 105.923 seconds SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 1m54.4279473s Test Suite Passed