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 883779 Details for
Bug 1084219
certify returns "Test plan is not frozen"
[?]
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]
patch cleaning up error reporting
0001-1084579-certify-returns-Test-plan-is-not-frozen-Faul.patch (text/plain), 1.68 KB, created by
Greg Nichols
on 2014-04-07 23:01:25 UTC
(
hide
)
Description:
patch cleaning up error reporting
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2014-04-07 23:01:25 UTC
Size:
1.68 KB
patch
obsolete
>From 14a3262f60d708c694c539e30331010b44ee534e Mon Sep 17 00:00:00 2001 >From: Greg Nichols <gnichols@redhat.com> >Date: Mon, 7 Apr 2014 18:58:00 -0400 >Subject: [PATCH] 1084579 - certify returns 'Test plan is not frozen' Fault > code: -32000 > >--- > hwcert/catalog.py | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/hwcert/catalog.py b/hwcert/catalog.py >index c598ceb..e671859 100644 >--- a/hwcert/catalog.py >+++ b/hwcert/catalog.py >@@ -274,7 +274,7 @@ class CatalogText(Catalog): > return openTests > > except xmlrpclib.Fault, error: >- print "Error: could not get test plan from hardware catalog:" >+ print "\nError: could not get test plan from hardware catalog:" > if not self.handleRPCException(error): > return None > except Exception, e: >@@ -283,8 +283,9 @@ class CatalogText(Catalog): > return None > > def handleRPCException(self, rpcException): >- print " Fault code: %s" % rpcException.faultCode >- print " Fault string: %s" % rpcException.faultString >+ print rpcException.faultString >+ if self.debug != Constants.off: >+ print "(Fault code: %s)" % rpcException.faultCode > if rpcException.faultCode == 300: # bad login/password > self.password = None > self.login = None >@@ -349,6 +350,7 @@ class CatalogText(Catalog): > return int(id) > > except xmlrpclib.Fault, error: >+ print "" > if self.debug != Constants.off: > stop = datetime.datetime.now() > print "Search took %s" % (stop-start) >-- >1.9.0 >
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 1084219
: 883779