[jboss-cvs] JBossAS SVN: r108289 - in branches/JBPAPP_5_1/testsuite: src/resources/jbossts/resources and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 23 04:40:17 EDT 2010


Author: istudens at redhat.com
Date: 2010-09-23 04:40:16 -0400 (Thu, 23 Sep 2010)
New Revision: 108289

Modified:
   branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres84-xa-ds.xml
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml
Log:
added configuration for PostgreSQL 8.4 to the jbossts crash recovery tests, JBQA-2176

Modified: branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml	2010-09-22 19:29:42 UTC (rev 108288)
+++ branches/JBPAPP_5_1/testsuite/imports/config/tests-crash-recovery.xml	2010-09-23 08:40:16 UTC (rev 108289)
@@ -50,7 +50,7 @@
     |
     | Note 1: The 'jbossts.credentials' prop is useless in connection with -Djbossts.db=[oracle_rac|oracle_rac_r2].
     | Note 2: If you want to force the wiping out any txs in doubt from DB before the test you can use the property -DwipeOutTxsInDoubtBeforeTest=true.
-    | Note 3: For EWP use '-Djbossts.jtaonly=true' to prepare only jta profile in the AS server. Otherwise both JTA/JTS profiles are always created/checked. 
+    | Note 3: For EWP, use '-Djbossts.jtaonly=true' to prepare only jta profile in the AS server. Otherwise both JTA/JTS profiles are always created/checked. 
     -->
    <target name="tests-ts-crash-recovery" depends="tests-ts-crash-recovery-jpa"
    	     description="Runs JBossTS crash recovery tests" />
@@ -93,7 +93,7 @@
    <target name="tests-ts-crash-recovery-common">
 
       <!--  prepare jta profile  -->
-      <available file="${jboss.dist}/server/crashrecovery-jta" property="have.crashrecovery.jta.profile" value="true"/>
+      <available file="${jboss.dist}/server/crashrecovery-jta" property="have.crash.recovery.jta.profile" value="true"/>
       <antcall target="prepare-crashrec-profile-jta" />
 
       <!--  prepare jts profile  -->

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres84-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres84-xa-ds.xml	2010-09-22 19:29:42 UTC (rev 108288)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres84-xa-ds.xml	2010-09-23 08:40:16 UTC (rev 108289)
@@ -4,7 +4,7 @@
     <jndi-name>CrashRecoveryDS</jndi-name>
     <track-connection-by-tx>true</track-connection-by-tx> 
     <xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class>
-    <xa-datasource-property name="ServerName">vmg03.mw.lab.eng.bos.redhat.com</xa-datasource-property>
+    <xa-datasource-property name="ServerName">postgresql02.mw.lab.eng.bos.redhat.com</xa-datasource-property>
     <xa-datasource-property name="PortNumber">5432</xa-datasource-property>
     <xa-datasource-property name="DatabaseName">crashrec</xa-datasource-property>
     @CREDENTIALS@

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml	2010-09-22 19:29:42 UTC (rev 108288)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/scripts/as-tests.xml	2010-09-23 08:40:16 UTC (rev 108289)
@@ -230,7 +230,7 @@
   <target name="call-tests-for-psql_8.4" if="want.psql_8.4">
     <antcall target="${call.target}">
       <param name="dbdriver" value="${driver.name.psql_8.4}"/>
-      <param name="datasource" value="postgres83-xa-ds.xml" /> 
+      <param name="datasource" value="postgres84-xa-ds.xml" /> 
    	  <param name="dbname" value="psql84" /> 
     </antcall>
   </target>
@@ -238,7 +238,7 @@
   <target name="call-tests-for-psql_9.0" if="want.psql_9.0">
     <antcall target="${call.target}">
       <param name="dbdriver" value="${driver.name.psql_9.0}"/>
-      <param name="datasource" value="postgres83-xa-ds.xml" /> 
+      <param name="datasource" value="postgres90-xa-ds.xml" /> 
    	  <param name="dbname" value="psql90" /> 
     </antcall>
   </target>
@@ -763,7 +763,7 @@
              dest="${driver.home}/${driver.name.mssql_2008}"/>
     </target>
     <target name="get.driver.psql_8.4" unless="have.dbdriver.psql_8.4" if="want.psql_8.4">
-        <get src="${driver.url}/postgresql83/jdbc4/postgresql-8.3-605.jdbc4.jar"
+        <get src="${driver.url}/postgresql84/jdbc4/postgresql-8.4-702.jdbc4.jar"
              dest="${driver.home}/${driver.name.psql_8.4}"/>
     </target>
     <target name="get.driver.psql_9.0" unless="have.dbdriver.psql_9.0" if="want.psql_9.0">
@@ -791,7 +791,7 @@
              dest="${driver.home}/${driver.name.db2_9.7}"/>
     </target>
     <target name="get.driver.sybase_15" unless="have.dbdriver.sybase_15" if="want.sybase_15">
-        <get src="${driver.url}/sybase15/jdbc4/jconn4.jar"
+        <get src="${driver.url}/sybase15/jdbc4/jconn4-26502.jar"
              dest="${driver.home}/${driver.name.sybase_15}"/>
     </target>
 



More information about the jboss-cvs-commits mailing list