Skip to content

Conversation

cthulhu-rider
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Sep 2, 2025

Codecov Report

❌ Patch coverage is 62.50000% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 25.60%. Comparing base (2d36e46) to head (f50ff81).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
pkg/services/policer/policer.go 0.00% 10 Missing ⚠️
internal/testutil/log.go 70.58% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3556      +/-   ##
==========================================
+ Coverage   24.93%   25.60%   +0.67%     
==========================================
  Files         660      661       +1     
  Lines       49356    49446      +90     
==========================================
+ Hits        12307    12663     +356     
+ Misses      36059    35777     -282     
- Partials      990     1006      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Prevent data race conditions for tests run with `-race` flag.

Signed-off-by: Leonard Lyubich <[email protected]>
Copy link
Member

@roman-khimov roman-khimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like tests are missing in fact.

Copy link
Contributor

@End-rey End-rey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the previous force-push, I found that the tests that should be here were deleted. Or is that how it should be?

@cthulhu-rider
Copy link
Contributor Author

fixed unadded files

}
}
if expShortage > 0 {
require.Eventually(t, repTaskSubmitted, 300*time.Millisecond, 30*time.Millisecond)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

300ms can be insufficient for busy GH runners.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, didn't think about it. How much u think to increase for better reliability?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something like 3s, shouldn't affect regular operation much, but should be sufficient to prevent false negatives as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: Leonard Lyubich <[email protected]>
@cthulhu-rider cthulhu-rider merged commit 2de83ae into master Sep 3, 2025
21 of 22 checks passed
@cthulhu-rider cthulhu-rider deleted the policer-tests branch September 3, 2025 18:01
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