2 files changed
+2
-2
lines changed- client/matching/client.go+15
- common/persistence/history_manager.go+3
- service/history/api/getworkflowexecutionhistory/api.go+10-1
- service/history/interfaces/mutable_state.go+1
- service/history/interfaces/mutable_state_mock.go+14
- service/history/ndc/state_rebuilder.go+128-18
- service/history/ndc/state_rebuilder_mock.go+17
- service/history/ndc/state_rebuilder_test.go+132-2
- service/history/ndc/workflow_state_replicator.go+59-2
- service/history/ndc/workflow_state_replicator_test.go+237-2
- service/history/timer_queue_standby_task_executor.go+10
- service/history/timer_queue_standby_task_executor_test.go+80
- service/history/workflow/mutable_state_impl.go+43-26
- service/history/workflow/mutable_state_impl_test.go+285-185
- service/history/workflow/task_refresher.go+14-3
- service/history/workflow/task_refresher_mock.go+4-4
- service/history/workflow/task_refresher_test.go+63-26
- service/history/workflow_rebuilder.go+7-3
0 commit comments