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

test(sdk): fix broken test in test_gpu_apple.py #7387

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dmitryduev
Copy link
Member

Description

  • Fixes WB-NNNNN
  • Fixes #NNNN

What does the PR do? Include a concise description of the PR contents.

  • I updated CHANGELOG.md, or it's not applicable

Testing

How was this PR tested?

@@ -49,7 +49,7 @@ def test_gpu_apple(test_settings):
)
assert gpu.is_available()
gpu.start()
assert gpu.probe() == {"gpuapple": {"type": "arm", "vendor": "Apple"}}
assert gpu.probe()["gpuapple"]["vendor"] == "sppci_vendor_Apple"
Copy link
Contributor

Choose a reason for hiding this comment

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

how did this succeed before in CI?

Copy link
Member Author

Choose a reason for hiding this comment

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

we haven't been running this in ci...

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.78%. Comparing base (e6abc7b) to head (6f5062c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7387      +/-   ##
==========================================
+ Coverage   75.53%   75.78%   +0.25%     
==========================================
  Files         518      518              
  Lines       54535    54535              
==========================================
+ Hits        41191    41329     +138     
+ Misses      12962    12825     -137     
+ Partials      382      381       -1     
Flag Coverage Δ
func 43.26% <ø> (+0.73%) ⬆️
system 63.97% <ø> (+0.59%) ⬆️
unit 57.64% <ø> (-0.13%) ⬇️

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

see 26 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants