-
Notifications
You must be signed in to change notification settings - Fork 248
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 the test failure of wrong messages count #165
Conversation
I think you have to rebase your branch to incorporate the latest changes to rosbag2. Specifically, I believe you're missing this commit: #166 |
7d18f61
to
8f5275d
Compare
@Karsten1987 : I've already updated my PR. Thanks. |
build errors are unrelated. I'll re-trigger once the master build is restored. |
Sorry for taking so long for coming back on this. Looks like CI has some problems running cyclone:
Is the current |
I just realized that this fix also helps this make this test non-flaky on other RMWs: Running CI: @wjwwood just fyi |
@evshary Can you please rebase this branch to run CI one more time? |
Generate rclcpp::Node before start_recording since rclcpp::Node will set parameters of use_sim_time and publish message to parameter_events. This will cause the wrong messages count in the test. Signed-off-by: evshary <evshary@gmail.com>
8f5275d
to
2aa03e6
Compare
@Karsten1987 I've rebased the branch, but there are still some errors in CI. It seems it's not related to this PR?
|
please make sure you're up to date with the rest of your packages as well. So in this case, you are missing the latest updates from the |
thanks for iterating over this with me. |
The PR is to fix the CI fail.
Generate rclcpp::Node before start_recording since rclcpp::Node will set
parameters of use_sim_time and publish message to parameter_events.
This will cause the wrong messages count in the test.
Signed-off-by: evshary evshary@gmail.com