We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KafkaErrorSenderPluginSuite test suite seems be failing on CI, passes on local.
KafkaErrorSenderPluginSuite
[2021-04-26T06:54:43.905Z] ErrorSenderPluginParams ... [2021-04-26T06:54:46.778Z] - should fail on incompatible parameters map [2021-04-26T06:54:48.763Z] 21/04/26 06:54:48 ERROR KafkaErrorSenderPluginImpl: Sending errors to kafka unsuccessful due to: [2021-04-26T06:54:48.763Z] org.scalatest.exceptions.TestFailedException: ArrayBuffer("[[sourceSystem1,null,datasetName1,null,1619420083225,18312,output/Path1,enceladusId1,Standardization,stdCastError,E00000,Standardization Error - Type cast,Map(runUrl -> http://runUrls1, datasetVersion -> 1, uniqueRunId -> uniqueRunId, datasetName -> datasetName1, reportVersion -> 1, reportDate -> 2020-03-30, runId -> 1)]]", "[[sourceSystem1,null,datasetName1,null,1619420083225,18312,output/Path1,enceladusId1,Standardization,stdNullError,E00002,Standardization Error - Null detected in non-nullable attribute,Map(runUrl -> http://runUrls1, datasetVersion -> 1, uniqueRunId -> uniqueRunId, datasetName -> datasetName1, reportVersion -> 1, reportDate -> 2020-03-30, runId -> 1)]]") did not contain the same elements as List("[[sourceSystem1,null,datasetName1,null,1619420083225,18312,output/Path1,enceladusId1,standardizaton,stdCastError,E00000,Standardization Error - Type cast,Map(runUrl -> http://runUrls1, datasetVersion -> 1, uniqueRunId -> uniqueRunId, datasetName -> datasetName1, reportVersion -> 1, reportDate -> 2020-03-30, runId -> 1)]]", "[[sourceSystem1,null,datasetName1,null,1619420083225,18312,output/Path1,enceladusId1,standardizaton,stdNullError,E00002,Standardization Error - Null detected in non-nullable attribute,Map(runUrl -> http://runUrls1, datasetVersion -> 1, uniqueRunId -> uniqueRunId, datasetName -> datasetName1, reportVersion -> 1, reportDate -> 2020-03-30, runId -> 1)]]")
Clearly, the test for `SourcePhase.{Standardization, Conformance} is incorrect in terms of capitalization.
Steps to reproduce the behavior OR commands run:
The tests should pass in all environments.
The text was updated successfully, but these errors were encountered:
#1774 test fix, the main is unchanged.
e362263
#1774 test fix, the main is unchanged. (#1775)
027f695
KafkaErrorSenderPluginSuite test fix for SourcePhase.{Standardization, Conformance} capitalization.
Closed by #1774
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
KafkaErrorSenderPluginSuite
test suite seems be failing on CI, passes on local.Clearly, the test for `SourcePhase.{Standardization, Conformance} is incorrect in terms of capitalization.
To Reproduce
Steps to reproduce the behavior OR commands run:
Expected behavior
The tests should pass in all environments.
The text was updated successfully, but these errors were encountered: