Skip to content

chore: rm scheduler field from Retry - #282

Merged
M-Adoo merged 1 commit into
rxRust:masterfrom
molybdenumsoftware:retry-no-scheduler-field
Jul 13, 2026
Merged

M-Adoo merged 1 commit into
rxRust:masterfrom
molybdenumsoftware:retry-no-scheduler-field

Conversation

@mightyiam

Copy link
Copy Markdown
Contributor

Hey, while studying towards catch_error we noticed that this field can be removed and cargo test still passes.

We understand that a scheduler performs effects. Scheduling tasks.
So we kind of expect you to tell us that yes, it needs to be kept alive within this field and that this success is a race condition.
We also noticed such fields in Delay and Debounce, which makes sense.
But if that's the case, can these fields have test coverage?

@mightyiam
mightyiam marked this pull request as ready for review July 11, 2026 09:51
@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.47%. Comparing base (528b298) to head (1e9bfe6).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #282      +/-   ##
==========================================
+ Coverage   82.38%   82.47%   +0.09%     
==========================================
  Files          84       84              
  Lines       11791    11887      +96     
==========================================
+ Hits         9714     9804      +90     
- Misses       2077     2083       +6     

☔ View full report in Codecov by Harness.
📢 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.

@mightyiam

Copy link
Copy Markdown
Contributor Author

@shivaraj-bh

@M-Adoo M-Adoo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks!

@M-Adoo
M-Adoo enabled auto-merge July 12, 2026 00:14
@M-Adoo
M-Adoo added this pull request to the merge queue Jul 13, 2026
Merged via the queue into rxRust:master with commit 0e66079 Jul 13, 2026
12 checks passed
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