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

[FLAKE] project list spec fails in test_cmd_project.go file #2298

Closed
kadel opened this issue Oct 17, 2019 · 9 comments
Closed

[FLAKE] project list spec fails in test_cmd_project.go file #2298

kadel opened this issue Oct 17, 2019 · 9 comments
Assignees
Labels
area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering flake Categorizes issue or PR as related to a flaky test. priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Projects

Comments

@kadel
Copy link
Member

kadel commented Oct 17, 2019

Test often fails and there is also FIt that was probably forgotten

https://github.com/openshift/odo/blame/5f09c777131847a40c6b330a8706d2357aa63920/tests/integration/project/cmd_project_test.go#L42

odo project command tests when running project command app parameter in directory that doesn't contain .odo config directory 
  should successfully execute list along with machine readable output
  /go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:42
Created dir: /tmp/083062126
Creating a new project: acnbemvzxg
Running odo with args [odo project create acnbemvzxg -w -v4]
[odo]  •  Waiting for project to come up  ...
[odo] I1017 10:45:41.266187   30585 occlient.go:554] Project acnbemvzxg now exists
[odo]  ✓  Waiting for project to come up [722ms]
[odo]  ✓  Project 'acnbemvzxg' is ready for use
[odo]  ✓  New project created and now using project : acnbemvzxg
[odo] I1017 10:45:41.275601   30585 odo.go:70] Could not get the latest release information in time. Never mind, exiting gracefully :)
Running odo with args [odo project list]
[odo] ACTIVE     NAME
[odo]            jigwhiwsqx
[odo]            myproject
[odo]            snwjonzhsv
Deleting project: acnbemvzxg
Running odo with args [odo project delete acnbemvzxg -f]
[odo]  •  Deleting project acnbemvzxg  ...
[odo]  ✓  Deleting project acnbemvzxg [6s]
[odo]  ✓  Deleted project : acnbemvzxg
Deleting dir: /tmp/083062126
• Failure [7.099 seconds]
odo project command tests
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:13
  when running project command app parameter in directory that doesn't contain .odo config directory
  /go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:41
    should successfully execute list along with machine readable output [It]
    /go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:42
    Expected
      
        <string>: ACTIVE     NAME
                   jigwhiwsqx
                   myproject
                   snwjonzhsv
        
    to contain substring
        <string>: acnbemvzxg
    /go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:44

https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/openshift_odo/2296/pull-ci-openshift-odo-master-v4.2-integration/549

/assign @girishramnani

@kadel
Copy link
Member Author

kadel commented Oct 17, 2019

/area testing

@openshift-ci-robot openshift-ci-robot added the area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering label Oct 17, 2019
@kadel
Copy link
Member Author

kadel commented Oct 17, 2019

/priority medium

@openshift-ci-robot openshift-ci-robot added the priority/Medium Nice to have issue. Getting it done before priority changes would be great. label Oct 17, 2019
@kadel kadel changed the title Flaky project list test and forgotten ginkgo test Focus Fit [FLAKE] project list test and forgotten ginkgo test Focus Fit Oct 17, 2019
@cdrage
Copy link
Member

cdrage commented Oct 22, 2019

Closed via #2302

@cdrage cdrage closed this as completed Oct 22, 2019
@girishramnani
Copy link
Contributor

Actually @cdrage the flaky test is still present. I just removed the focus.
Reopening

@girishramnani girishramnani reopened this Oct 22, 2019
@amitkrout amitkrout changed the title [FLAKE] project list test and forgotten ginkgo test Focus Fit [FLAKE] project list spec fails in test_cmd_project.go file Oct 24, 2019
@amitkrout
Copy link
Contributor

@openshift-ci-robot openshift-ci-robot added the priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)). label Oct 24, 2019
@amitkrout amitkrout removed the priority/Medium Nice to have issue. Getting it done before priority changes would be great. label Oct 24, 2019
@kadel kadel added this to For consideration in Sprint 175 via automation Oct 31, 2019
@kadel kadel added kind/test-flake flake Categorizes issue or PR as related to a flaky test. labels Nov 4, 2019
@girishramnani
Copy link
Contributor

This issue is a duplicate

Sprint 175 automation moved this from For consideration to Done Nov 4, 2019
@kadel
Copy link
Member Author

kadel commented Nov 5, 2019

This issue is a duplicate

If you are closing issue as a duplicate, please link to the other issue

@dharmit
Copy link
Member

dharmit commented Nov 6, 2019

I think we're still seeing this flake. What's the dupe of this issue? Is it still open or has it been fixed?

#2346 (comment)

@dharmit
Copy link
Member

dharmit commented Nov 6, 2019

This issue is a duplicate

If you are closing issue as a duplicate, please link to the other issue

Dupe of #2284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering flake Categorizes issue or PR as related to a flaky test. priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Projects
No open projects
Sprint 175
  
Done
Development

No branches or pull requests

6 participants