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/devfile/
Running Suite: Devfile Suite
============================
Random Seed: 1651052045 - Will randomize all specs
Will run 118 specs

Running in parallel across 32 nodes


------------------------------
• [SLOW TEST:141.806 seconds]
odo dev command tests
/workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:24
  when java-springboot application is created and running odo dev
  /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:1125
    when Update the devfile.yaml
    /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:1139
      when compare the local and remote files
      /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:1153
        localFiles and remoteFiles should match
        /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:1198
------------------------------

------------------------------
• [SLOW TEST:147.206 seconds]
odo dev command tests
/workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:24
  when Create and dev java-springboot component
  /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:1059
    should execute default build and run commands correctly
    /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_dev_test.go:1074
------------------------------

------------------------------
• [SLOW TEST:169.280 seconds]
odo devfile deploy command tests
/workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_devfile_deploy_test.go:15
  when using a devfile.yaml containing an Image component with a build context
  /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_devfile_deploy_test.go:146
    should build image via Docker if build context references PROJECT_SOURCE env var
    /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/devfile/cmd_devfile_deploy_test.go:172
------------------------------

Ran 118 of 118 Specs in 244.672 seconds
SUCCESS! -- 118 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 5m25.861208254s
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: 1651052382
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.821883445s
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: 1651052393 - Will randomize all specs
Will run 11 specs

Running in parallel across 32 nodes


Ran 11 of 11 Specs in 39.380 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 48.287971994s
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: 1651052451 - Will randomize all specs
Will run 4 specs

Running in parallel across 32 nodes


Ran 4 of 4 Specs in 87.161 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 1m35.728199932s
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: 1651052557 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes


------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [13.541 seconds]
odo project command tests
/workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:12
  when user is logged out
  /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:56
    should show login message when deleting project and not login [BeforeEach]
    /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:73

    Openshift specific scenario.

    /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:60
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [13.609 seconds]
odo project command tests
/workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:12
  when user is logged out
  /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:56
    should show login message when setting project and not login [BeforeEach]
    /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:69

    Openshift specific scenario.

    /workspace/31acdac3-8dae-4c43-b6dc-48be1a1db522/tests/integration/project/cmd_project_test.go:60
------------------------------

Ran 4 of 6 Specs in 20.541 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 28.845242185s
Test Suite Passed