usbrandon commented on PR #3656:
URL: https://github.com/apache/hop/pull/3656#issuecomment-2045871827
When I ran the compile and tests in a github workspace, I saw a failure in
the engine compilation test
INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031
s - in org.apache.hop.workflow.WorkflowMetaTest
[INFO] Running org.apache.hop.execution.ExecutionDataTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
0.243 s <<< FAILURE! - in org.apache.hop.execution.ExecutionDataTest
[ERROR] org.apache.hop.execution.ExecutionDataTest.testSerialization Time
elapsed: 0.238 s <<< ERROR!
com.fasterxml.jackson.databind.JsonMappingException:
Unable to locate value meta plugin of type (id) 5
at [Source: (String)"{
"executionType" : null,
"dataSetMeta" : null,
"finished" : false,
"collectionDate" : 1712687262948,
"parentId" : "parentId",
"ownerId" : "ownerId",
"setMetaData" : {
"firstRows" : {
"setKey" : "firstRows",
"logChannelId" : "12345-logchannel-id",
"name" : "transformName",
"fieldName" : null,
"sampleDescription" : null,
"copyNr" : "0",
"description" : "First rows of transform"
}
},
"rowsBinaryGzipBase64Encoded" : "H4sIAAAAAAAAAG"[truncated 589 chars];
line: 19, column: 35] (through reference chain:
org.apache.hop.execution.ExecutionData["rowsBinaryGzipBase64Encoded"])
at
org.apache.hop.execution.ExecutionDataTest.testSerialization(ExecutionDataTest.java:130)
Caused by: org.apache.hop.core.exception.HopPluginException:
Unable to locate value meta plugin of type (id) 5
at
org.apache.hop.execution.ExecutionDataTest.testSerialization(ExecutionDataTest.java:130)
[INFO] Running org.apache.hop.www.HopServerPipelineStatusTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988
s - in org.apache.hop.www.HopServerPipelineStatusTest
When I get time I will try on a different machine, but we need to have the
build tests passed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]