You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by zh...@apache.org on 2019/07/05 15:40:29 UTC

[servicecomb-pack] branch forTest created (now e64adda)

This is an automated email from the ASF dual-hosted git repository.

zhanglei pushed a change to branch forTest
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git.


      at e64adda  Just to verify CI issues

This branch includes the following new commits:

     new e64adda  Just to verify CI issues

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[servicecomb-pack] 01/01: Just to verify CI issues

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhanglei pushed a commit to branch forTest
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit e64adda4ccd2c81c12ba883abe37e286779dabc4
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Fri Jul 5 23:39:39 2019 +0800

    Just to verify CI issues
---
 .../apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java b/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java
index 20ff8df..af1ad38 100644
--- a/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java
+++ b/omega/omega-transaction/src/test/java/org/apache/servicecomb/pack/omega/transaction/TransactionAspectTest.java
@@ -247,6 +247,7 @@ public class TransactionAspectTest {
     try {
       aspect.advise(joinPoint, compensable);
     } catch (RuntimeException e) {
+      assertThat(e.getMessage(), is("java.lang.SecurityException: simulation"));
       assertThat(e, instanceOf(OmegaException.class));
     }
   }