go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 tests/integration/
Running Suite: Integration Suite - /go/odo_1/tests/integration
==============================================================
Random Seed: 1657110465 - will randomize all specs

Will run 36 of 36 specs
Running in parallel across 32 processes


Ran 36 of 36 Specs in 44.285 seconds
SUCCESS! -- 36 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 1m41.477298299s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 tests/interactive/
Running Suite: Interactive Suite - /go/odo_1/tests/interactive
==============================================================
Random Seed: 1657110576 - will randomize all specs

Will run 14 of 14 specs
Running in parallel across 32 processes


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


Ginkgo ran 1 suite in 43.862931306s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 tests/integration/devfile/
Running Suite: Devfile Suite - /go/odo_1/tests/integration/devfile
==================================================================
Random Seed: 1657110630 - will randomize all specs

Will run 186 of 186 specs
Running in parallel across 32 processes

------------------------------
S [SKIPPED] [18.161 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  using Kubernetes cluster [BeforeEach]
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1841
    should run odo dev successfully on default namespace
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1847

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/678076256
    Created dir: /tmp/2954102071
    Setting KUBECONFIG=/tmp/2954102071/config
    Creating a new project: cmd-dev-test1847jgq
    Running odo with args [odo project create cmd-dev-test1847jgq -w -v4]
    [odo] I0706 12:30:57.349066   14833 util.go:754] Response will be cached in /tmp/odohttpcache for 1h0m0s
    [odo] I0706 12:30:57.350825   14833 implem.go:106] The path for preference file is /home/tester/.odo/preference.yaml
    [odo] I0706 12:30:57.354329   14833 util.go:767] Cached response used.
    [odo] I0706 12:30:57.355289   14833 runnable.go:74] Skipping telemetry question because there is no terminal (tty)
    [odo] I0706 12:30:57.356176   14833 segment.go:257] Checking telemetry enable status
    [odo] I0706 12:30:57.356190   14833 segment.go:262] Sending telemetry disabled by ODO_DISABLE_TELEMETRY=true
    [odo] I0706 12:30:57.522371   14833 util.go:188] path /go/odo_1/tests/integration/devfile/devfile.yaml doesn't exist, skipping it
    [odo] I0706 12:30:57.522569   14833 util.go:188] path /go/odo_1/tests/integration/devfile/.devfile.yaml doesn't exist, skipping it
    [odo] I0706 12:30:58.461943   14833 kclient.go:207] Checking if "projects" resource is supported
    [odo]  •  Waiting for project to come up  ...
    [odo] I0706 12:30:58.958688   14833 projects.go:195] Status of creation of project cmd-dev-test1847jgq is Active
    [odo] I0706 12:30:58.958801   14833 projects.go:200] Project cmd-dev-test1847jgq now exists
    [odo] I0706 12:30:58.969898   14833 namespace.go:192] Status of creation of service account &ServiceAccount{ObjectMeta:{default  cmd-dev-test1847jgq  d5eaf992-253b-4376-8a7e-43c3df6a3855 129781914 0 2022-07-06 12:30:58 +0000 UTC <nil> <nil> map[] map[] [] []  []},Secrets:[]ObjectReference{ObjectReference{Kind:,Namespace:,Name:default-token-6lt5h,UID:,APIVersion:,ResourceVersion:,FieldPath:,},ObjectReference{Kind:,Namespace:,Name:default-dockercfg-r277p,UID:,APIVersion:,ResourceVersion:,FieldPath:,},},ImagePullSecrets:[]LocalObjectReference{LocalObjectReference{Name:default-dockercfg-r277p,},},AutomountServiceAccountToken:nil,} is ready
    [odo] ↵
 ✓  Waiting for project to come up [509ms]
    [odo]  ✓  Project "cmd-dev-test1847jgq" is ready for use
    [odo]  ✓  New project created and now using project: cmd-dev-test1847jgq
    [odo] I0706 12:30:58.975668   14833 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test1847jgq]
    [oc] configmap/config-map-for-cleanup created
    Current working dir: /go/odo_1/tests/integration/devfile
    Running odo with args [odo preference remove registry DefaultDevfileRegistry -f]
    [odo] I0706 12:31:06.779335   15438 implem.go:106] The path for preference file is /tmp/2954102071/preference.yaml
    [odo] Successfully removed registry
    [odo] I0706 12:31:06.797098   15438 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io]
    [odo] I0706 12:31:09.116915   15635 implem.go:106] The path for preference file is /tmp/2954102071/preference.yaml
    [odo] I0706 12:31:09.120991   15635 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    [odo] New registry successfully added
    Setting current dir to: /tmp/678076256
    Deleting project: cmd-dev-test1847jgq
    Running odo with args [odo project delete cmd-dev-test1847jgq -f --wait=false]
    [odo] I0706 12:31:11.608986   15811 util.go:188] path /tmp/678076256/devfile.yaml doesn't exist, skipping it
    [odo] I0706 12:31:11.609216   15811 util.go:188] path /tmp/678076256/.devfile.yaml doesn't exist, skipping it
    [odo] I0706 12:31:12.170442   15811 kclient.go:207] Checking if "projects" resource is supported
    [odo] I0706 12:31:12.225213   15811 kclient.go:207] Checking if "projects" resource is supported
    [odo]  ⚠  Warning! Projects are asynchronously deleted from the cluster. odo does its best to delete the project. Due to multi-tenant clusters, the project may still exist on a different node.
    [odo] I0706 12:31:12.258997   15811 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    [odo]  ✓  Deleted project : cmd-dev-test1847jgq
    Setting current dir to: /go/odo_1/tests/integration/devfile
    Deleting dir: /tmp/678076256
    Deleting dir: /tmp/2954102071
  << End Captured GinkgoWriter Output

  This is a Kubernetes specific scenario, skipping
  In [BeforeEach] at: /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1843
------------------------------

------------------------------
• [SLOW TEST] [148.007 seconds]
odo list with devfile devfile has missing metadata when projectType and language is missing when the component is pushed should show 'nodejs' for 'Type' in odo list
/go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:163
------------------------------

------------------------------
• [SLOW TEST] [156.754 seconds]
odo dev command tests when Starting a PostgreSQL service when creating local files and dir and running odo dev should correctly propagate changes to the container
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:792
------------------------------

------------------------------
• [SLOW TEST] [175.941 seconds]
odo dev command tests when java-springboot application is created and running odo dev when Update the devfile.yaml Should build the application successfully
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1692
------------------------------

------------------------------
• [SLOW TEST] [184.666 seconds]
odo dev command tests when Starting a PostgreSQL service when creating local files and dir and running odo dev when deleting local files and dir and waiting for sync should not list deleted dir and file in container
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:809
------------------------------

------------------------------
• [SLOW TEST] [158.275 seconds]
odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying memoryLimit for container in Devfile should expose the endpoint on localhost
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:424
------------------------------

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

------------------------------
• [SLOW TEST] [151.393 seconds]
odo dev command tests when a component is bootstrapped and pushed when odo dev is executed when odo dev is stopped should delete component from the cluster
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:253
------------------------------

------------------------------
• [SLOW TEST] [156.723 seconds]
odo dev command tests when a component with multiple endpoints is run should create a state file containing forwarded ports
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1982
------------------------------

------------------------------
• [SLOW TEST] [160.163 seconds]
odo dev command tests when running odo dev and run command throws an error should error out with some log
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1393
------------------------------

------------------------------
• [SLOW TEST] [140.769 seconds]
odo list with devfile devfile has missing metadata when projectType is missing when the component is pushed in dev mode should show the language for 'Type' in odo list
/go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:137
------------------------------

------------------------------
• [SLOW TEST] [153.336 seconds]
odo dev command tests when running odo dev with devfile containing volume-component should successfully use the volume components in container components
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1130
------------------------------
• [SLOW TEST] [130.908 seconds]
odo dev command tests when node-js application is created and deployed with devfile schema 2.2.0 when Update the devfile.yaml, and waiting synchronization should check cpuLimit, cpuRequests, memoryRequests after restart
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1803
------------------------------
• [SLOW TEST] [144.080 seconds]
odo dev command tests when java-springboot application is created and running odo dev when Update the devfile.yaml when compare the local and remote files localFiles and remoteFiles should match
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1743
------------------------------
• [SLOW TEST] [122.967 seconds]
odo add binding command tests when the component is bootstrapped when adding a binding when odo dev is run should successfully bind component and service
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:75
------------------------------
• [SLOW TEST] [132.564 seconds]
odo add binding command tests when the component is bootstrapped when adding a binding when odo dev is run when odo dev command is stopped should have successfully delete the binding
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:85
------------------------------

Ran 185 of 186 Specs in 389.088 seconds
SUCCESS! -- 185 Passed | 0 Failed | 0 Pending | 1 Skipped


Ginkgo ran 1 suite in 6m45.825780192s
Test Suite Passed
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=1 tests/integration/devfile/debug/
=== RUN   TestDebug
Running Suite: Devfile Debug Suite - /go/odo_1/tests/integration/devfile/debug
==============================================================================
Random Seed: 1657111053

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 14.928463483s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=1 -focus="odo login and logout command tests" tests/integration/loginlogout/
Running Suite: Login Logout Suite - /go/odo_1/tests/integration/loginlogout
===========================================================================
Random Seed: 1657111063 - will randomize all specs

Will run 3 of 3 specs

------------------------------
S [SKIPPED] [0.000 seconds]
odo login and logout command tests
/go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:12
  when running login tests
  /go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:41
    [It] should successful with correct credentials and fails with incorrect token
    /go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:42

  Skipping login command tests as SKIP_USER_LOGIN_TESTS is true
  In [It] at: /go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:46
------------------------------

Ran 2 of 3 Specs in 0.303 seconds
SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 1 Skipped
PASS

Ginkgo ran 1 suite in 15.809203903s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 -focus="odo project command tests" tests/integration/project/
Running Suite: Project Suite - /go/odo_1/tests/integration/project
==================================================================
Random Seed: 1657111089 - will randomize all specs

Will run 6 of 6 specs
Running in parallel across 32 processes


Ran 6 of 6 Specs in 14.145 seconds
SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 29.034767367s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 -focus="odo devfile supported tests" tests/e2escenarios/
Running Suite: odo e2e scenarios - /go/odo_1/tests/e2escenarios
===============================================================
Random Seed: 1657111129 - will randomize all specs

Will run 4 of 6 specs
Running in parallel across 32 processes
SS
------------------------------
• [SLOW TEST] [131.761 seconds]
odo devfile supported tests odo debug support for devfile components Verify output debug information for java-quarkus debug works
/go/odo_1/tests/e2escenarios/e2e_devfile_test.go:74
------------------------------

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


Ginkgo ran 1 suite in 2m26.473367283s
Test Suite Passed