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(abr-testing): fix file upload and error instrument serial number recording #17277

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

rclarke0
Copy link
Contributor

Overview

Fix file upload to jira ticket and give more specific information for error instrument

Test Plan and Hands on Testing

tested on robot

Changelog

ensures just the protocol file is uploaded by moving it into the correct folder and checking that it is a .py file
uses the error node to find the appropriate serial number for errored instrument

Review requests

Risk assessment

@rclarke0 rclarke0 requested a review from a team as a code owner January 15, 2025 17:56
@rclarke0 rclarke0 requested a review from sfoster1 January 15, 2025 18:09
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

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

Nice!

model = module_list["model"]
if model == module_dict[module]:
error_instrument = module_list["serialNumber"]
print(f"entered loop {error_instrument}")
Copy link
Member

Choose a reason for hiding this comment

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

left in accidentally? notice you removed some prints above

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes thanks for calling that out

@rclarke0 rclarke0 merged commit 9ab7ba9 into edge Jan 15, 2025
5 checks passed
@rclarke0 rclarke0 deleted the abr-error-recording-fixes branch January 15, 2025 18:20
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