Skip to content
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

Call GetDomainName once in task_list_mngr:NewManager() #6107

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

dkrotx
Copy link
Member

@dkrotx dkrotx commented Jun 5, 2024

This makes newTaskListConfig error-less as it should be (since it just
produces config)

refactoring to make newTaskListConfig return just config, not config & error

small refactoring during deep dive

How did you test it?

Potential risks

Release notes

Documentation Changes

This makes newTaskListConfig error-less as it should be (since it just
produces config)
@dkrotx dkrotx force-pushed the smallfixes-during-deepdive branch from d988604 to 645fda0 Compare June 5, 2024 19:48
@dkrotx dkrotx enabled auto-merge (squash) June 5, 2024 19:48
@dkrotx dkrotx merged commit 294a120 into cadence-workflow:master Jun 5, 2024
18 checks passed
@coveralls
Copy link

coveralls commented Jun 5, 2024

Pull Request Test Coverage Report for Build 018fe9f1-e8d5-448d-bef6-0d3f91465651

Details

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • 144 unchanged lines in 13 files lost coverage.
  • Overall coverage decreased (-0.07%) to 70.667%

Files with Coverage Reduction New Missed Lines %
common/task/weighted_round_robin_task_scheduler.go 2 88.06%
service/matching/tasklist/task_list_manager.go 2 76.65%
common/task/fifo_task_scheduler.go 2 87.63%
service/matching/tasklist/matcher.go 2 89.35%
service/history/task/task.go 3 84.81%
service/history/task/timer_active_task_executor.go 3 79.33%
service/history/queue/timer_gate.go 3 95.83%
service/history/task/fetcher.go 3 86.6%
bench/lib/client.go 4 0.0%
service/matching/config/config.go 4 91.49%
Totals Coverage Status
Change from base Build 018fe9e9-5b1b-4b55-a4a1-8f985d11d2a5: -0.07%
Covered Lines: 105257
Relevant Lines: 148947

💛 - Coveralls

timl3136 pushed a commit to timl3136/cadence that referenced this pull request Jun 6, 2024
…low#6107)

This makes newTaskListConfig error-less as it should be (since it just
produces config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants