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

Added rmw_wait, rmw_create_wait_set and rmw_destroy_set tests #139

Merged
merged 12 commits into from Sep 30, 2020

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Sep 24, 2020

…d tests

Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde added the tests Failing or missing tests label Sep 24, 2020
@ahcorde ahcorde requested a review from hidmic September 24, 2020 13:23
@ahcorde ahcorde self-assigned this Sep 24, 2020
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
test_rmw_implementation/test/test_wait_set.cpp Outdated Show resolved Hide resolved
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde changed the base branch from ahcorde/test/rmw_implementation to master September 25, 2020 15:48
@ahcorde ahcorde requested a review from hidmic September 25, 2020 15:48
@ahcorde
Copy link
Contributor Author

ahcorde commented Sep 25, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde
Copy link
Contributor Author

ahcorde commented Sep 25, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Copy link
Contributor

@hidmic hidmic left a comment

Choose a reason for hiding this comment

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

LGTM pending green CI


// Created a valid wait set
rmw_wait_set_t * wait_set = rmw_create_wait_set(&context, 1);
ASSERT_NE(nullptr, wait_set);
Copy link
Contributor

Choose a reason for hiding this comment

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

@ahcorde nit:

Suggested change
ASSERT_NE(nullptr, wait_set);
ASSERT_NE(nullptr, wait_set) << rmw_get_error_string().str;

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde
Copy link
Contributor Author

ahcorde commented Sep 25, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@hidmic
Copy link
Contributor

hidmic commented Sep 29, 2020

@ros-pull-request-builder retest this please.

@hidmic
Copy link
Contributor

hidmic commented Sep 29, 2020

@ahcorde ready to go!

Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
@hidmic
Copy link
Contributor

hidmic commented Sep 30, 2020

One last CI run:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@hidmic
Copy link
Contributor

hidmic commented Sep 30, 2020

Ok, this one's ready to go! I'll go ahead and merge.

@hidmic hidmic merged commit 01c311e into master Sep 30, 2020
@delete-merged-branch delete-merged-branch bot deleted the ahcorde/test/rmw_implementation_wait_set branch September 30, 2020 15:23
ahcorde added a commit that referenced this pull request Oct 9, 2020
…139)

Signed-off-by: ahcorde <ahcorde@gmail.com>
Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
ahcorde added a commit that referenced this pull request Oct 9, 2020
…139)

Signed-off-by: ahcorde <ahcorde@gmail.com>
Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
ahcorde added a commit that referenced this pull request Oct 21, 2020
…139)

Signed-off-by: ahcorde <ahcorde@gmail.com>
Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
ahcorde added a commit that referenced this pull request Oct 21, 2020
…139)

Signed-off-by: ahcorde <ahcorde@gmail.com>
Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Failing or missing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants