Bug 920741
| Summary: | JGroups: intermittent failures in OverlappingMergeTest and OverlappingUnicastMergeTest | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Richard Janík <rjanik> |
| Component: | Clustering | Assignee: | Richard Achmatowicz <rachmato> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0, 6.1.1, 6.3.0 | CC: | jkudrnac, paul.ferraro, rachmato |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | JGroups testsuite | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-30 15:24:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Richard Janík
2013-03-12 16:07:26 UTC
Some more failing test cases: org.jgroups.tests.OverlappingMergeTest.testRegularMessageSending - seen on Solaris machines (but the issue probably applies everywhere, see below) https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-JGroups/job/eap-6x-jgroups-solaris-matrix/lastCompletedBuild/jdk=java16_default,label=sol10_sparc64/testReport/org.jgroups.tests/OverlappingMergeTest/testRegularMessageSending_2/ org.jgroups.tests.OverlappingUnicastMergeTest.testWithEveryoneHavingASingletonView - same as above https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-JGroups/job/eap-6x-jgroups-solaris-matrix/lastCompletedBuild/jdk=java16_default,label=solaris10-x64/testReport/org.jgroups.tests/OverlappingUnicastMergeTest/testWithEveryoneHavingASingletonView_2/ org.jgroups.tests.OverlappingUnicastMergeTest.testWithAllViewsInSync - same as above https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-JGroups/job/eap-6x-jgroups-solaris-matrix/lastCompletedBuild/jdk=java17_default,label=sol10_sparc64/testReport/org.jgroups.tests/OverlappingUnicastMergeTest/testWithAllViewsInSync/ Apart from testSameCreatorDifferentIDs and testMergeWithDifferentPartitions, all of the test cases fail with the same issue, error messages of this kind: (B) num_mcasts=B: 1 B: 2 B: 3 B: 4 B: 5 C: 1 A: 1 A: 2 C: 2 A: 3 C: 3 A: 4 A: 5 C: 5 expected: 15) Missing C: 4 in this example. Or ucasts for A: A: unicast msg #1 from A A: unicast msg #2 from A A: unicast msg #3 from A A: unicast msg #4 from A A: unicast msg #5 from A B: unicast msg #1 from B B: unicast msg #2 from B B: unicast msg #3 from B B: unicast msg #4 from B B: unicast msg #5 from B C: unicast msg #4 from C C: unicast msg #5 from C for UnicastMerge. These fail in method checkReceivedMessages (for Merge and UnicastMerge as well). Seen in EAP 6.1.1.ER4 with JGroups 3.2.7.Final. Bumping to 6.2.0 ?. Bela Ban <bela> updated the status of jira JGRP-1802 to Resolved Bela Ban <bela> updated the status of jira JGRP-1805 to Resolved These are still issues as of EAP 6.3 DR6. Upstream test stabilization jiras exists (JGRP-1802, JGRP-1805). |