|
From: <ble...@us...> - 2010-09-16 13:37:20
|
Revision: 3565
http://bigdata.svn.sourceforge.net/bigdata/?rev=3565&view=rev
Author: blevine218
Date: 2010-09-16 13:37:11 +0000 (Thu, 16 Sep 2010)
Log Message:
-----------
In support of the integration test framework:
- It is no longer required to set the federation.name system property when running the tests.
- When the federation.name system property is not set and that property is not set in the deployment properties, a fallback value is set of the form bigdata.test.group-<ipaddress>. This is done in ConfigDeployUtil.getFederationName().
- default-deploy.properties was changed to set federation.name.default to the empty string rather then the @FED@ token.
- A number of places that needed to retrieve the federation name, now call ConfigDeployUtil.getFederationName() for this purpose.
Modified Paths:
--------------
branches/maven_scaleout/bigdata-integ/pom.xml
Modified: branches/maven_scaleout/bigdata-integ/pom.xml
===================================================================
--- branches/maven_scaleout/bigdata-integ/pom.xml 2010-09-16 10:55:26 UTC (rev 3564)
+++ branches/maven_scaleout/bigdata-integ/pom.xml 2010-09-16 13:37:11 UTC (rev 3565)
@@ -117,8 +117,8 @@
<log4j.path>${log4j.configuration}</log4j.path>
<default.nic>${default.nic}</default.nic>
- <!-- Jini group name -->
- <federation.name>${federation.name}</federation.name>
+ <!-- Jini group name
+ <federation.name>${federation.name}</federation.name> -->
<!-- TODO !!!!!!
<property key="java.class.path" value="${junit.classpath.text}" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|