[teiid-commits] teiid SVN: r1600 - trunk/test-integration/db/src/test/java/org/teiid/test/testcases.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Nov 25 15:34:00 EST 2009


Author: vhalbert at redhat.com
Date: 2009-11-25 15:33:59 -0500 (Wed, 25 Nov 2009)
New Revision: 1600

Modified:
   trunk/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java
Log:
Teiid 773 -  Turned off 2 tests for the time being because they are currently hanging, will revisit later

Modified: trunk/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java
===================================================================
--- trunk/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java	2009-11-25 20:23:42 UTC (rev 1599)
+++ trunk/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java	2009-11-25 20:33:59 UTC (rev 1600)
@@ -582,7 +582,7 @@
      * Note: This is producing the below error some times; however this is SQL Server issue.
      * http://support.microsoft.com/?kbid=834849
      */
-    public void testMultipleSourcePartialProcessingUsingMakedep() throws Exception {
+    public void xtestMultipleSourcePartialProcessingUsingMakedep() throws Exception {
         AbstractQueryTransactionTest userTxn = new AbstractQueryTransactionTest("testMultipleSourcePartialProcessingUsingMakedep") {
             public void testCase() throws Exception {
                 execute("select pm1.g1.e1, pm1.g1.e2 from pm1.g1 LEFT OUTER JOIN pm2.g1 MAKENOTDEP ON pm1.g1.e2 = pm2.g1.e2 where pm2.g1.e1 >= 50 and pm2.g1.e1 < 100");



More information about the teiid-commits mailing list