Add logs to unstable unit test - rgb options metadata consistency - #12549
Merged
Nir-Az merged 3 commits intoJan 1, 2024
Merged
Conversation
Nir-Az
marked this pull request as draft
December 31, 2023 10:21
Nir-Az
force-pushed
the
fix-rgb-options-metadata-consistency-test
branch
2 times, most recently
from
December 31, 2023 12:00
3cf90ca to
49fdd18
Compare
Nir-Az
marked this pull request as ready for review
December 31, 2023 13:50
OhadMeir
reviewed
Jan 1, 2024
| if option == rs.option.white_balance: | ||
| log.d("iteration", iteration, "setting explicitly enable_auto_white_balance to OFF") | ||
| color_sensor.set_option(rs.option.enable_auto_white_balance, 0) | ||
| log.d("enable_auto_white_balance new value we read back is:", color_sensor.get_option(rs.option.enable_auto_white_balance)) |
Contributor
There was a problem hiding this comment.
Here we are not waiting. Are you expecting an updated value?
Collaborator
Author
There was a problem hiding this comment.
Yes, I will add a check for that
Nir-Az
force-pushed
the
fix-rgb-options-metadata-consistency-test
branch
from
January 1, 2024 10:58
49fdd18 to
644ba24
Compare
OhadMeir
reviewed
Jan 1, 2024
| import pyrealsense2 as rs | ||
| from rspy import test | ||
| from rspy import test, log | ||
| import time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracked on [LRS-992]
Add more debug information on test log