Message init fails with TypeError
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Zaqar |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
2018-01-30 10:54:28.206775 | primary | 2018-01-30 10:54:28.206 | Captured traceback:
2018-01-30 10:54:28.208296 | primary | 2018-01-30 10:54:28.207 | ~~~~~~~~~~~~~~~~~~~
2018-01-30 10:54:28.210193 | primary | 2018-01-30 10:54:28.209 | Traceback (most recent call last):
2018-01-30 10:54:28.212070 | primary | 2018-01-30 10:54:28.211 | File "/opt/stack/
2018-01-30 10:54:28.213719 | primary | 2018-01-30 10:54:28.213 | self.assertTrue
2018-01-30 10:54:28.215651 | primary | 2018-01-30 10:54:28.215 | File "/opt/stack/
2018-01-30 10:54:28.217599 | primary | 2018-01-30 10:54:28.217 | if func(*args, **kwargs):
2018-01-30 10:54:28.219767 | primary | 2018-01-30 10:54:28.219 | File "/opt/stack/
2018-01-30 10:54:28.222011 | primary | 2018-01-30 10:54:28.221 | messages = list(queue.
2018-01-30 10:54:28.224061 | primary | 2018-01-30 10:54:28.223 | File "/opt/stack/
2018-01-30 10:54:28.226669 | primary | 2018-01-30 10:54:28.226 | return self._create_
2018-01-30 10:54:28.229490 | primary | 2018-01-30 10:54:28.228 | File "/opt/stack/
2018-01-30 10:54:28.231829 | primary | 2018-01-30 10:54:28.231 | return lambda args: Message(parent, **args)
2018-01-30 10:54:28.234218 | primary | 2018-01-30 10:54:28.233 | TypeError: __init__() got an unexpected keyword argument 'checksum'
2018-01-30 1
Reviewed: https:/ /review. openstack. org/539189 /git.openstack. org/cgit/ openstack/ python- zaqarclient/ commit/ ?id=fd7a02588d0 5d816feb9392a88 43ae3ae25bba90
Committed: https:/
Submitter: Zuul
Branch: master
commit fd7a02588d05d81 6feb9392a8843ae 3ae25bba90
Author: rabi <email address hidden>
Date: Tue Jan 30 16:57:00 2018 +0530
Add checksum to message __init__()
c6bf0333631 cd648108b5c3eb7 1fd12309f55457 has broken puthon-zaqarclient.
Change-Id: I622affb0473643 ca9eee45fe2d4ba 6ab169d07b7
Closes-Bug: #1746226