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

Write extra PublisherSubscriberTest for up-cpp #173

Open
gregmedd opened this issue Jun 22, 2024 · 1 comment · May be fixed by #203
Open

Write extra PublisherSubscriberTest for up-cpp #173

gregmedd opened this issue Jun 22, 2024 · 1 comment · May be fixed by #203
Assignees
Milestone

Comments

@gregmedd
Copy link
Contributor

The “extra” tests provide for more integrated testing than lower-level “coverage” unit tests. They check the interoperation between components. However, they do not count towards code coverage as their assertions are made at a higher level where detailed behaviors may be missed.

This test will exercise the interoperability between Publisher and Subscriber. Are messages produced by one compatible with the other? Does the Subscribers’s listener registration match up with the URIs in a published message (i.e. does everything end up in the expected spots)? Does everything validate successfully after being passed through all stages?

@gregmedd gregmedd added this to the alpha.3 milestone Jun 22, 2024
@ruchirchauhan
Copy link
Contributor

I can take this

@gregmedd gregmedd linked a pull request Jul 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants