You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/08/31 00:44:28 UTC

[incubator-servicecomb-saga] branch master updated: Fixed the CI error of the accept test.

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new 77973a4  Fixed the CI error of the accept test.
77973a4 is described below

commit 77973a428518a78362f39c07ed7d1ee52abd2e88
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Aug 31 08:42:44 2018 +0800

    Fixed the CI error of the accept test.
---
 .../src/test/resources/pack_post_car_exception_scenario.feature          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acceptance-tests/acceptance-pack-spring-demo/src/test/resources/pack_post_car_exception_scenario.feature b/acceptance-tests/acceptance-pack-spring-demo/src/test/resources/pack_post_car_exception_scenario.feature
index e93eefe..2edac56 100644
--- a/acceptance-tests/acceptance-pack-spring-demo/src/test/resources/pack_post_car_exception_scenario.feature
+++ b/acceptance-tests/acceptance-pack-spring-demo/src/test/resources/pack_post_car_exception_scenario.feature
@@ -32,6 +32,7 @@ Feature: Alpha records transaction events
       | car     | TxEndedEvent       |
       | booking | TxAbortedEvent     |
       | car     | TxCompensatedEvent |
+      | car     | SagaEndedEvent     |
 
     Then Car Service contains the following booking orders
       | name | amount | confirmed | cancelled |