-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
None
-
2020 Week 37-39 (from Sep 7)
-
-
NEW
-
NEW
org.drools.compiler.integrationtests.
SerializedPackageMergeTwoSteps2Test.testBuildAndSerializePackagesInTwoSteps2
Failed on 7.39.x daily build #74 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) passed for 7.8.1 build.