-
Notifications
You must be signed in to change notification settings - Fork 41
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
agent: add support to FQDN in ManagerHost #340
Conversation
GitHub-Issue: #276 Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
As an effort to move the network bits to the same place. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
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.
Looks great! I only have a few nit-picky comments.
And thanks for adding unit tests! Having one test file for one function under test seems better than one test file containing multiple (as it is currently - we'll have to refactor that).
More modules are using bool_to_str, adding to a module. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
convert the code to use typesafe_inet_ntop function. Also created typesafe_inet_ntop6 regarding IPv6. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
make sure we have network bits in related source/tests. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
@engelmi ouch not sure how to access the logs from GitHub actions:
Maybe setup a valgrind env here?
|
Could you rebase to see if the new CI config helps? |
It was missing a _cleanup_free_ macro, good catch valgrind! Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
No, at least there is no bot configured that would pick up those commands. We are using "plain" github actions. So if a step fails, its best to click on "Details" - on the following page you can trigger a re-run manually, look at the CI logs and download artifacts (like the unit test logs). |
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
GitHub-Issue: #276