heatclient.tests.test_events.EventManagerTest.test_list_event_with_kwargs fails in 0.2.12 with python3.3

Bug #1375047 reported by Alex Brandt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-heatclient
Won't Fix
Undecided
Unassigned

Bug Description

It looks like this test fails due to non-order persistence in the URL parameters under python 3.3. I tried patching it with the new order but still received the failure.

FAIL: heatclient.tests.test_events.EventManagerTest.test_list_event_with_kwargs
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./heatclient/tests/test_events.py", line 89, in test_list_event_with_kwargs
    "events")
  File "/usr/lib64/python3.3/site-packages/mock.py", line 855, in assert_called_once_with
    return self.assert_called_with(*args, **kwargs)
  File "/usr/lib64/python3.3/site-packages/mock.py", line 844, in assert_called_with
    raise AssertionError(msg)
AssertionError: Expected call: mock('/stacks/teststack%2Fabcd1234/resources/testresource/events?marker=6d6935f4-0ae5&limit=2&resource_action=CREATE&resource_status=COMPLETE', 'events')
Actual call: mock('/stacks/teststack%2Fabcd1234/resources/testresource/events?resource_status=COMPLETE&limit=2&resource_action=CREATE&marker=6d6935f4-0ae5', 'events')

Revision history for this message
Steve Baker (steve-stevebaker) wrote :

could you please retest with python-heatclient 0.3.0?

Changed in python-heatclient:
status: New → Incomplete
Changed in python-heatclient:
status: Incomplete → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.