Bug 999733
Summary: | cannot cancel recipe sets over XML-RPC: NameError: global name 'self' is not defined | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
Component: | scheduler | Assignee: | Nick Coghlan <ncoghlan> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Amit Saha <asaha> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.14 | CC: | aigao, asaha, azelinka, dapospis, dcallagh, ebaak, llim, qwan, rmancy, xjia |
Target Milestone: | 0.14.2 | Keywords: | Regression, Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-11-07 01:47:11 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: |
Description
Dan Callaghan
2013-08-22 00:48:02 UTC
Fixed as part of http://gerrit.beaker-project.org/#/c/2222 Verify: [root@dhcp-65-87 ~]# bkr job-cancel RS:2457 Cancelled RS:2457 [root@dhcp-65-87 ~]# bkr job-cancel RS:2457 Cancelled RS:2457 Version; [root@dhcp-65-87 ~]# rpm -qa | grep beaker beaker-redhat-0.1.54-1.el6eng.noarch beaker-0.14.1-1.git.180.8e142cb.el6eng.noarch beaker-lab-controller-addDistro-0.14.1-1.git.180.8e142cb.el6eng.noarch python-beaker-1.3.1-6.el6.noarch beaker-client-0.14.1-1.git.180.8e142cb.el6eng.noarch beaker-lab-controller-0.14.1-1.git.180.8e142cb.el6eng.noarch beaker-server-0.14.1-1.git.180.8e142cb.el6eng.noarch *** Bug 1012345 has been marked as a duplicate of this bug. *** Beaker 0.15 has been released. This change has been nominated to be back ported to the 0.14 branch, to be released as part of the next maintenance release 0.14.2. Adjusting target milestone to make the changes backported to 0.14.2 easier to identify. 0.15.0 has enough significant regressions that it shouldn't be used, so the change means that 0.15.1 can be effectively reidentified as the union of that tag and the 0.14.2 target milestone. Initial set of backports missed the actual fix for this. Missing commit cherry picked here: http://gerrit.beaker-project.org/#/c/2425 Closing as addressed in Beaker 0.14.2. |