-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Debugger] Symdb tests #3761
[Debugger] Symdb tests #3761
Conversation
@@ -275,6 +275,8 @@ tests/: | |||
Test_Debugger_Probe_Snaphots: irrelevant | |||
test_debugger_probe_status.py: | |||
Test_Debugger_Probe_Statuses: irrelevant | |||
test_debugger_symdb.py: | |||
Test_Debugger_SymDb: irrelevant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this irrelevant and not missing feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, you're right, I aligned with other definitions for this library.
I will fix it in separate PR.
f0efcaa
to
eb190f1
Compare
eb190f1
to
4da86a3
Compare
Co-authored-by: Thomas Watson <[email protected]>
Co-authored-by: Charles de Beauchesne <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small non-blocking comment that can be addressed later
raw_data = list(interfaces.library.get_data(_SYMBOLS_PATH)) | ||
|
||
for data in raw_data: | ||
if isinstance(data, dict) and "request" in data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If my not wrong, data is always a dict, and request will always be in data.
Motivation
Add SymDb system tests
Changes
Add symdb tests.
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present