-
Notifications
You must be signed in to change notification settings - Fork 53
Set GZ_IP for gz_src_TEST #723
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
Conversation
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
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 think we should do this for all of our tests that use gz-transport.
sounds good, tracking in #724 |
https://github.com/Mergifyio backport gz-transport15 gz-transport14 gz-transport13 ign-transport11 |
✅ Backports have been created
|
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> (cherry picked from commit 7dcb6eb)
Signed-off-by: Steve Peters <scpeters@openrobotics.org> Signed-off-by: Ian Chen <ichen@openrobotics.org>
🦟 Bug fix
Similar to #595 but for UNIT_gz_src_TEST
Summary
I noticed that
UNIT_gz_src_TEST
has been failing with networking error messages, so this applies theGZ_IP=127.0.0.1
fix from #595 to that test as well.Example failures:
Checklist
codecheck
passed (See contributing)Generated-by: Remove this if GenAI was not used.
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
andGenerated-by
messages.