uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
350 stars 131 forks source link

Fix TestQueryTask_WorkflowCacheEvicted #1140

Closed yycptt closed 3 years ago

yycptt commented 3 years ago

What changed?

After the fix

➜ internal (fix-test) ✔ go test -run TestWorkersTestSuite -testify.m TestQueryTask_WorkflowCacheEvicted -race -count=1000           
PASS
ok      go.uber.org/cadence/internal    8.556s

Why?

How did you test it?

Potential risks

Groxx commented 3 years ago

👍 makes sense. thanks!

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 95efca3c-87d6-4ce7-bc67-638e42779f93


Files with Coverage Reduction New Missed Lines %
internal/internal_task_pollers.go 2 81.53%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build fc712f9a-e71b-4295-8d09-ed2a531ba0d8: 0.03%
Covered Lines: 12175
Relevant Lines: 19275

💛 - Coveralls