Skip to content
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

Service request should not be received after the requester has timed out #491

Open
azeey opened this issue Apr 1, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@azeey
Copy link
Contributor

azeey commented Apr 1, 2024

Environment

  • OS Version: Ubuntu 22.04
  • Source or binary build? gz-transport13

Description

  • Expected behavior: I do a service request and it times out. If I then advertise a new service with the same name as the previous service request, I don't expect a request to be received from the previous service request.

  • Actual behavior: As of Fix issue #468 #470, INTEGRATION_triggered_publisher has been failing in gz-sim8. The issue is that service requests from a previous test are incorrectly received in the next test. It appears that no amount of sleep in between the tests helps. If the individual tests are run by themselves, they all pass.

Steps to reproduce

Test in branch: new_service_after_timeout

@azeey azeey added the bug Something isn't working label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In progress
Development

No branches or pull requests

2 participants