Bug 726709
| Summary: | pulp locks up at random points during automation | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | dgao |
| Component: | user-experience | Assignee: | Jason Connor <jconnor> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | dgao |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | mmccune, pthomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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:07:53 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: | 647488 | ||
fix pushed in a0f6bfd66863ac5dcfee40544a987c2a657bdc3f Turned out to be a name conflict between a field and a method of Task Fixed in 0.218 The issue no longer exists in automation, closing. Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |
Automation run on both qe and nightly build 0.0.217 seems to lock up pulp at random points. For qe build, pulp-admin repo status --id=parent_clone_repo For nightly build, pulp-admin package install -n origin --consumerid=test_consumer In both cases, the following traceback is observed: 2011-07-29 10:58:00,915 21698:140730572990208: pulp:CRITICAL: queue:128 Exception in FIFO Queue Dispatch Thread Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pulp/server/tasking/taskqueue/queue.py", line 124, in _dispatch self._timeout_tasks() File "/usr/lib/python2.7/site-packages/pulp/server/tasking/taskqueue/queue.py", line 185, in _timeout_tasks task.timeout() TypeError: 'datetime.timedelta' object is not callable