Bug 1666351
Summary: | Add ssdd test to the rt-tests suite | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | John Kacur <jkacur> | ||||||||||||
Component: | rt-tests | Assignee: | John Kacur <jkacur> | ||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Qiao Zhao <qzhao> | ||||||||||||
Severity: | medium | Docs Contact: | Eliane Ramos Pereira <elpereir> | ||||||||||||
Priority: | unspecified | ||||||||||||||
Version: | 8.1 | CC: | bhu, hwkernel-mgr, jklech, lmanasko, mstowell, qzhao, williams | ||||||||||||
Target Milestone: | rc | Keywords: | FutureFeature | ||||||||||||
Target Release: | 8.0 | ||||||||||||||
Hardware: | Unspecified | ||||||||||||||
OS: | Linux | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Enhancement | |||||||||||||
Doc Text: |
.The `ssdd` test has been added to RHEL for Real Time 8
The `ssdd` test has been added to enable stress testing of the tracing subsystem. The test runs multiple tracing threads to verify locking is correct within the tracing system.
|
Story Points: | --- | ||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2019-11-05 20:35:58 UTC | Type: | Bug | ||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||
Documentation: | --- | CRM: | |||||||||||||
Verified Versions: | Category: | --- | |||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
Embargoed: | |||||||||||||||
Bug Depends On: | 1682428 | ||||||||||||||
Bug Blocks: | 1649535, 1701002 | ||||||||||||||
Attachments: |
|
Description
John Kacur
2019-01-15 15:36:33 UTC
Created attachment 1558964 [details]
Add ssdd test
Created attachment 1558965 [details]
Incorporate ssdd into the Makefile
Created attachment 1558966 [details]
make ssdd functions static
Created attachment 1558967 [details]
ssdd remove unncessary sleeps
Created attachment 1558969 [details]
ssdd change written pid
Fixed in rt-tests-1.3-17 Hi John, Could you provide a review on the Doc Text, from the SME perspective, please? Many thanks in advance (In reply to Eliane Ramos Pereira from comment #17) > Hi John, > > Could you provide a review on the Doc Text, from the SME perspective, please? > > Many thanks in advance John's on PTO, so I'll try and fill in for him. I'd make a slight change to the Doc Text: === The `ssdd` test has been added to stress test the tracing subsystem. The test runs multiple tracing threads to verify locking is correct within the tracing system. === The original implies that we're verifying locking globally, while in fact we're just checking that locking within the trace subsystem is working properly and that no data corruption occurs due to incorrect locking. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3308 |