-
Notifications
You must be signed in to change notification settings - Fork 775
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
[21095] Example refactor: Discovery Server #4913
Conversation
02b9c6d
to
a251a3e
Compare
a251a3e
to
58666d0
Compare
Discovery server tests passed although configuration timed out. @elianalf I guess we can start reviewing and later on I will rebase on top of the example splitting PR |
58666d0
to
8c07ead
Compare
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.
What a great refactor!
Only one thing, I have tried to run the Server with transport UDPV6
and TCPV6
and it fails creating the participant, in particular because "Discovery Server wasn't able to allocate the specified listening port."
Ty ! |
I think it would be better to rebase this on top of #4716, since we are changing the behavior of Discovery Server |
49ef7fe
to
f302422
Compare
09e9f9a
to
688cd0f
Compare
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
…en ipv6 is used Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
…gh it is left for configurability Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
4ccf71c
to
1c39079
Compare
The only thing that needs to be changed is the guards in all the .hpp files, following the style in this PR, we can skip CI after the commit. |
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
LGTM! CI passed here |
Description
This PR refactors the
DiscoveryServerExample
with the current new example format. It also adds proper tests for the examples testing automation.Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist