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

Bug 1797379: pipeline test edit1 #4006

Merged
merged 1 commit into from Feb 3, 2020

Conversation

sanketpathak
Copy link
Contributor

@sanketpathak sanketpathak commented Jan 20, 2020

Minor addition in pipeline tests to run existing tests flawlessly

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 20, 2020
@openshift-ci-robot openshift-ci-robot added the component/dev-console Related to dev-console label Jan 20, 2020
@sanketpathak
Copy link
Contributor Author

/test backend

@sanketpathak
Copy link
Contributor Author

/test e2e-gcp-console

@sanketpathak
Copy link
Contributor Author

/test backend

@abhinandan13jan
Copy link
Contributor

@sanketpathak Is there a description or a link around what this PR is trying to do?

@sanketpathak
Copy link
Contributor Author

Added the description, it's just a slight change in the tests to run the test without any errors

@sanketpathak
Copy link
Contributor Author

/test e2e-gcp-console

@abhinandan13jan
Copy link
Contributor

/LGTM

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 22, 2020
Copy link
Contributor

@ldimaggi ldimaggi left a comment

Choose a reason for hiding this comment

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

Sanket,

I encountered a problem with line 99 in this test:
expect(pipelineOverviewName.getText()).toContain('new-pipeline');

This expect statement ^^^ always failed for me.
I suggest that you replace this line^^^^ with these 2 lines:

await browser.wait(until.elementToBeClickable(pipelineOverviewName));
await browser.wait(until.textToBePresentInElement(pipelineOverviewName, 'new-pipeline'));

Copy link
Contributor

@ldimaggi ldimaggi left a comment

Choose a reason for hiding this comment

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

Sanket,

I encountered a problem with line 99 in this test:
expect(pipelineOverviewName.getText()).toContain('new-pipeline');

This expect statement ^^^ always failed for me.
I suggest that you replace this line^^^^ with these 2 lines:

await browser.wait(until.elementToBeClickable(pipelineOverviewName));
await browser.wait(until.textToBePresentInElement(pipelineOverviewName, 'new-pipeline'));

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 28, 2020
@sanketpathak
Copy link
Contributor Author

/test e2e-gcp-console
/test analyze

@ldimaggi
Copy link
Contributor

/lgtm

Thanks for making the final changes!

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 28, 2020
@sanketpathak
Copy link
Contributor Author

/test e2e-gcp-console

@christianvogt
Copy link
Contributor

/approve

@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhinandan13jan, christianvogt, ldimaggi, sanketpathak

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-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 31, 2020
@sanketpathak sanketpathak changed the title pipeline test edit1 Bug 1797379: pipeline test edit1 Feb 3, 2020
@openshift-ci-robot
Copy link
Contributor

@sanketpathak: This pull request references Bugzilla bug 1797379, which is invalid:

  • expected the bug to target the "4.4.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 1797379: pipeline test edit1

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-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Feb 3, 2020
@sanketpathak
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Feb 3, 2020
@openshift-ci-robot
Copy link
Contributor

@sanketpathak: This pull request references Bugzilla bug 1797379, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

/bugzilla refresh

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-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit cfa5b57 into openshift:master Feb 3, 2020
@openshift-ci-robot
Copy link
Contributor

@sanketpathak: All pull requests linked via external trackers have merged. Bugzilla bug 1797379 has been moved to the MODIFIED state.

In response to this:

Bug 1797379: pipeline test edit1

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.

@spadgett spadgett added this to the v4.4 milestone Feb 4, 2020
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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. component/dev-console Related to dev-console lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants