uber / cadence

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
https://cadenceworkflow.io
MIT License
7.97k stars 773 forks source link

[execution_manager] Add unit tests for ConflictResolveWorkflowExecution #6076

Closed 3vilhamster closed 1 month ago

3vilhamster commented 1 month ago

What changed? Added unit tests for ConflictResolveWorkflowExecution.

Why? Improving unit tests coverage.

How did you test it?

Potential risks

Release notes

Documentation Changes

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 018fcfa6-57ec-44e8-9c83-8f24a3d2a3c1

Details


Files with Coverage Reduction New Missed Lines %
service/history/task/transfer_standby_task_executor.go 2 86.33%
service/matching/tasklist/task_list_manager.go 2 76.09%
service/history/execution/mutable_state_util.go 2 78.52%
service/history/queue/timer_queue_processor_base.go 3 77.87%
service/history/task/fetcher.go 3 85.57%
common/types/history.go 4 45.35%
service/history/engine/engineimpl/record_activity_task_started.go 4 68.87%
service/frontend/wrappers/metered/metered.go 4 66.67%
<!-- Total: 24 -->
Totals Coverage Status
Change from base Build 018fcf32-23d9-4d7d-a579-94202b6c6918: -0.003%
Covered Lines: 102993
Relevant Lines: 147868

💛 - Coveralls