[jboss-svn-commits] JBL Code SVN: r37989 - labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 6 10:36:27 EDT 2012


Author: zhfeng
Date: 2012-04-06 10:36:26 -0400 (Fri, 06 Apr 2012)
New Revision: 37989

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseAndExitTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseAndExitTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseAndExitTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseAndExitTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleCoordinatorCompletionParticipantCloseTest.java
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleParticipantCompletionParticipantCloseTest.java
Log:
update to add printStackTrace for xts ba crash recovery tests

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseAndExitTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseAndExitTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseAndExitTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -141,6 +141,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -148,4 +149,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantCoordinatorCompletionParticipantCloseTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -134,6 +134,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -141,4 +142,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseAndExitTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseAndExitTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseAndExitTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -158,6 +158,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -165,4 +166,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiParticipantParticipantCompletionParticipantCloseTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -158,6 +158,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -165,4 +166,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseAndExitTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseAndExitTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseAndExitTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -156,6 +156,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -163,4 +164,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceCoordinatorCompletionParticipantCloseTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -148,6 +148,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -155,4 +156,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseAndExitTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseAndExitTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseAndExitTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -172,6 +172,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -179,4 +180,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/MultiServiceParticipantCompletionParticipantCloseTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -172,6 +172,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -179,4 +180,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleCoordinatorCompletionParticipantCloseTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleCoordinatorCompletionParticipantCloseTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleCoordinatorCompletionParticipantCloseTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -120,6 +120,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("commit failure " + exception);
         }
 
@@ -127,4 +128,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleParticipantCompletionParticipantCloseTest.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleParticipantCompletionParticipantCloseTest.java	2012-04-06 10:13:53 UTC (rev 37988)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/sar/tests/src/org/jboss/jbossts/xts/servicetests/test/ba/SingleParticipantCompletionParticipantCloseTest.java	2012-04-06 14:36:26 UTC (rev 37989)
@@ -146,6 +146,7 @@
         }
 
         if (exception != null) {
+			exception.printStackTrace();
             error("close failure " + exception);
         }
 
@@ -153,4 +154,4 @@
 
         isSuccessful = (exception == null);
     }
-}
\ No newline at end of file
+}



More information about the jboss-svn-commits mailing list