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
8.18k stars 790 forks source link

yarpc: replace test mocks with thrfitrw mocks #339

Closed sivakku closed 5 years ago

sivakku commented 6 years ago

updating on what i was thinking before: At some time, we should use the mocks that are generated by thriftrw than the ones that are generated earlier by us for history and matching client.

https://github.com/uber/cadence/tree/master/common/mocks/(HistoryClient, MatchingClient).

dmetzgar commented 5 years ago

Closing as won't fix.