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

Removed unused screenshot tests (BugFix) #997

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

fernando79513
Copy link
Collaborator

@fernando79513 fernando79513 commented Feb 19, 2024

Description

The camera_test.py was called with a device that does not exist and outputs a non-informative error. We are removing these tests since they are not relevant anymore.

Resolved issues

Closes #339
Closes jira CHECKBOX-1232

Documentation

There are no changes to the documentation

Tests

Running checkbox-cli list "all-jobs" | grep screenshot shows that there are not any screenshot tests

`camera_test.py` was called with a device that does not exist and outputs a non-informative error.
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (23aa911) 38.98% compared to head (17f2d24) 38.98%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #997   +/-   ##
=======================================
  Coverage   38.98%   38.98%           
=======================================
  Files         333      333           
  Lines       37045    37045           
  Branches     6316     6316           
=======================================
  Hits        14441    14441           
  Misses      21976    21976           
  Partials      628      628           
Flag Coverage Δ
provider-base 12.02% <ø> (ø)
provider-certification-client 57.14% <ø> (ø)
provider-sru 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@kissiel kissiel left a comment

Choose a reason for hiding this comment

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

My favorite kind of fix: major deletion.
Grepped for other references, and couldn't find any, meaning it should be safe to land.
+1

@fernando79513 fernando79513 merged commit abaa974 into main Feb 19, 2024
22 checks passed
@fernando79513 fernando79513 deleted the remove-screenshot-tests branch February 19, 2024 11:53
LiaoU3 pushed a commit to LiaoU3/checkbox that referenced this pull request Mar 20, 2024
Removed unused screenshot tests

`camera_test.py` was called with a device that does not exist and outputs a non-informative error.
binli pushed a commit to binli/checkbox that referenced this pull request Mar 22, 2024
Removed unused screenshot tests

`camera_test.py` was called with a device that does not exist and outputs a non-informative error.
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.

"No supported resolutions found!" error when running graphics/*_screenshot_* jobs
2 participants