[
https://jira.jboss.org/jira/browse/JBREM-1182?page=com.atlassian.jira.plu...
]
Richard Achmatowicz commented on JBREM-1182:
--------------------------------------------
The defaults for JRunit are as follows:
-Djrunit.bind_addr=127.0.0.1
-Djrunit.mcast_addr=228.15.2.3
-Djrunit.mcast_port=45565
-Djrunit.receive_on_all_interfaces=false
-Djrunit.send_on_all_interfaces=false
-Djrunit.send_interfaces=
So, in order to add in this extra route when working with a bind address on the loopback
interface , we might want to consder changing the default to
-Djrunit.send_interfaces=127.0.0.1
Gannon: Only one problem.
Friday: What's that.
Gannon: when I tried to code the properties as
-Djrunit.bind_addr=127.0.0.1
-Djrunit.mcast_addr=228.15.2.3
-Djrunit.mcast_port=45565
-Djrunit.receive_on_all_interfaces=false
-Djrunit.send_on_all_interfaces=false
-Djrunit.send_interfaces=127.0.0.1
the tests failed. They don't fail if receive_on_all_interfaces=true
Need to investigate further.
Update testsuite to run under Hudson
--------------------------------------
Key: JBREM-1182
URL:
https://jira.jboss.org/jira/browse/JBREM-1182
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: general
Affects Versions: 2.2.3.SP1
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Fix For: 2.2.3.SP2
Attachments: JBREM-1182.patch, jgroups.jar
Update the JBoss Remoting testsuite to run under Hudson. Some current problems include:
(i) on Linux, JRunit based tests are failing due to members not finding each other
(ii) on Linux, under JDK6, JRunit based tests are not able to create a JGroups stack
(iii) JRunit system properties specified by the user on the command line are not being
passed the the JUnit targets correctly, and so have no effect on the tests
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira