You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by GitBox <gi...@apache.org> on 2022/02/15 09:16:38 UTC

[GitHub] [hop] mattcasters commented on pull request #1364: HOP-3758, HOP-3759, HOP-3739

mattcasters commented on pull request #1364:
URL: https://github.com/apache/hop/pull/1364#issuecomment-1040036066


   The changes caused a few of our integration tests to fail unfortunately...
   
   https://ci-builds.apache.org/job/Hop/job/Hop-integration-tests/537/testReport/junit/(root)/transforms/0001_add_sequence/
   https://ci-builds.apache.org/job/Hop/job/Hop-integration-tests/537/testReport/junit/(root)/partitioning/0004_copies_repartitioning/
   
   java.lang.IllegalArgumentException: Removed a input steam, before switch next stream
   at org.apache.hop.core.util.Assert.assertTrue(Assert.java:77)
   at org.apache.hop.pipeline.transform.DynamicWaitTimes$MultiStreamStatus.remove(DynamicWaitTimes.java:124)
   at org.apache.hop.pipeline.transform.BaseTransform.handleGetRow(BaseTransform.java:1622)
   at org.apache.hop.pipeline.transform.BaseTransform.access$100(BaseTransform.java:116)
   at org.apache.hop.pipeline.transform.BaseTransform$DefaultRowHandler.getRow(BaseTransform.java:3693)
   at org.apache.hop.pipeline.transform.BaseTransform.getRow(BaseTransform.java:1498)
   at org.apache.hop.pipeline.transforms.writetolog.WriteToLog.processRow(WriteToLog.java:52)
   at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:58)
   at java.lang.Thread.run(Thread.java:748)


-- 
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: commits-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org