-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add steps for CDF BYOID login test #250
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some checkstyle issues in the PR:
Error: /tmp/cdap-e2e-tests/cdap-e2e-tests/e2e/src/main/java/io/cdap/e2e/pages/actions/CdfSignInActions.java:60: Line is longer than 120 characters (found 124). [LineLength]
Error: /tmp/cdap-e2e-tests/cdap-e2e-tests/e2e/src/main/java/io/cdap/e2e/pages/actions/CdfSignInActions.java:63: Line is longer than 120 characters (found 124). [LineLength]
Error: /tmp/cdap-e2e-tests/cdap-e2e-tests/e2e/src/main/java/io/cdap/e2e/pages/actions/CdfSignInActions.java:64: Line is longer than 120 characters (found 124). [LineLength]
@poojantcs please ensure build is green before PR is raised for review.
@@ -6,6 +6,8 @@ cdfurl=http://localhost:11011/pipelines/ns/default/studio | |||
cdfConnectionsUrl=http://localhost:11011/cdap/ns/default/connections | |||
# CDAP Replication url | |||
replicationUrl=http://localhost:11011/cdap/ns/default/replication/create | |||
# CDF BYOID url | |||
cdfbyoidurl=https://test-byoid-cdf-url/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this instance be in cdf-byoid project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a placeholder CDF URL text. It will be replaced by the Cloud build with the targeted CDF instance URL.
d80c9af
to
3c8da48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it related to hadoop upgrade PR: data-integrations/google-cloud#1427
Not related to current changes, LGTM
No description provided.