Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 853439 Details for
Bug 1056272
cpuscaling test hang waiting for work processes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cpuscaling patch fixing work process return code logic
0001-1056272-cpuscaling-test-hang-waiting-for-work-proces.patch (text/plain), 1.02 KB, created by
Greg Nichols
on 2014-01-21 20:43:33 UTC
(
hide
)
Description:
cpuscaling patch fixing work process return code logic
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2014-01-21 20:43:33 UTC
Size:
1.02 KB
patch
obsolete
>From d40bb57e3caa87a64f60f55c9b65d3b460a5c597 Mon Sep 17 00:00:00 2001 >From: Greg Nichols <gnichols@redhat.com> >Date: Tue, 21 Jan 2014 15:41:20 -0500 >Subject: [PATCH] 1056272 - cpuscaling test hang waiting for work processes > >--- > tests/cpuscaling/cpuscaling.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/tests/cpuscaling/cpuscaling.py b/tests/cpuscaling/cpuscaling.py >index e8b3bde..c3195c6 100644 >--- a/tests/cpuscaling/cpuscaling.py >+++ b/tests/cpuscaling/cpuscaling.py >@@ -1124,7 +1124,7 @@ class LoadProcess: > def isDone(self): > if self.workProcess: > self.returnCode = self.workProcess.poll() >- if self.returnCode: >+ if self.returnCode is not None: > while True: > line = self.workProcess.readline() > if line: >@@ -1140,7 +1140,7 @@ class LoadProcess: > return True > # otherwise > return False >- >+ > def getReturnCode(self): > return self.returnCode > >-- >1.8.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1056272
: 853439