-
Notifications
You must be signed in to change notification settings - Fork 85
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
GCS cloudbuild e2e fixes #1462
GCS cloudbuild e2e fixes #1462
Conversation
bc9242b
to
844e322
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.
844e322
to
527e4e6
Compare
Then Open Pipeline logs and verify Log entries having below listed Level and Message: | ||
| Level | Message | | ||
| ERROR | errorMessageMultipleFileWithFirstRowAsHeaderEnabled | | ||
| WARN | errorMessageMultipleFileWithFirstRowAsHeaderEnabled | |
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.
Basically to make it compatible with both cdap and CDF we use warn here because in cdap it only show NumberFormatException error in only WARN level in advanced logs. You are checking it in raw logs. But the above mentioned step only checks in advanced logs section.
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.
Can we modify the step to check in raw logs? So that it is consistent in both cdap and CDF.
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.
Changed it to the common errorMessage for both cdap and CDF in ERROR level.
527e4e6
to
697b995
Compare
697b995
to
52dbbfe
Compare
692dfcd
into
data-integrations:develop
This PR contains fix for the error message mismatch for GCS on cloudbuild