1. 23 Jan, 2014 2 commits
  2. 21 Jan, 2014 3 commits
  3. 17 Jan, 2014 6 commits
  4. 16 Jan, 2014 16 commits
  5. 15 Jan, 2014 4 commits
  6. 13 Jan, 2014 1 commit
  7. 10 Jan, 2014 1 commit
  8. 09 Jan, 2014 1 commit
  9. 04 Jan, 2014 5 commits
  10. 31 Dec, 2013 1 commit
    • Sebastien Robin's avatar
      runUnitTest: fixed weird "Duplicate tpc_begin calls for same transaction" · 5bb2b846
      Sebastien Robin authored
      While launching an new portal component test, a "Duplicate tpc_begin
      calls for same transaction" error was raised. This was coming from
      the finally clause in runUnitTestList, in the commit of
      ProcessingNodeTestCase.unregisterNode.
      
      After long investigations, we found out that a new app was created
      while the transaction was still opened. After more investigations,
      it was discovered that the runUnitTestList code was raising an
      exception, and this exception was hidden by the exception in the
      finally close.
      
      So this patch provides:
      1 - a cancellation of the transaction to avoid "duplicate tpc_begin
          calls" error.
      2 - a print of the exception before the finally clause is launched
          to make sure we have information on possible exceptions
      5bb2b846