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

Test waiting on #10990

Merged
merged 3 commits into from
Oct 26, 2022
Merged

Test waiting on #10990

merged 3 commits into from
Oct 26, 2022

Conversation

noacoohen
Copy link
Contributor

added to the last test case 4 lines in order to receive more information when the test fails

Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

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

Why are there so many style changes?
Please minimize to the "4 lines" mentioned.
No need to change and review other lines.
Thanks 😊

@@ -162,5 +162,9 @@ TEST_CASE( "Not invoked flush timeout expected" )
invoked.wait_until( timeout, [&]() { return invoked; } );
auto wait_time = sw.get_elapsed();

INFO( wait_time.count() );
INFO( timeout.count() );
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is the difference between
wait_time and wait_time.count()?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No difference. Fixed it and pushed a new commit.

Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

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

Great, let's see and catch this issue :)

@Nir-Az Nir-Az merged commit 429053b into IntelRealSense:development Oct 26, 2022
@noacoohen noacoohen deleted the test_waiting_on branch November 22, 2022 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants