Conversation
42f5494 to
cd920b2
Compare
Codecov ReportBase: 51.10% // Head: 51.10% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1556 +/- ##
==========================================
+ Coverage 51.10% 51.10% +0.01%
==========================================
Files 380 381 +1
Lines 31796 31790 -6
==========================================
- Hits 16246 16243 -3
+ Misses 15550 15547 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
88ed9cb to
75d84ea
Compare
75d84ea to
db86299
Compare
2675031 to
c2fe14f
Compare
9a46508 to
7fe804f
Compare
henningkayser
left a comment
There was a problem hiding this comment.
I agree with these changes overall, but deleting flaky tests is really not a good solution, it only helps with hiding and forgetting bugs. Please only comment the tests so that CI succeeds.
|
I understand your high-level concern but this real-time control loop is inherently tied to timing, so it might not be suitable for CI. That's why I made a unit test to replace the integration test. For example, I would say that this integration test code is a little questionable: Nevertheless, I think the steady_clock change might make this test more reliable so we can try restoring the integration test now and see how it goes. |
7fe804f to
999c8b2
Compare
322739a to
3322f19
Compare
This reverts commit 3322f19.
tylerjw
left a comment
There was a problem hiding this comment.
Merging because I hope this resolves the servo flaky test.
rclcpp::WallRateeverywhere, sincerclcpp::Ratecan move backward in timeFixes #1499