-
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
Merge 12 ➡️ 13 #478
Merge 12 ➡️ 13 #478
Conversation
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Voldivh <[email protected]>
Signed-off-by: Michael Carroll <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
* Use on `push` only on stable branches to avoid duplicate runs * Update project automation Signed-off-by: Addisu Z. Taddese <[email protected]>
This reworks all of the gz-transport tests to use Subprocess from gz-utils. Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]> Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Carlos Agüero <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Merge ign-transport8 ➡️ ign-transport11
Signed-off-by: Addisu Z. Taddese <[email protected]>
Merge ign-transport11 ➡️ gz-transport12
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## gz-transport13 #478 +/- ##
==================================================
- Coverage 87.76% 87.69% -0.08%
==================================================
Files 59 59
Lines 5704 5704
==================================================
- Hits 5006 5002 -4
- Misses 698 702 +4 ☔ View full report in Codecov by Sentry. |
std::string cmd = "bash -c \". " + scriptPath.string() + | ||
"; _gz_topic_flags\""; | ||
std::string scriptOutput = custom_exec_str(cmd); | ||
// TEST(gzTest, TopicHelpVsCompletionFlags) |
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.
@mjcarroll , I think we need to restore these two tests, they were temporary commented by me but the intent was to port them.
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.
// // _gz_service_flags\"" | ||
// std::string cmd = "bash -c \". " + scriptPath.string() + | ||
// "; _gz_service_flags\""; | ||
// std::string scriptOutput = custom_exec_str(cmd); |
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.
porting this will be a bit tricky, since the custom_exec_str
method now prefixes all commands with gz
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 can just use the unwrapped gz::utils::Subprocess
for this
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.
➡️ Forward port
Port
gz-transport12
togz-transport13
Branch comparison: gz-transport13...gz-transport12
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)