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

move permember ratelimiter to it's own package #6304

Merged

Conversation

dkrotx
Copy link
Member

@dkrotx dkrotx commented Sep 25, 2024

What changed?
This is required to break the the cyclic dependency and allow
membership' tests to use testlogger package

Why?
Otherwise can't use testlogger within membership tests

How did you test it?
unit-tests

Potential risks

Release notes

Documentation Changes

This is required to break the the cyclic dependency and allow
membership' tests to use testlogger package
@dkrotx dkrotx force-pushed the break-observer-and-membership-cycle branch from c294127 to eac4235 Compare September 25, 2024 18:56
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 73.20%. Comparing base (50e3558) to head (eac4235).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
common/resource/resourceImpl.go 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
common/quotas/permember/permember.go 100.00% <100.00%> (ø)
...ervice/history/engine/engineimpl/history_engine.go 85.90% <100.00%> (ø)
common/resource/resourceImpl.go 2.31% <0.00%> (ø)

... and 9 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50e3558...eac4235. Read the comment docs.

@dkrotx dkrotx merged commit 25f44cb into cadence-workflow:master Sep 26, 2024
20 checks passed
dkrotx added a commit to dkrotx/cadence that referenced this pull request Sep 26, 2024
This is required to break the the cyclic dependency and allow
membership' tests to use testlogger package
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.

2 participants