[teiid-commits] teiid SVN: r1736 - trunk/test-integration/db/src/main/resources.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Jan 13 10:06:38 EST 2010


Author: vhalbert at redhat.com
Date: 2010-01-13 10:06:38 -0500 (Wed, 13 Jan 2010)
New Revision: 1736

Modified:
   trunk/test-integration/db/src/main/resources/qe-test.properties
Log:
Teiid 781 - changes and refactoring so the ctc testing can support both the old way (comparing against xml files) and the new way (generating and comparing non-xml files)

Modified: trunk/test-integration/db/src/main/resources/qe-test.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/qe-test.properties	2010-01-13 15:05:12 UTC (rev 1735)
+++ trunk/test-integration/db/src/main/resources/qe-test.properties	2010-01-13 15:06:38 UTC (rev 1736)
@@ -27,7 +27,7 @@
 #  where to find the vdb's, which is used to define the vdb.definition setting in the deploy.properties
 vdb.loc=${vdb.artifacts.dir}
 
-# turn off the configuration of the datastores (data refresh) and connector bindings (seting the datastore connection info)
+# turn off the configuration of the datastores (data refresh) and connector bindings (setting the datastore connection info)
 disable_datastore=true
 
 # the location where newly generated expected results will be created (resultmode = generate)
@@ -41,20 +41,22 @@
 
 #  transaction types
 #  See the TransactionFactory for the list of types
-transaction-type=offwrap
-#transaction-type=local
+transaction-option=autowrap
+#transaction-option=local
 
 #  resultmode options:
 #	-	compare :  compare actual results to expected results
 #	-	generate : create new expected results
 #	-	none :  run the queries, only report when errors occur
+#resultmode=none
 resultmode=compare
+#resultmode=generate
 
 
 # this is the deploy.properties file which will be used to run all the tests
 # it will have these properties updated:
 #	1 - vdb.definition (which will be based on vdb.loc)
-deployprops.loc=./target/classes/ctc_tests/deploy.properties
+deployprops.loc=${project.loc}/target/classes/ctc_tests/deploy.properties
 
 process-batch = 20
 connector-batch = 20
@@ -67,7 +69,7 @@
 # properties for Teiid connection
 ##########################################
 
-connection-type=driver
+connection-type=datasource
 
 #driver=org.teiid.jdbc.TeiidDataSource
 
@@ -77,7 +79,7 @@
 
 ### driver and url for running in embedded mode
 driver=com.metamatrix.jdbc.EmbeddedDataSource
-URL=jdbc:metamatrix:${vdb.name}@target/classes/ctc_tests/deploy.properties;user=admin;password=teiid
+URL=jdbc:metamatrix:${vdb.name}@target/classes/ctc_tests/deploy.properties;version=1;user=admin;password=teiid
 User=admin
 Password=teiid
 



More information about the teiid-commits mailing list