[
https://issues.redhat.com/browse/DROOLS-5620?page=com.atlassian.jira.plug...
]
Daniel Rosa edited comment on DROOLS-5620 at 9/7/20 7:57 AM:
-------------------------------------------------------------
We came to the conclusion that this was a random failure. After a few e-mails with
Engineering, our suggestion is to mark these tests as @Ignore:
* the original issue demands two different JVMs to reproduce
* it still can be tested manually
Pull request sent: [
https://github.com/kiegroup/drools/pull/3082]
was (Author: drosabrno):
We came to the conclusion that this was a random failure. After a few e-mails with
Engineering, the suggestion is to mark these tests as @Ignore:
* the original issue demands two different JVMs to reproduce
* it still can be tested manually
Pull request sent:
https://github.com/kiegroup/drools/pull/3082
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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)