This is an automated email from the ASF dual-hosted git repository.
seanyinx pushed a commit to branch SCB-278_acceptance_success_scenario
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
The following commit(s) were added to
refs/heads/SCB-278_acceptance_success_scenario by this push:
new d39f693 SCB-278 reordered expectations to fix random test failure
d39f693 is described below
commit d39f69386d3f3a31f07b482dc62b5ed9e555267d
Author: seanyinx <[email protected]>
AuthorDate: Thu Jan 25 15:51:34 2018 +0800
SCB-278 reordered expectations to fix random test failure
Signed-off-by: seanyinx <[email protected]>
---
.../src/test/resources/pack_compensation_scenario.feature | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git
a/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature
b/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature
index 170fcfe..81e5ac5 100644
---
a/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature
+++
b/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature
@@ -8,13 +8,6 @@ Feature: Alpha records transaction events
When User Sean requests to book 5 cars and 3 rooms
- Then Car Service contains the following booking orders
- | name | amount | confirmed | cancelled |
- | Sean | 5 | false | true |
-
- Then Hotel Service contains the following booking orders
- | name | amount | confirmed | cancelled |
-
Then Alpha records the following events
| serviceName | type |
| pack-booking | SagaStartedEvent |
@@ -24,3 +17,10 @@ Feature: Alpha records transaction events
| pack-hotel | TxAbortedEvent |
| pack-car | TxCompensatedEvent |
| pack-car | SagaEndedEvent |
+
+ Then Car Service contains the following booking orders
+ | name | amount | confirmed | cancelled |
+ | Sean | 5 | false | true |
+
+ Then Hotel Service contains the following booking orders
+ | name | amount | confirmed | cancelled |
--
To stop receiving notification emails like this one, please contact
[email protected].