Skip to content

Added rmw_wait, rmw_create_wait_set and rmw_destroy_set tests#139

Merged
hidmic merged 12 commits intomasterfrom
ahcorde/test/rmw_implementation_wait_set
Sep 30, 2020
Merged

Added rmw_wait, rmw_create_wait_set and rmw_destroy_set tests#139
hidmic merged 12 commits intomasterfrom
ahcorde/test/rmw_implementation_wait_set

Conversation

@ahcorde
Copy link
Copy Markdown
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
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
Copy Markdown
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
Copy Markdown
Contributor Author

ahcorde commented Sep 25, 2020

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

Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown
Contributor Author

ahcorde commented Sep 25, 2020

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

@hidmic
Copy link
Copy Markdown

hidmic commented Sep 29, 2020

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

@hidmic
Copy link
Copy Markdown

hidmic commented Sep 29, 2020

@ahcorde ready to go!

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

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
Copy Markdown

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.

3 participants