go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./cmd/odo/
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662140 - Will randomize all specs
Will run 185 specs

Running in parallel across 32 nodes

S [SKIPPING] in Spec Setup (BeforeEach) [28.184 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when Starting a PostgreSQL service
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:664
    when creating local files and dir and running odo dev [BeforeEach]
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:680
      should correctly propagate changes to the container
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:705

      Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:667
------------------------------

------------------------------
• [SLOW TEST:125.595 seconds]
odo describe/list binding command tests
/go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:14
  when creating a component with a binding as files
  /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:377
    when Starting a Pg service
    /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:383
      when running dev session
      /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:396
        should describe the binding
        /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:409
------------------------------

------------------------------
• [SLOW TEST:132.360 seconds]
odo describe/list binding command tests
/go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:14
  when creating a component with a binding as environment variables
  /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:377
    when Starting a Pg service
    /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:383
      when running dev session
      /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:396
        should describe the binding
        /go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:409
------------------------------

------------------------------
• [SLOW TEST:165.060 seconds]
odo add binding command tests
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped
  /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:46
    when adding a binding
    /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:56
      when odo dev is run
      /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:66
        should successfully bind component and service
        /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:75
------------------------------

------------------------------
• [SLOW TEST:133.655 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:145.877 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when java-springboot application is created and running odo dev
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1582
    when Update the devfile.yaml
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1596
      Should build the application successfully
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1605
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [26.507 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when Starting a PostgreSQL service
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:664
    when creating local files and dir and running odo dev [BeforeEach]
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:680
      when deleting local files and dir and waiting for sync
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:714
        should not list deleted dir and file in container
        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:722

        Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:667
------------------------------

------------------------------
• [SLOW TEST:129.537 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:162.733 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when java-springboot application is created and running odo dev
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1582
    when Update the devfile.yaml
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1596
      when compare the local and remote files
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1611
        localFiles and remoteFiles should match
        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1656
------------------------------
• [SLOW TEST:160.047 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when node-js application is created and deployed with devfile schema 2.2.0
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1665
    when Update the devfile.yaml, and waiting synchronization
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1707
      should check cpuLimit, cpuRequests, memoryRequests after restart
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1716
------------------------------

------------------------------
• [SLOW TEST:147.394 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when a component is bootstrapped and pushed
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:58
    when odo dev is executed
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:189
      when deleting previous deployment and switching kubeconfig to another namespace
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:203
        should run odo dev on initial namespace
        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:221
------------------------------

------------------------------
• [SLOW TEST:121.887 seconds]
odo add binding command tests
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped
  /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:46
    when adding a binding
    /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:56
      when odo dev is run
      /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:66
        when odo dev command is stopped
        /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:79
          should have successfully delete the binding
          /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:85
------------------------------

Ran 183 of 185 Specs in 427.348 seconds
SUCCESS! -- 183 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 8m0.086566828s
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: 1656662630
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.432863011s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662640 - Will randomize all specs
Will run 14 specs

Running in parallel across 32 nodes


Ran 14 of 14 Specs in 30.069 seconds
SUCCESS! -- 14 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 39.014337915s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662689 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes

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


Ginkgo ran 1 suite in 2m8.163533371s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662829 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes


------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [6.717 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
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [6.834 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
------------------------------

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


Ginkgo ran 1 suite in 22.811447742s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662862 - Will randomize all specs
Will run 36 specs

Running in parallel across 32 nodes

SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
Ran 7 of 36 Specs in 10.029 seconds
SUCCESS! -- 7 Passed | 0 Failed | 0 Pending | 29 Skipped


Ginkgo ran 1 suite in 19.239524216s
Test Suite Passed