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

fix PR #12911: sleep if test is not live #12933

Merged
merged 2 commits into from
May 16, 2024

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented May 15, 2024

#12911 had a bug and a logic problem.

@maloel maloel requested a review from remibettan May 15, 2024 16:37
@@ -459,10 +459,10 @@ def test_wrapper( test, configuration=None, repetition=1, sns=None ):
log.debug_unindent() # just to make it stand out a little more
log.d( f' Failed; retry #{retry}' )
log.debug_indent()
if no_reset:
if no_reset or not sns:
Copy link
Contributor

Choose a reason for hiding this comment

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

what is the meaning of "sns"? could you find a name that would be more clear, please?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not the purpose of this quick fix for improving the CI, but pushed a change :)

Copy link
Contributor

@remibettan remibettan left a comment

Choose a reason for hiding this comment

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

LGTM

@maloel maloel merged commit 064a234 into IntelRealSense:development May 16, 2024
16 of 17 checks passed
@maloel maloel deleted the fix-retry branch May 16, 2024 08:45
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.

None yet

2 participants