Check attributes under /sys can be read without stucking the system (New)#2305
Open
Check attributes under /sys can be read without stucking the system (New)#2305
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2305 +/- ##
==========================================
+ Coverage 54.88% 55.04% +0.15%
==========================================
Files 412 414 +2
Lines 44246 44419 +173
Branches 8154 8189 +35
==========================================
+ Hits 24284 24449 +165
- Misses 19132 19134 +2
- Partials 830 836 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
688e54f to
d6ddd45
Compare
327e612 to
90533d6
Compare
90533d6 to
7652eab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Some devices may generate non-functional node under /sys/devices. This kind of device may stuck forever when try to read data from it. Refer https://warthogs.atlassian.net/browse/STELLA-2881 for more information. This test case is created for gating such devices.
Resolved issues
Documentation
Tests
On normal system, this test should pass without error. On device with fault device and don't have been add to driver ignore list. This test job will print out the failed attributes.