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

Add tests to publisher and init modules of rcl #657

Merged
merged 14 commits into from
May 28, 2020

Commits on May 27, 2020

  1. Add tests get_rmw_init_options & get_allocator

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    1936335 View commit details
    Browse the repository at this point in the history
  2. Add tests liveliness, access and loan functions

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    b776b29 View commit details
    Browse the repository at this point in the history
  3. Add tests invalid arguments to get funcs

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7a884e7 View commit details
    Browse the repository at this point in the history
  4. Add peer review comments

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    31f8b80 View commit details
    Browse the repository at this point in the history
  5. Fix pointer related issues

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    89af1d0 View commit details
    Browse the repository at this point in the history
  6. Add test for publisher implementation null

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    58da62a View commit details
    Browse the repository at this point in the history
  7. Add tests for valid argument on access functions

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    2b24e61 View commit details
    Browse the repository at this point in the history
  8. Add more tests invalid publisher parameter

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    092911f View commit details
    Browse the repository at this point in the history
  9. Add rcl_reset_error to clear expected errors

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    85f871b View commit details
    Browse the repository at this point in the history
  10. Add two init-fini tests

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    0281210 View commit details
    Browse the repository at this point in the history
  11. Add tests for init functions

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    3c9d97b View commit details
    Browse the repository at this point in the history
  12. Address peer review feedack

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    88f93b0 View commit details
    Browse the repository at this point in the history
  13. Add missing fini calls

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    cc6e0bb View commit details
    Browse the repository at this point in the history
  14. Enable fini procedure after scope ends

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    c6bef03 View commit details
    Browse the repository at this point in the history