This is an automated email from the ASF dual-hosted git repository.
zhanglei pushed a change to branch SCB-1321
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git.
from df20c21 SCB-1321 Add test case
receivedRemainingEventAndDelayLastTxEventAfterFirstTxAbortedEventTest
new 0c30961 SCB-1321 Does not use BlockingQueue when actor model calling
compensation
new 589ccbe SCB-1321 Add test case for actor compensation retry
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:
.../pack/alpha/core/PushBackOmegaCallback.java | 15 +++--
.../servicecomb/pack/alpha/fsm/SagaActor.java | 56 +++++++++++++++---
.../pack/alpha/fsm/domain/AddTxEventDomain.java | 12 +++-
.../fsm/event/consumer/SagaEventConsumer.java | 24 ++++++--
.../servicecomb/pack/alpha/fsm/model/TxEntity.java | 20 +++++++
.../integration/akka/SpringAkkaExtension.java | 5 +-
.../alpha/server/fsm/AlphaIntegrationFsmTest.java | 67 ++++++++++++++++++++++
.../pack/alpha/server/fsm/OmegaEventSender.java | 4 +-
.../apache/servicecomb/pack/common/EventType.java | 3 +-
9 files changed, 182 insertions(+), 24 deletions(-)