yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21951
[Bug 1372474] [NEW] ceilometer client no longer has ClientException
*** This bug is a duplicate of bug 1372416 ***
https://bugs.launchpad.net/bugs/1372416
Public bug reported:
The new ceilometer client release seems to not have ClientException,
which is breaking horizon's unit tests. This seems like a non graceful
change -
http://logstash.openstack.org/#eyJzZWFyY2giOiJcIkF0dHJpYnV0ZUVycm9yOiAnbW9kdWxlJyBvYmplY3QgaGFzIG5vIGF0dHJpYnV0ZSAnQ2xpZW50RXhjZXB0aW9uJ1wiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDExMzkzNDUwMzAxfQ==
This has blocked horizon from moving any code forward.
Example failure: http://logs.openstack.org/79/113779/1/check/gate-
horizon-python27-django14/497bee9/console.html
2014-09-22 11:15:57.518 | ======================================================================
2014-09-22 11:15:57.518 | ERROR: test_manage_hosts_update_clean_not_empty_aggregate_should_fail (openstack_dashboard.dashboards.admin.aggregates.tests.ManageHostsTests)
2014-09-22 11:15:57.518 | ----------------------------------------------------------------------
2014-09-22 11:15:57.518 | Traceback (most recent call last):
2014-09-22 11:15:57.518 | File "/home/jenkins/workspace/gate-horizon-python27-django14/openstack_dashboard/test/helpers.py", line 124, in setUp
2014-09-22 11:15:57.518 | test_utils.load_test_data(self)
2014-09-22 11:15:57.519 | File "/home/jenkins/workspace/gate-horizon-python27-django14/openstack_dashboard/test/test_data/utils.py", line 43, in load_test_data
2014-09-22 11:15:57.519 | data_func(load_onto)
2014-09-22 11:15:57.519 | File "/home/jenkins/workspace/gate-horizon-python27-django14/openstack_dashboard/test/test_data/exceptions.py", line 69, in data
2014-09-22 11:15:57.519 | ceilometer_exception = ceilometer_exceptions.ClientException
2014-09-22 11:15:57.519 | AttributeError: 'module' object has no attribute 'ClientException'
** Affects: ceilometer
Importance: Critical
Status: New
** Affects: horizon
Importance: Critical
Status: New
** Tags: gate
** Also affects: horizon
Importance: Undecided
Status: New
** Changed in: ceilometer
Importance: Undecided => Critical
** Changed in: horizon
Importance: Undecided => Critical
** Tags added: gate
** This bug has been marked a duplicate of bug 1372416
Test failures due to removed ClientException from Ceilometer client
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1372474
Title:
ceilometer client no longer has ClientException
Status in OpenStack Telemetry (Ceilometer):
New
Status in OpenStack Dashboard (Horizon):
New
Bug description:
The new ceilometer client release seems to not have ClientException,
which is breaking horizon's unit tests. This seems like a non graceful
change -
http://logstash.openstack.org/#eyJzZWFyY2giOiJcIkF0dHJpYnV0ZUVycm9yOiAnbW9kdWxlJyBvYmplY3QgaGFzIG5vIGF0dHJpYnV0ZSAnQ2xpZW50RXhjZXB0aW9uJ1wiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDExMzkzNDUwMzAxfQ==
This has blocked horizon from moving any code forward.
Example failure: http://logs.openstack.org/79/113779/1/check/gate-
horizon-python27-django14/497bee9/console.html
2014-09-22 11:15:57.518 | ======================================================================
2014-09-22 11:15:57.518 | ERROR: test_manage_hosts_update_clean_not_empty_aggregate_should_fail (openstack_dashboard.dashboards.admin.aggregates.tests.ManageHostsTests)
2014-09-22 11:15:57.518 | ----------------------------------------------------------------------
2014-09-22 11:15:57.518 | Traceback (most recent call last):
2014-09-22 11:15:57.518 | File "/home/jenkins/workspace/gate-horizon-python27-django14/openstack_dashboard/test/helpers.py", line 124, in setUp
2014-09-22 11:15:57.518 | test_utils.load_test_data(self)
2014-09-22 11:15:57.519 | File "/home/jenkins/workspace/gate-horizon-python27-django14/openstack_dashboard/test/test_data/utils.py", line 43, in load_test_data
2014-09-22 11:15:57.519 | data_func(load_onto)
2014-09-22 11:15:57.519 | File "/home/jenkins/workspace/gate-horizon-python27-django14/openstack_dashboard/test/test_data/exceptions.py", line 69, in data
2014-09-22 11:15:57.519 | ceilometer_exception = ceilometer_exceptions.ClientException
2014-09-22 11:15:57.519 | AttributeError: 'module' object has no attribute 'ClientException'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1372474/+subscriptions
Follow ups
References