[jboss-jira] [JBoss JIRA] Commented: (JGRP-975) Changes to testsuite to permit specifying GossipRouter host and port
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Mon May 11 13:41:46 EDT 2009
[ https://jira.jboss.org/jira/browse/JGRP-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12466793#action_12466793 ]
Richard Achmatowicz commented on JGRP-975:
------------------------------------------
Defined properties jgroups.tunnel.gossip_router and jgroups.tunnel.gossip_port.
Modified those stacks which use TUNNEL (tunnel.xml, stacks.xml) to use variable substitution ${...} to pick up a specified host and port or use the defaults of 127.0.0.1 and 12001.
Modified the test cases MergeTest and MultiplexerMergeTest to make use of the defined properties.
Provided defaults for the properties in build.properties.
Modified the build.xml file to pass these properties to test cases so the defaults provided by the user can be accessed by the test cases.
> Changes to testsuite to permit specifying GossipRouter host and port
> --------------------------------------------------------------------
>
> Key: JGRP-975
> URL: https://jira.jboss.org/jira/browse/JGRP-975
> Project: JGroups
> Issue Type: Feature Request
> Affects Versions: 2.4.5
> Reporter: Richard Achmatowicz
> Assignee: Bela Ban
> Fix For: 2.4.6
>
>
> Two tests in the JGroups testsuite, MergeTest and MultiplexerMergeTest, make use of a GossipRouter instance to simulate a network partition.
> Within the test cases, the GossipRouter was started with a fixed host IP address of 127.0.0.1 and a fixed port of 12001.
> Need to make the GossipRouter host and port configurable, so that it can be tested against IP address and ports other than the defaults.
--
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
More information about the jboss-jira
mailing list