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 Memory leak test sensor option #9060

Merged

Conversation

doronhi
Copy link
Contributor

@doronhi doronhi commented May 20, 2021

Make the test run with D400 series cameras only.
Test if RS2_OPTION_ENABLE_AUTO_EXPOSURE is supported before being set.

@doronhi doronhi changed the base branch from master to development May 20, 2021 10:48
@@ -3,18 +3,19 @@
#include <iostream>


TEST_CASE( "sensor get_option memory leak", "[live]" )
TEST_CASE( "sensor get_option memory leak", "[D400][live]" )
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use the LibCI pragmas

#test:device L500*
#test:device D400*

Copy link
Collaborator

@ev-mp ev-mp left a comment

Choose a reason for hiding this comment

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

Approved

@ev-mp ev-mp merged commit bfe9065 into IntelRealSense:development May 20, 2021
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