-
Notifications
You must be signed in to change notification settings - Fork 44
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
Update router and session config #396
Conversation
Signed-off-by: ChenYing Kuo <[email protected]>
@evshary thanks for the PR. Do you mind running tests across |
Sure. Those are the results on my local machine
|
Hmm this is a bit concerning given that the only test that was failing before was |
I'm not sure but some seem to be flaky on my side
BTW, I just found that I was using the latest rolling binary. Will switch to your repos file and test again. |
Okay, let me summarize the result: The errors always happen
Flaky one:
As for these two errors, they are affected by
|
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.
I synced with latest rolling
and ran the same tests. Apart from rclcpp_action/test_client
which is a known issue, the only other flaky test was test_rclcpp/test_n_nodes__rmw_zenoh_cpp
which can be reproduced even on rolling
if run enough times. In my experience adding --retest-until-fail 10
helps us see the failure.
colcon test --packages-select test_rclcpp --ctest-args -R test_n_nodes --event-handlers console_direct+ --retest-until-fail 10
@Mergifyio backport jazzy humble |
✅ Backports have been created
|
Signed-off-by: ChenYing Kuo <[email protected]> Co-authored-by: Yadunund <[email protected]> (cherry picked from commit 3739a0f)
Signed-off-by: ChenYing Kuo <[email protected]> Co-authored-by: Yadunund <[email protected]> (cherry picked from commit 3739a0f)
Signed-off-by: ChenYing Kuo <[email protected]> Co-authored-by: Yadunund <[email protected]> (cherry picked from commit 3739a0f) Co-authored-by: ChenYing Kuo (CY) <[email protected]>
Signed-off-by: ChenYing Kuo <[email protected]> Co-authored-by: Yadunund <[email protected]> (cherry picked from commit 3739a0f) Co-authored-by: ChenYing Kuo (CY) <[email protected]>
The default Zenoh configuration has been changed a little bit.
Let's have the sync. It helps when we need to do a comparison.