Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: (odo list) Empty parenthesis for odo version if component is not on the cluster #6078

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

valaparthvi
Copy link
Contributor

What type of PR is this:
/kind bug

What does this PR do / why we need it:

Which issue(s) this PR fixes:

Fixes #6061

PR acceptance criteria:

  • Unit test

  • Integration test

  • Documentation

How to test changes / Special notes to the reviewer:

  1. mkdir /tmp/101; cd /tmp/101
  2. odo init --devfile go --name my-go --starter go-starter
  3. odo list should not show empty parenthesis for odo version

@openshift-ci openshift-ci bot added the kind/bug Categorizes issue or PR as related to a bug. label Sep 1, 2022
@netlify
Copy link

netlify bot commented Sep 1, 2022

Deploy Preview for odo-docusaurus-preview canceled.

Name Link
🔨 Latest commit 8d3569f
🔍 Latest deploy log https://app.netlify.com/sites/odo-docusaurus-preview/deploys/6317797cadfcd700081ec1d4

@openshift-ci openshift-ci bot requested review from cdrage and rm3l September 1, 2022 17:05
@odo-robot
Copy link

odo-robot bot commented Sep 1, 2022

Unit Tests on commit 9f6bda1 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Sep 1, 2022

Validate Tests on commit 9f6bda1 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Sep 1, 2022

Kubernetes Tests on commit 9f6bda1 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Sep 1, 2022

OpenShift Tests on commit 9f6bda1 finished successfully.
View logs: TXT HTML

Copy link
Member

@rm3l rm3l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a few comments.

Also, a simple test case that makes sure we don't have odo () displayed for non-deployed components would be helpful, I think.

pkg/odo/cli/list/component/list.go Outdated Show resolved Hide resolved
pkg/odo/cli/list/component/list.go Outdated Show resolved Hide resolved
Copy link
Member

@rm3l rm3l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

(this is a straightforward change)

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 5, 2022
@openshift-ci
Copy link

openshift-ci bot commented Sep 5, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rm3l

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Sep 5, 2022
@valaparthvi
Copy link
Contributor Author

/hold
Failure of the unit test. It fails through the script, but individual test passes.

 Based on the files in the current directory odo detected
Language: 
Project type: 
The devfile "a-devfile-name" from the registry "a-registry" will be downloaded.
Based on the files in the current directory odo detected
Language: 
Project type: 
The devfile "" from the registry "" will be downloaded.
--- FAIL: TestInteractiveBackend_PersonalizeName (6.44s)
    --- FAIL: TestInteractiveBackend_PersonalizeName/no_flag (6.44s)
        controller.go:137: missing call(s) to *asker.MockAsker.AskName(is anything) /go/src/github.com/redhat-developer/odo/pkg/init/backend/interactive_test.go:223
        controller.go:137: aborting test due to missing call(s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x26b3592]
goroutine 101 [running]:
testing.tRunner.func1.2({0x30ce1e0, 0x496e500})
	/usr/local/go/src/testing/testing.go:1209 +0x36c
testing.tRunner.func1()
	/usr/local/go/src/testing/testing.go:1212 +0x3b6
panic({0x30ce1e0, 0x496e500})
	/usr/local/go/src/runtime/panic.go:1047 +0x266
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.GetFilePathsFromRoot.func1({0xc0007a3011, 0xf}, {0x0, 0x0}, {0xc00078f070, 0xc000c2e0d0})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/language_recognizer.go:125 +0x132
path/filepath.walk({0x333268b, 0x4}, {0x378e5e0, 0xc000c2e0d0}, 0xc000bdf070)
	/usr/local/go/src/path/filepath/path.go:438 +0x2a3
path/filepath.Walk({0x333268b, 0x4}, 0xc00078f070)
	/usr/local/go/src/path/filepath/path.go:505 +0x85
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.GetFilePathsFromRoot({0x333268b, 0x4})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/language_recognizer.go:116 +0xdf
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.Analyze({0x333268b, 0x4})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/language_recognizer.go:36 +0x158
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.detectComponent({0x333268b, 0x4}, {0xc000bdf918, 0x0, 0x0})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/component_recognizer.go:237 +0x9a
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.getComponentsWithoutConfigFile({0xc000597250, 0x1, 0x0})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/component_recognizer.go:66 +0xee
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.DetectComponents({0x333268b, 0x4})
	/go/src/github.
github.com/redhat-developer/odo/pkg/alizer.DetectName({0x333268b, 0x4})
	/go/src/github.
com/redhat-developer/odo/pkg/alizer/alizer.go:92 +0x94
github.com/redhat-developer/odo/pkg/init/backend.(*InteractiveBackend).PersonalizeName(0xc000bdfd38, {{{0x0, 0x0}, {0x333268b, 0x11}, {0x0, 0x0}, {0x0, 0x0, 0x0}, ...}, ...}, ...)
	/go/src/github.com/redhat-developer/odo/pkg/init/backend/interactive.go:126 +0x69
github.com/redhat-developer/odo/pkg/init/backend.TestInteractiveBackend_PersonalizeName.func4(0xc0000ea4e0)
	/go/src/github.com/redhat-developer/odo/pkg/init/backend/interactive_test.go:256 +0x2ca
testing.tRunner(0xc0000ea4e0, 0xc000457cd0)
	/usr/local/go/src/testing/testing.go:1259 +0x230
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:1306 +0x727
FAIL	github.com/redhat-developer/odo/pkg/init/backend	6.925s

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. Required by Prow. label Sep 5, 2022
@rm3l
Copy link
Member

rm3l commented Sep 5, 2022

/hold Failure of the unit test. It fails through the script, but individual test passes.

 Based on the files in the current directory odo detected
Language: 
Project type: 
The devfile "a-devfile-name" from the registry "a-registry" will be downloaded.
Based on the files in the current directory odo detected
Language: 
Project type: 
The devfile "" from the registry "" will be downloaded.
--- FAIL: TestInteractiveBackend_PersonalizeName (6.44s)
    --- FAIL: TestInteractiveBackend_PersonalizeName/no_flag (6.44s)
        controller.go:137: missing call(s) to *asker.MockAsker.AskName(is anything) /go/src/github.com/redhat-developer/odo/pkg/init/backend/interactive_test.go:223
        controller.go:137: aborting test due to missing call(s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x26b3592]
goroutine 101 [running]:
testing.tRunner.func1.2({0x30ce1e0, 0x496e500})
	/usr/local/go/src/testing/testing.go:1209 +0x36c
testing.tRunner.func1()
	/usr/local/go/src/testing/testing.go:1212 +0x3b6
panic({0x30ce1e0, 0x496e500})
	/usr/local/go/src/runtime/panic.go:1047 +0x266
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.GetFilePathsFromRoot.func1({0xc0007a3011, 0xf}, {0x0, 0x0}, {0xc00078f070, 0xc000c2e0d0})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/language_recognizer.go:125 +0x132
path/filepath.walk({0x333268b, 0x4}, {0x378e5e0, 0xc000c2e0d0}, 0xc000bdf070)
	/usr/local/go/src/path/filepath/path.go:438 +0x2a3
path/filepath.Walk({0x333268b, 0x4}, 0xc00078f070)
	/usr/local/go/src/path/filepath/path.go:505 +0x85
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.GetFilePathsFromRoot({0x333268b, 0x4})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/language_recognizer.go:116 +0xdf
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.Analyze({0x333268b, 0x4})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/language_recognizer.go:36 +0x158
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.detectComponent({0x333268b, 0x4}, {0xc000bdf918, 0x0, 0x0})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/component_recognizer.go:237 +0x9a
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.getComponentsWithoutConfigFile({0xc000597250, 0x1, 0x0})
	/go/src/github.com/redhat-developer/odo/vendor/github.com/redhat-developer/alizer/go/pkg/apis/recognizer/component_recognizer.go:66 +0xee
github.com/redhat-developer/alizer/go/pkg/apis/recognizer.DetectComponents({0x333268b, 0x4})
	/go/src/github.
github.com/redhat-developer/odo/pkg/alizer.DetectName({0x333268b, 0x4})
	/go/src/github.
com/redhat-developer/odo/pkg/alizer/alizer.go:92 +0x94
github.com/redhat-developer/odo/pkg/init/backend.(*InteractiveBackend).PersonalizeName(0xc000bdfd38, {{{0x0, 0x0}, {0x333268b, 0x11}, {0x0, 0x0}, {0x0, 0x0, 0x0}, ...}, ...}, ...)
	/go/src/github.com/redhat-developer/odo/pkg/init/backend/interactive.go:126 +0x69
github.com/redhat-developer/odo/pkg/init/backend.TestInteractiveBackend_PersonalizeName.func4(0xc0000ea4e0)
	/go/src/github.com/redhat-developer/odo/pkg/init/backend/interactive_test.go:256 +0x2ca
testing.tRunner(0xc0000ea4e0, 0xc000457cd0)
	/usr/local/go/src/testing/testing.go:1259 +0x230
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:1306 +0x727
FAIL	github.com/redhat-developer/odo/pkg/init/backend	6.925s

This has been reported in #6092, and should be fixed by #6093 - thanks @feloy !

@valaparthvi
Copy link
Contributor Author

This has been reported in #6092, and should be fixed by #6093

Oh. It passes on the main branch, so I figured it was something with my PR. I'll cancel the hold then.

/hold cancel
/override Kubernetes Integration Tests/Kubernetes Integration Tests
/override ci/prow/unit-and-validate-test
/override ci/prow/v4.10-integration-e2e

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. Required by Prow. label Sep 5, 2022
@openshift-ci
Copy link

openshift-ci bot commented Sep 5, 2022

@valaparthvi: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Integration
  • Kubernetes
  • Tests
  • Tests/Kubernetes

Only the following failed contexts/checkruns were expected:

  • Kubernetes Integration Tests/Kubernetes Integration Tests
  • OpenShift Integration tests/OpenShift Integration tests
  • Unit Tests/Unit Tests
  • ci/prow/unit-and-validate-test
  • ci/prow/v4.10-images
  • ci/prow/v4.10-integration-e2e
  • ci/prow/v4.11-images
  • netlify/odo-docusaurus-preview/deploy-preview
  • pull-ci-redhat-developer-odo-main-unit-and-validate-test
  • pull-ci-redhat-developer-odo-main-v4.10-images
  • pull-ci-redhat-developer-odo-main-v4.10-integration-e2e
  • pull-ci-redhat-developer-odo-main-v4.11-images
  • tide
  • validator/Validate

In response to this:

This has been reported in #6092, and should be fixed by #6093

Oh. It passes on the main branch, so I figured it was something with my PR. I'll cancel the hold then.

/hold cancel
/override Kubernetes Integration Tests/Kubernetes Integration Tests
/override ci/prow/unit-and-validate-test
/override ci/prow/v4.10-integration-e2e

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@valaparthvi
Copy link
Contributor Author

/override Kubernetes Integration Tests/Kubernetes Integration Tests
/override ci/prow/unit-and-validate-test
/override ci/prow/v4.10-integration-e2e

@openshift-ci
Copy link

openshift-ci bot commented Sep 5, 2022

@valaparthvi: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Integration
  • Kubernetes
  • Tests
  • Tests/Kubernetes

Only the following failed contexts/checkruns were expected:

  • Kubernetes Integration Tests/Kubernetes Integration Tests
  • OpenShift Integration tests/OpenShift Integration tests
  • Unit Tests/Unit Tests
  • ci/prow/unit-and-validate-test
  • ci/prow/v4.10-images
  • ci/prow/v4.10-integration-e2e
  • ci/prow/v4.11-images
  • netlify/odo-docusaurus-preview/deploy-preview
  • pull-ci-redhat-developer-odo-main-unit-and-validate-test
  • pull-ci-redhat-developer-odo-main-v4.10-images
  • pull-ci-redhat-developer-odo-main-v4.10-integration-e2e
  • pull-ci-redhat-developer-odo-main-v4.11-images
  • tide
  • validator/Validate

In response to this:

/override Kubernetes Integration Tests/Kubernetes Integration Tests
/override ci/prow/unit-and-validate-test
/override ci/prow/v4.10-integration-e2e

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@valaparthvi
Copy link
Contributor Author

/override ci/prow/unit-and-validate-test
/override ci/prow/v4.10-integration-e2e

@openshift-ci
Copy link

openshift-ci bot commented Sep 5, 2022

@valaparthvi: Overrode contexts on behalf of valaparthvi: ci/prow/unit-and-validate-test, ci/prow/v4.10-integration-e2e

In response to this:

/override ci/prow/unit-and-validate-test
/override ci/prow/v4.10-integration-e2e

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@valaparthvi
Copy link
Contributor Author

/override Kubernetes Integration Tests/Kubernetes Integration Tests

@openshift-ci
Copy link

openshift-ci bot commented Sep 5, 2022

@valaparthvi: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Integration
  • Kubernetes
  • Tests
  • Tests/Kubernetes

Only the following failed contexts/checkruns were expected:

  • Kubernetes Integration Tests/Kubernetes Integration Tests
  • OpenShift Integration tests/OpenShift Integration tests
  • Unit Tests/Unit Tests
  • ci/prow/unit-and-validate-test
  • ci/prow/v4.10-images
  • ci/prow/v4.10-integration-e2e
  • ci/prow/v4.11-images
  • netlify/odo-docusaurus-preview/deploy-preview
  • pull-ci-redhat-developer-odo-main-unit-and-validate-test
  • pull-ci-redhat-developer-odo-main-v4.10-images
  • pull-ci-redhat-developer-odo-main-v4.10-integration-e2e
  • pull-ci-redhat-developer-odo-main-v4.11-images
  • tide
  • validator/Validate

In response to this:

/override Kubernetes Integration Tests/Kubernetes Integration Tests

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@valaparthvi
Copy link
Contributor Author

/override "Kubernetes Integration Tests/Kubernetes Integration Tests"

@openshift-ci
Copy link

openshift-ci bot commented Sep 5, 2022

@valaparthvi: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • "Kubernetes
  • Integration
  • Tests"
  • Tests/Kubernetes

Only the following failed contexts/checkruns were expected:

  • Kubernetes Integration Tests/Kubernetes Integration Tests
  • OpenShift Integration tests/OpenShift Integration tests
  • Unit Tests/Unit Tests
  • ci/prow/unit-and-validate-test
  • ci/prow/v4.10-images
  • ci/prow/v4.10-integration-e2e
  • ci/prow/v4.11-images
  • netlify/odo-docusaurus-preview/deploy-preview
  • pull-ci-redhat-developer-odo-main-unit-and-validate-test
  • pull-ci-redhat-developer-odo-main-v4.10-images
  • pull-ci-redhat-developer-odo-main-v4.10-integration-e2e
  • pull-ci-redhat-developer-odo-main-v4.11-images
  • tide
  • validator/Validate

In response to this:

/override "Kubernetes Integration Tests/Kubernetes Integration Tests"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@valaparthvi valaparthvi closed this Sep 5, 2022
@odo-robot
Copy link

odo-robot bot commented Sep 6, 2022

Windows Tests (OCP) on commit d06a289 finished with errors.
View logs: TXT HTML

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 6, 2022
@feloy feloy closed this Sep 6, 2022
@feloy feloy reopened this Sep 6, 2022
@feloy
Copy link
Contributor

feloy commented Sep 6, 2022

/override ci/prow/unit-and-validate-test
Pass on IBM Cloud

/override windows-integration-test/Windows-test
Windows are not running for the moment, and these changes have no chance to have any influence on Windows

@openshift-ci
Copy link

openshift-ci bot commented Sep 6, 2022

@feloy: Overrode contexts on behalf of feloy: ci/prow/unit-and-validate-test, windows-integration-test/Windows-test

In response to this:

/override ci/prow/unit-and-validate-test
Pass on IBM Cloud

/override windows-integration-test/Windows-test
Windows are not running for the moment, and these changes have no chance to have any influence on Windows

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@valaparthvi
Copy link
Contributor Author

/override ci/prow/v4.10-integration-e2e

IBM tests have passed.

@openshift-ci
Copy link

openshift-ci bot commented Sep 6, 2022

@valaparthvi: Overrode contexts on behalf of valaparthvi: ci/prow/v4.10-integration-e2e

In response to this:

/override ci/prow/v4.10-integration-e2e

IBM tests have passed.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 6, 2022
@odo-robot
Copy link

odo-robot bot commented Sep 6, 2022

Windows Tests (OCP) on commit 286df75 finished with errors.
View logs: TXT HTML

@feloy
Copy link
Contributor

feloy commented Sep 6, 2022

/override OpenShift-Integration-tests/OpenShift-Integration-tests
We still need to check if a namespace already exists when creating namespaces with random name:

unable to create new project: unable to create new project cmd-namespace-test75xrs: project.project.openshift.io "cmd-namespace-test75xrs" already exists

@openshift-ci
Copy link

openshift-ci bot commented Sep 6, 2022

@feloy: Overrode contexts on behalf of feloy: OpenShift-Integration-tests/OpenShift-Integration-tests

In response to this:

/override OpenShift-Integration-tests/OpenShift-Integration-tests
We still need to check if a namespace already exists when creating namespaces with random name:

unable to create new project: unable to create new project cmd-namespace-test75xrs: project.project.openshift.io "cmd-namespace-test75xrs" already exists

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@feloy feloy closed this Sep 6, 2022
@feloy feloy reopened this Sep 6, 2022
@odo-robot
Copy link

odo-robot bot commented Sep 6, 2022

Windows Tests (OCP) on commit 7589124 finished with errors.
View logs: TXT HTML

@feloy feloy closed this Sep 6, 2022
@feloy feloy reopened this Sep 6, 2022
… running on the cluster

Signed-off-by: Parthvi Vala <pvala@redhat.com>
@sonarcloud
Copy link

sonarcloud bot commented Sep 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.4% 0.4% Duplication

@feloy
Copy link
Contributor

feloy commented Sep 6, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 6, 2022
@odo-robot
Copy link

odo-robot bot commented Sep 6, 2022

Windows Tests (OCP) on commit 9f6bda1 finished successfully.
View logs: TXT HTML

@feloy
Copy link
Contributor

feloy commented Sep 6, 2022

/override ci/prow/v4.10-integration-e2e
IBM Could Tests pass

@openshift-ci
Copy link

openshift-ci bot commented Sep 6, 2022

@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.10-integration-e2e

In response to this:

/override ci/prow/v4.10-integration-e2e
IBM Could Tests pass

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@feloy feloy merged commit 9c31488 into redhat-developer:main Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

odo list: Empty parentheses for odo version if component is not running yet in the cluster
4 participants