This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.
from a98af45 [SCB-806] Polish alpha-server logger setting
new 24b8a59 SCB-784 Added the TxAbortEvent when there is exception is
thrown in SagaStart annotation
new 679399d SCB-784 Fixed the acceptance test error
The 2 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.
Summary of changes:
.../resources/AExceptionWhenAb_scenario.feature | 4 +++-
.../resources/BExceptionWhenAb_scenario.feature | 4 +++-
.../resources/CExceptionWhenAbAc_scenario.feature | 2 ++
.../resources/CExceptionWhenAbBc_scenario.feature | 2 ++
.../org/apache/servicecomb/saga/PackStepdefs.java | 8 ++++++--
.../{booking_timeout.btm => booking_exception.btm} | 16 ++++------------
.../resources/pack_compensation_scenario.feature | 3 ++-
...re => pack_post_car_exception_scenario.feature} | 11 +++--------
.../test/resources/pack_timeout_scenario.feature | 5 +++--
.../saga/alpha/server/AlphaEventController.java | 8 ++++++++
.../saga/integration/pack/tests/PackIT.java | 22 +++++++++++++++++-----
.../saga/omega/transaction/SagaStartAspect.java | 6 +++++-
.../omega/transaction/SagaStartAspectTest.java | 9 ++++++++-
.../saga/demo/pack/booking/BookingController.java | 7 +++++++
14 files changed, 73 insertions(+), 34 deletions(-)
copy
acceptance-tests/acceptance-pack-spring-demo/src/test/resources/{booking_timeout.btm
=> booking_exception.btm} (78%)
copy
acceptance-tests/acceptance-pack-spring-demo/src/test/resources/{pack_timeout_scenario.feature
=> pack_post_car_exception_scenario.feature} (82%)