-
Notifications
You must be signed in to change notification settings - Fork 155
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
roscpp ActionClient subscription queue size should be consistent with rospy. #162
roscpp ActionClient subscription queue size should be consistent with rospy. #162
Conversation
…d also consistent with rospy. Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
i am not sure what went wrong with my fix, all i see RESULT: SUCCESS from the CI log. could anyone help me out? |
Most likely not your fault. Here's the test: One possible solution would be to increase the time limit here: |
how do we kick start the CI once again? |
I assume only maintainers can trigger a rebuild. |
@ros-pull-request-builder retest this please |
It looks like we're still getting a timeout here. @fujitatomoya would you like to try to expand the timeout as @StefanFabian suggested? |
according to testlog, 90 seconds gives it enough buffer. |
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
i dont think CI test failures are related to my fix. @ros-pull-request-builder retest this please |
@ros-pull-request-builder retest this please |
I don't know where you get that from since the test is preempted after 60 seconds without information about how much longer it might take. |
of course, i have.
|
This reverts commit d3dfd54.
according to the test history, client gets timeout via waitForResult, and goal is still in ACTIVE state because server does not finish the goal and never sends back the result. I am not sure why server is not responding but connected to the client since this is not reproducible in my environment. I am negative on expanding timeout for the test, so reverting that commit. |
let's see what's gonna happen at this time, @ros-pull-request-builder retest this please |
Perhaps both the timeout of the test and the timeout of the waitForResult need to be increased? |
alright, let's give it a shot. |
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
as expected, does not fix the test failure. Server side still in active state, i certainly need to access the CI system to debug this problem to check what is happening on server side. any thoughts? BTW, i will revert the be7c705 cz this was just a trial. |
…ients." This reverts commit be7c705.
@ros-pull-request-builder retest this please |
still unstable, I do not know what to do. any thoughts? |
Without being able to debug, I can only make wild guesses. |
@ros-pull-request-builder retest this please |
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.
LGTM, thanks for the contribution and trying to figure out the flaky test issues.
related to #144
roscpp ActionClient subscription queue size should be more than 1, and also consistent with rospy.
Signed-off-by: Tomoya.Fujita Tomoya.Fujita@sony.com