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

repeated check for deleted dir in odo watch test #5058

Conversation

anandrkskd
Copy link
Contributor

@anandrkskd anandrkskd commented Sep 9, 2021

Signed-off-by: anandrkskd anandrkskd@gmail.com

What type of PR is this?

/kind flake

What does this PR do / why we need it:
This Pr fixes flake for odo watch test

Which issue(s) this PR fixes:

Fixes #5044

PR acceptance criteria:

How to test changes / Special notes to the reviewer:

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
@openshift-ci openshift-ci bot added the flake Categorizes issue or PR as related to a flaky test. label Sep 9, 2021
@netlify
Copy link

netlify bot commented Sep 9, 2021

✔️ Deploy Preview for odo-docusaurus-preview ready!

🔨 Explore the source changes: 5a15a89

🔍 Inspect the deploy log: https://app.netlify.com/sites/odo-docusaurus-preview/deploys/6139d2313284260007225b24

😎 Browse the preview: https://deploy-preview-5058--odo-docusaurus-preview.netlify.app

@anandrkskd
Copy link
Contributor Author

/test psi-unit-test-mac
unit test failed as it was disabled at that time.

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
switch platform {
case "kube":
if isDevfileTest {
folderToCheck := "/projects"
folderToCheck = "/projects"
if odoV2Watch.FolderToCheck != "" {
folderToCheck = odoV2Watch.FolderToCheck
}
cliRunner := runner.(helper.CliRunner)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you missed removing cliRunner from here, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes updating

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 2021

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 1 Code Smell

No Coverage information No Coverage information
2.4% 2.4% Duplication

@prietyc123
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Sep 13, 2021
@anandrkskd
Copy link
Contributor Author

/test v4.8-integration-e2e

@prietyc123
Copy link
Contributor

/approve

@openshift-ci
Copy link

openshift-ci bot commented Sep 13, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: prietyc123

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 13, 2021
@openshift-merge-robot openshift-merge-robot merged commit e91b444 into redhat-developer:main Sep 13, 2021
@anandrkskd
Copy link
Contributor Author

/kind test

@openshift-ci
Copy link

openshift-ci bot commented Sep 15, 2021

@anandrkskd: The label(s) kind/test cannot be applied, because the repository doesn't have them.

In response to this:

/kind test

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.

@anandrkskd
Copy link
Contributor Author

/kind tests

@anandrkskd anandrkskd deleted the test/flake/devfile-watch branch October 13, 2022 11:12
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. flake Categorizes issue or PR as related to a flaky test. 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.

[ flake ] odo watch fails on IBMCloud
3 participants