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

iox-#27 Run ServiceDiscovery tests for popo::UntypedServer #1134

Conversation

mossmaurice
Copy link
Contributor

@mossmaurice mossmaurice commented Feb 21, 2022

Pre-Review Checklist for the PR Author

  1. Code follows the coding style of CONTRIBUTING.md
  2. Tests follow the best practice for testing
  3. Changelog updated in the unreleased section including API breaking changes
  4. Branch follows the naming format (iox-#123-this-is-a-branch)
  5. Commits messages are according to this guideline
    • Commit messages have the issue ID (iox-#123 commit text)
    • Commit messages are signed (git commit -s)
    • Commit author matches Eclipse Contributor Agreement (and ECA is signed)
  6. Update the PR title
    • Follow the same conventions as for commit messages
    • Link to the relevant issue
  7. Relevant issues are linked
  8. Add sensible notes for the reviewer
  9. All checks have passed (except task-list-completed)
  10. Assign PR to reviewer

Notes for Reviewer

  • Split up ServiceDisocvery tests into PUB_SUB-only, PUB_SUB && REQ_RES and PUB_SUB || REQ_RES

Checklist for the PR Reviewer

  • Commits are properly organized and messages are according to the guideline
  • Code according to our coding style and naming conventions
  • Unit tests have been written for new behavior
    • Each unit test case has a unique UUID
  • Public API changes are documented via doxygen
  • Copyright owner are updated in the changed files
  • PR title describes the changes

Post-review Checklist for the PR Author

  1. All open points are addressed and tracked via issues

References

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #1134 (4494b5d) into master (10cda9d) will decrease coverage by 0.20%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1134      +/-   ##
==========================================
- Coverage   76.27%   76.06%   -0.21%     
==========================================
  Files         346      348       +2     
  Lines       13600    13623      +23     
  Branches     1938     1940       +2     
==========================================
- Hits        10373    10362      -11     
- Misses       2595     2630      +35     
+ Partials      632      631       -1     
Flag Coverage Δ
unittests 75.32% <0.00%> (-0.21%) ⬇️
unittests_timing 11.97% <0.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...include/iceoryx_posh/runtime/service_discovery.hpp 0.00% <ø> (ø)
iceoryx_posh/source/runtime/service_discovery.cpp 0.00% <0.00%> (ø)
iceoryx_posh/source/roudi/port_manager.cpp 80.53% <0.00%> (-1.16%) ⬇️
...eoryx_posh/include/iceoryx_posh/popo/publisher.hpp 100.00% <0.00%> (ø)
...posh/include/iceoryx_posh/internal/popo/sample.inl 100.00% <0.00%> (ø)
...include/iceoryx_posh/internal/popo/smart_chunk.inl 100.00% <0.00%> (ø)
...iceoryx_posh/internal/popo/untyped_server_impl.inl 0.00% <0.00%> (ø)
...include/iceoryx_posh/internal/popo/base_server.inl 0.00% <0.00%> (ø)

@mossmaurice mossmaurice force-pushed the iox-#27-make-req-res-ports-searchable-in-service-discovery branch 3 times, most recently from b6111b4 to febdc2a Compare February 21, 2022 17:27
Copy link
Member

@elBoberido elBoberido 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. I didn't reviewed the tests since you wrote that there will be merge conflicts. I'd rather wait until they are fixed :)

iceoryx_examples/icediscovery/iox_find_service.cpp Outdated Show resolved Hide resolved
@mossmaurice mossmaurice force-pushed the iox-#27-make-req-res-ports-searchable-in-service-discovery branch from 27528c3 to 4912d9d Compare February 22, 2022 08:51
@mossmaurice mossmaurice marked this pull request as ready for review February 22, 2022 09:03
@mossmaurice mossmaurice changed the title iox-#27 Prepare ServiceDiscovery tests for ServerPort iox-#27 Run ServiceDiscovery tests for ServerPort Feb 22, 2022
@mossmaurice mossmaurice changed the title iox-#27 Run ServiceDiscovery tests for ServerPort iox-#27 Run ServiceDiscovery tests for popo::UntypedServer Feb 22, 2022
@mossmaurice mossmaurice force-pushed the iox-#27-make-req-res-ports-searchable-in-service-discovery branch from baa3bbf to 3ee99ff Compare February 22, 2022 14:47
…PRODUCERS and MAX_USER_PRODUCERS for the two types

Signed-off-by: Simon Hoinkis <[email protected]>
@mossmaurice mossmaurice force-pushed the iox-#27-make-req-res-ports-searchable-in-service-discovery branch from 3ee99ff to 4494b5d Compare February 22, 2022 14:58
@mossmaurice mossmaurice removed the request for review from FerdinandSpitzschnueffler February 22, 2022 16:25
@mossmaurice mossmaurice merged commit e219b1f into eclipse-iceoryx:master Feb 22, 2022
@mossmaurice mossmaurice deleted the iox-#27-make-req-res-ports-searchable-in-service-discovery branch February 22, 2022 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants