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

[CI] Fix failing nightly build #1349

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

PatKamin
Copy link
Contributor

Changes from commit 019551c in urDeviceGet() validation resulted in a failure to create devices successfully in fuzz tests. This resulted in generating plenty of calls to urPlatformGet(). The size of the input generated by fuzzer most probably led to going out of memory (available to the fuzzer).

@PatKamin PatKamin requested a review from a team as a code owner February 15, 2024 18:03
Changes from 019551c in urDeviceGet validation resulted in a failure to create devices successfully in fuzz tests.
@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2024

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (78ef1ca) 14.82% compared to head (ede9b95) 12.72%.
Report is 15 commits behind head on main.

Files Patch % Lines
...e/common/umf_pools/disjoint_pool_config_parser.cpp 0.00% 15 Missing ⚠️
source/common/umf_helpers.hpp 0.00% 9 Missing ⚠️
source/common/logger/ur_logger_details.hpp 61.53% 5 Missing ⚠️
test/usm/usmPoolManager.cpp 0.00% 5 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1349      +/-   ##
==========================================
- Coverage   14.82%   12.72%   -2.10%     
==========================================
  Files         250      238      -12     
  Lines       36220    35338     -882     
  Branches     4094     4010      -84     
==========================================
- Hits         5369     4498     -871     
- Misses      30800    30836      +36     
+ Partials       51        4      -47     

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

@wlemkows wlemkows merged commit 1ac6f95 into oneapi-src:main Feb 16, 2024
52 checks passed
@PatKamin PatKamin deleted the fix-fuzztest branch June 26, 2024 10:07
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.

4 participants