[jboss-jira] [JBoss JIRA] (JGRP-1797) NakackTest testReceptionOfAllMessages fails to receive all messages
Richard Achmatowicz (JIRA)
issues at jboss.org
Mon Feb 24 13:57:47 EST 2014
[ https://issues.jboss.org/browse/JGRP-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12947551#comment-12947551 ]
Richard Achmatowicz edited comment on JGRP-1797 at 2/24/14 1:56 PM:
--------------------------------------------------------------------
It definitely doesn't work for me. And when it does work (intermittently), I see only receipts of messages from peer C.
In the test itself, the receive method writes a status marker every MSGS_PER_STATUS_LINE=1000/2=500 messages.
These status messages are not appearing in my runs nor (at least some of) the runs on the QA lab.
For example, see the output from this run on RHEL 5:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-JGroups/job/jgroups-rhel-matrix-branch-3_2/jdk=java17_default,label=RHEL5_x86/lastSuccessfulBuild/artifact/tmp/test-results/xml/functional/TESTS-org.jgroups.tests.NakackTest-functional.xml
(to log into Jenkins, you need your redhat id + kerberos password)
There are no statements with PASS appearing, even though the test did pass. I thought it might be some output problem, so I put the assert 1 == 2; in the code for the receiver. The test passed regardless. I also tried adding the loopback route on my laptop, no change.
Bela, can you post the output from your test?
was (Author: rachmato):
It definitely doesn't work for me. And when it does work (intermittently), I see only receipts of messages from peer C.
In the test itself, the receive method writes a status marker every MSGS_PER_STATUS_LINE=1000/2=500 messages.
These status messages are not appearing in my runs nor (at least some of) the runs on the QA lab.
For example, see the output from this run on RHEL 5:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-JGroups/job/jgroups-rhel-matrix-branch-3_2/jdk=java17_default,label=RHEL5_x86/lastSuccessfulBuild/artifact/tmp/test-results/xml/functional/TESTS-org.jgroups.tests.NakackTest-functional.xml
(to log into Jenkins, you need your redhat id + kerberos password)
There are no statements with PASS appearing, even though the test did pass. I thought it might be some output problem, so I put the assert 1 == 2; in the code. The test passed. I also tried adding the loopback route on my laptop, no change.
Bela, can you post the output from your test?
> NakackTest testReceptionOfAllMessages fails to receive all messages
> -------------------------------------------------------------------
>
> Key: JGRP-1797
> URL: https://issues.jboss.org/browse/JGRP-1797
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.2.13
> Environment: RHEL (5/24), Solaris (6/24), HPUX (1/2) where x/y means x failures over y test executions.
> Reporter: Richard Achmatowicz
> Assignee: Bela Ban
> Fix For: 3.2.13
>
> Attachments: stdout.txt
>
>
> This test does the following:
> - involves channels A, B, and C where only B and C are senders and all are receivers
> - B and C send 1000 multicast messages
> - checks that all messages are received and in the correct order
> This test is failing intermittently but quite often.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list