-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
3.x: Introduce property rx3.scheduler.use-nanotime #7169
3.x: Introduce property rx3.scheduler.use-nanotime #7169
Conversation
I got a problem, when I try to test the code, because when the class is loaded, one can not change set variable: `private static final String DRIFT_USE_NANOTIME = "rx3.scheduler.drift-use-nanotime"; Resolution:
What are your thoughts on this issue regarding testing? |
Codecov Report
@@ Coverage Diff @@
## 3.x #7169 +/- ##
============================================
+ Coverage 99.50% 99.56% +0.05%
- Complexity 6739 6742 +3
============================================
Files 747 747
Lines 47324 47328 +4
Branches 6360 6360
============================================
+ Hits 47091 47120 +29
+ Misses 108 94 -14
+ Partials 125 114 -11 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this affects now(), let's call the property just rx3.scheduler.use-nanotime
.
@akarnokd , I'll changed the commit message as-well, to match the new property name. |
No need for that. |
Fixes #7154