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

One NodeShared per process #152

Merged
merged 16 commits into from
Sep 4, 2020
Merged

Conversation

joxoby
Copy link
Contributor

@joxoby joxoby commented Jul 25, 2020

This PR tries to address: #137

@joxoby joxoby requested a review from caguero as a code owner July 25, 2020 02:46
Copy link
Collaborator

@caguero caguero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @joxoby for the patch. I'll take a look at it in the next days. In the meantime, could you fix a few minor style errors?

See Bionic CI->Code check section here.

https://github.com/ignitionrobotics/ign-transport/pull/152/checks?check_run_id=912255849

@chapulina chapulina added the 🏰 citadel Ignition Citadel label Jul 27, 2020
caguero and others added 9 commits July 27, 2020 11:26
Signed-off-by: Carlos Aguero <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Carlos Aguero <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
Signed-off-by: Juan Oxoby <[email protected]>
@joxoby joxoby requested a review from caguero July 27, 2020 18:35
Signed-off-by: Juan Oxoby <[email protected]>
@caguero
Copy link
Collaborator

caguero commented Aug 10, 2020

@osrf-jenkins run tests please

Copy link
Collaborator

@caguero caguero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @joxoby for the patch. CI is failing on Windows. See here.

Is your approach using ::getpid() portable? In other words, does this function exist on Windows?

Signed-off-by: Juan Oxoby <[email protected]>
@joxoby joxoby requested a review from caguero August 18, 2020 01:50
Signed-off-by: Juan Oxoby <[email protected]>
@joxoby
Copy link
Contributor Author

joxoby commented Aug 18, 2020

@caguero is test TEST(twoProcPubSub, SubThrottled) during check ignition_transport-ci-pr_any-homebrew-amd64 known to fail?

@caguero
Copy link
Collaborator

caguero commented Aug 28, 2020

@caguero is test TEST(twoProcPubSub, SubThrottled) during check ignition_transport-ci-pr_any-homebrew-amd64 known to fail?

Yes, it's a flaky test on Homebrew.

Copy link
Collaborator

@caguero caguero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I like the use of std::shared_mutex to optimize the most common operation.

Thanks!

@caguero caguero merged commit cd083e3 into gazebosim:ign-transport8 Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants