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 694684 Details for
Bug 760567
Change of DynamicQuota causes KeyError on empty data
[?]
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 to introduce an intentional whitebox test error
BZ760567.patch (text/plain), 695 bytes, created by
Trevor McKay
on 2013-02-07 18:13:32 UTC
(
hide
)
Description:
Patch to introduce an intentional whitebox test error
Filename:
MIME Type:
Creator:
Trevor McKay
Created:
2013-02-07 18:13:32 UTC
Size:
695 bytes
patch
obsolete
>Index: cumin/python/cumin/grid/negotiator.py >=================================================================== >--- cumin/python/cumin/grid/negotiator.py (revision 5452) >+++ cumin/python/cumin/grid/negotiator.py (working copy) >@@ -71,6 +71,15 @@ > info = self.get_group_info(session, negotiator) > self.info.set(session, info) > >+ import copy >+ broken = copy.deepcopy(info) >+ try: >+ del broken["GRID.ONE"]["GROUP_QUOTA_DYNAMIC"] >+ print ("Delete config GROUP_QUOTA_DYNAMIC for group GRID.ONE") >+ except: >+ pass >+ return broken >+ > return info > > def get_group_info(self, session, negotiator):
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 760567
: 694684 |
694685