Can't use queue.pop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Zaqar |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When trying to use queue.pop with a client on 1.0 version, the client fails with the following error:
File "/opt/stack/
msgs = core.message_
File "/opt/stack/
transport.
File "/opt/stack/
raise self.http_
zaqarclient.
If we bum the version to 1.1, it fails with a different error:
File "/opt/stack/
args = self._listing_
AttributeError: 'NoneType' object has no attribute 'pop'
The first one should probably fails with a better error. The second one should just work, I think :).
Changed in python-zaqarclient: | |
milestone: | none → 0.2.0 |
status: | Fix Committed → Fix Released |
Reviewed: https:/ /review. openstack. org/177792 /git.openstack. org/cgit/ openstack/ python- zaqarclient/ commit/ ?id=0047c541169 747064b57464d6d cd0c07958c27e9
Committed: https:/
Submitter: Jenkins
Branch: master
commit 0047c5411697470 64b57464d6dcd0c 07958c27e9
Author: Thomas Herve <email address hidden>
Date: Mon Apr 27 16:33:51 2015 +0200
Fix handling of 1.1 API
This fixes various behaviors of the client talking to the v1.1 API, and
enables functional tests for queues.
Change-Id: Icd30e32a172477 90dfd57d6420d67 f9140020db6
Closes-Bug: #1446677
Closes-Bug: #1446679