Bug 675706
| Summary: | pulp.client.connection.PulpConnection.shutDown() is never called | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Daniel Mach <dmach> |
| Component: | user-experience | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | tsanders |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 20 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 12:10:56 UTC | Type: | --- |
| 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: | |||
| Bug Blocks: | 563609, 647488 | ||
|
Description
Daniel Mach
2011-02-07 13:22:06 UTC
fixed! commit e3661b387aafcbc82d599843169855605542f095 Author: Pradeep Kilambi <pkilambi> Date: Tue Feb 8 13:40:37 2011 -0500 Fixed in 0.136. To Test:
#!/usr/bin/python
from pulp.client import connection
conn = connection.PulpConnection()
conn.setUp()
conn.task_status("/repositories/")
conn.shutDown()
Make sure shutdown doesnt error with Attribute error
verified [root@preethi ~]# rpm -q pulp pulp-0.0.137-1.fc14.noarch [root@preethi ~]# ran the above script without errors [root@preethi ~]# python bug_675706.py [root@preethi ~]# Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |