-
Notifications
You must be signed in to change notification settings - Fork 6
Update the Reservation Car Demo #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c982d72
a00917f
acf7172
9d9799e
cd0beee
f7ef71c
fcd602c
3a69d65
3bb8980
be19cde
6c64fd5
fd2e511
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,16 +12,16 @@ Saga Log: | |
| [*time*][CallA]: Registering reminder CallA:Retry for CallA with interval 00:00:10 | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*][CallB]: CallB Success | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are these changes ok? |
||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*][CallA]: Wake by a reminder | ||
| [*time*][CallA]: OnReminderAsync: Validation for CallA returned false, retrying action. | ||
| [*time*][CallA]: Retry CallA. Retry count: 2 | ||
| [*time*][CallA]: Start Executing CallA | ||
| [*time*][CallA]: Registering reminder CallA:Retry for CallA with interval 00:00:10 | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*][CallB]: CallB Success | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*][CallA]: CallA Failed. Retries exhausted. | ||
|
|
@@ -113,8 +113,8 @@ Open Telemetry: | |
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-10", | ||
| "ParentId": "id-11", | ||
| "TraceId": "id-1", | ||
| "ParentId": "id-10", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "LocalEndpoint": { | ||
|
|
@@ -128,33 +128,33 @@ Open Telemetry: | |
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-1", | ||
| "TraceId": "id-11", | ||
| "ParentId": "id-12", | ||
| "Kind": null, | ||
| "Name": "name-13", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "LocalEndpoint": { | ||
| "ServiceName": "orchestrationservice.sagaway" | ||
| }, | ||
| "Tags": { | ||
| "operation.name": "CallA", | ||
| "otel.library.name": "OrchestrationService.Sagaway", | ||
| "otel.scope.name": "OrchestrationService.Sagaway", | ||
| "saga.id": "id-3" | ||
| "saga.id": "id-3", | ||
| "saga.type": "SagaTestActorOperations" | ||
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-1", | ||
| "ParentId": "id-14", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "ParentId": "id-13", | ||
| "Kind": null, | ||
| "Name": "name-14", | ||
| "LocalEndpoint": { | ||
| "ServiceName": "orchestrationservice.sagaway" | ||
| }, | ||
| "Tags": { | ||
| "operation.name": "CallA", | ||
| "otel.library.name": "OrchestrationService.Sagaway", | ||
| "otel.scope.name": "OrchestrationService.Sagaway", | ||
| "saga.id": "id-3", | ||
| "saga.type": "SagaTestActorOperations" | ||
| "saga.id": "id-3" | ||
| } | ||
| }, | ||
| { | ||
|
|
@@ -203,7 +203,7 @@ Open Telemetry: | |
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-10", | ||
| "TraceId": "id-11", | ||
| "ParentId": "id-20", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,9 +24,17 @@ Saga Log: | |
| [*time*][CallB]: Registering reminder CallB:Retry for CallB with interval 00:00:30 | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*][CallA]: Wake by a reminder | ||
| [*time*][CallA]: OnReminderAsync: Validation for CallA returned false, retrying action. | ||
| [*time*][CallA]: CallA Failed. Retries exhausted. | ||
| [*time*][CallA]: CallA Success | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are these changes ok? |
||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*][CallB]: Retry CallB. Retry count: 2 | ||
| [*time*][CallB]: Start Executing CallB | ||
| [*time*][CallB]: Registering reminder CallB:Retry for CallB with interval 00:00:30 | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
| [*time*][CallB]: CallB Failed. Retries exhausted. | ||
| [*time*][CallA]: Start Executing Revert CallA | ||
| [*time*][CallA]: No undo operation for CallA. Marking as reverted | ||
| [*time*][CallB]: Start Executing Revert CallB | ||
|
|
@@ -170,13 +178,73 @@ Open Telemetry: | |
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-16", | ||
| "TraceId": "id-1", | ||
| "ParentId": "id-16", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "LocalEndpoint": { | ||
| "ServiceName": "orchestrationservice.sagaway" | ||
| }, | ||
| "Tags": { | ||
| "otel.library.name": "OrchestrationService.Sagaway", | ||
| "otel.scope.name": "OrchestrationService.Sagaway", | ||
| "saga.id": "id-3", | ||
| "saga.type": "SagaTestActorOperations" | ||
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-10", | ||
| "ParentId": "id-17", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "LocalEndpoint": { | ||
| "ServiceName": "orchestrationservice.sagaway" | ||
| }, | ||
| "Tags": { | ||
| "otel.library.name": "OrchestrationService.Sagaway", | ||
| "otel.scope.name": "OrchestrationService.Sagaway", | ||
| "saga.id": "id-3", | ||
| "saga.type": "SagaTestActorOperations" | ||
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-1", | ||
| "ParentId": "id-18", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "LocalEndpoint": { | ||
| "ServiceName": "orchestrationservice.sagaway" | ||
| }, | ||
| "Tags": { | ||
| "otel.library.name": "OrchestrationService.Sagaway", | ||
| "otel.scope.name": "OrchestrationService.Sagaway", | ||
| "saga.id": "id-3", | ||
| "saga.type": "SagaTestActorOperations" | ||
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-1", | ||
| "ParentId": "id-19", | ||
| "Kind": null, | ||
| "Name": "name-20", | ||
| "LocalEndpoint": { | ||
| "ServiceName": "orchestrationservice.sagaway" | ||
| }, | ||
| "Tags": { | ||
| "operation.name": "CallB", | ||
| "otel.library.name": "OrchestrationService.Sagaway", | ||
| "otel.scope.name": "OrchestrationService.Sagaway", | ||
| "saga.id": "id-3" | ||
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-1", | ||
| "ParentId": "id-21", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "LocalEndpoint": { | ||
| "ServiceName": "orchestrationservice.sagaway" | ||
| }, | ||
| "Tags": { | ||
| "otel.library.name": "OrchestrationService.Sagaway", | ||
| "otel.scope.name": "OrchestrationService.Sagaway", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,8 +20,6 @@ Saga Log: | |
| [*time*][CallA]: Registering reminder CallA:Retry for Revert CallA with interval 00:00:05 | ||
| [*time*]The Saga is deactivated. | ||
| [*time*]The Saga is activated. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are these changes ok? |
||
| [*time*][CallA]: Wake by a reminder | ||
| [*time*][CallA]: OnReminderAsync: Revert CallA passed validation successfully. | ||
| [*time*][CallA]: Revert CallA Success | ||
|
|
||
| Open Telemetry: | ||
|
|
@@ -147,8 +145,8 @@ Open Telemetry: | |
| } | ||
| }, | ||
| { | ||
| "TraceId": "id-15", | ||
| "ParentId": "id-16", | ||
| "TraceId": "id-1", | ||
| "ParentId": "id-15", | ||
| "Kind": "SERVER", | ||
| "Name": "name-4", | ||
| "LocalEndpoint": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why tests results are in gitignore? is it right?