]
Daniel Rosa updated DROOLS-5620:
--------------------------------
Sprint: 2020 Week 37-39 (from Sep 7)
SerializedPackageMergeTwoSteps2Test random failure
--------------------------------------------------
Key: DROOLS-5620
URL:
https://issues.redhat.com/browse/DROOLS-5620
Project: Drools
Issue Type: Bug
Reporter: Daniel Rosa
Assignee: Daniel Rosa
Priority: Minor
org.drools.compiler.integrationtests.
SerializedPackageMergeTwoSteps2Test.testBuildAndSerializePackagesInTwoSteps2
Failed on [7.39.x daily build
#74|https://rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/KIE/job/7.39.x/job/daily-build-prod/job/daily-build-prod-pipeline-7.39.x/74/testReport/junit/org.drools.compiler.integrationtests/SerializedPackageMergeTwoSteps2Test/testBuildAndSerializePackagesInTwoSteps2/]
with java.io.EOFException.
The EOFException is raised when the resource files provided by the first step class
(SerializedPackageMergeTwoSteps1Test) are not ready for the second class
(SerializedPackageMergeTwoSteps2Test) to consume them.
It happened on #74 build that the second class tried to consume the files faster than the
first class was able to finish writing them on disk.
The QE community test jobs ([this one for
instance|https://rhba-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/BxMS...])
passed for 7.8.1 build.