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

Fix flaky TestHandler #121

Merged
merged 2 commits into from
Mar 9, 2024
Merged

Fix flaky TestHandler #121

merged 2 commits into from
Mar 9, 2024

Conversation

meling
Copy link
Member

@meling meling commented Mar 9, 2024

This fixes flakiness with the eventloop's TestHandler.

Fixes #120

This fixes flakiness with the eventloop's TestHandler.
See issue #120.
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.41%. Comparing base (6c1fcb7) to head (8685fd9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
- Coverage   72.44%   72.41%   -0.04%     
==========================================
  Files          63       63              
  Lines        6301     6301              
==========================================
- Hits         4565     4563       -2     
  Misses       1428     1428              
- Partials      308      310       +2     
Flag Coverage Δ
unittests 72.41% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@meling meling merged commit 6e1f14d into master Mar 9, 2024
6 checks passed
@meling meling deleted the fix-flaky-eventloop-test-handler branch March 9, 2024 22:03
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.

eventloop: TestHandler is flaky; possible deadlock
2 participants