Failing tempest test_telemetry_integration.TestTelemetryIntegration with UPDATE_FAILED

Bug #1764660 reported by Quique Llorente
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
New
Undecided
Unassigned

Bug Description

Failing featureset017

https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset017-queens/e6cb365/undercloud/home/jenkins/tempest/tempest.html.gz

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/telemetry_tempest_plugin/scenario/test_telemetry_integration.py", line 132, in test
    self._do_test(filename)
  File "/usr/lib/python2.7/site-packages/telemetry_tempest_plugin/scenario/test_telemetry_integration.py", line 125, in _do_test
    self.fail(msg)
  File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 666, in fail
    raise self.failureException(msg)
AssertionError: From test "control stack status" :
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/gabbi/case.py", line 93, in wrapper
    func(self)
  File "/usr/lib/python2.7/site-packages/gabbi/case.py", line 141, in test_request
    self._run_test()
  File "/usr/lib/python2.7/site-packages/gabbi/case.py", line 463, in _run_test
    raise failure
testtools.matchers._impl.MismatchError: 'UPDATE_COMPLETE' != u'UPDATE_FAILED': Unable to match $.stack.stack_status as UPDATE_COMPLETE, got UPDATE_FAILED

From ceilometer agent:
https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset017-queens/e6cb365/subnode-2/var/log/containers/ceilometer/agent-notification.log.txt.gz#_2018-04-17_00_38_49_426

No gnocchi definition for event type: network.create.start publish_events /usr/lib/python2.7/site-packages/ceilometer/publisher/gnocchi.py:455
2018-04-17 00:41:44.202 29 INFO panko.storage.impl_sqlalchemy [-] Duplicate event detected, skipping it: (pymysql.err.IntegrityError) (1062, u"Duplicate entry 'e0a0f550-5b4c-4b22-a272-06ae30b12f46' for key 'message_id'") [SQL: u'INSERT INTO event (message_id, `generated`, raw, event_type_id) VALUES (%(message_id)s, %(generated)s, %(raw)s, %(event_type_id)s)'] [parameters: {'raw': '{}', 'generated': Decimal('1523925704.100218'), 'event_type_id': 21, 'message_id': u'e0a0f550-5b4c-4b22-a272-06ae30b12f46'}] (Background on this error at: http://sqlalche.me/e/gkpj)
  DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, u"Duplicate entry 'network.create.start' for key 'desc'") [SQL: u'INSERT INTO event_type (`desc`) VALUES (%(desc)s)'] [parameters: {'desc': u'network.create.start'}] (Background on this error at: http://sqlalche.me/e/gkpj)
2018-04-17 00:41:44.548 29 DEBUG ceilometer.publisher.gnocchi [-] No gnocchi definition for event type: network.create.end publish_events /usr/lib/python2.7/site-packages/ceilometer/publisher/gnocchi.py:455
2018-04-17 00:41:44.595 29 INFO panko.storage.impl_sqlalchemy [-] Duplicate event detected, skipping it: (pymysql.err.IntegrityError) (1062, u"Duplicate entry '03439616-238f-4400-b923-35438c4e34c3' for key 'message_id'") [SQL: u'INSERT INTO event (message_id, `generated`, raw, event_type_id) VALUES (%(message_id)s, %(generated)s, %(raw)s, %(event_type_id)s)'] [parameters: {'raw': '{}', 'generated': Decimal('1523925704.539372'), 'event_type_id': 23, 'message_id': u'03439616-238f-4400-b923-35438c4e34c3'}] (Background on this error at: http://sqlalche.me/e/gkpj)
2018-04-17 00:41:49.403 29 DEBUG ceilometer.publisher.gnocchi [-] No gnocchi definition for event type: subnet.create.start publish_events /usr/lib/python2.7/site-packages/ceilometer/publisher/gnocchi.py:455
2018-04-17 00:41:49.429 29 INFO panko.storage.impl_sqlalchemy [-] Duplicate event detected, skipping it: (pymysql.err.IntegrityError) (1062, u"Duplicate entry '4a9bde54-ab2f-40ef-888c-827c3959f7fe' for key 'message_id'") [SQL: u'INSERT INTO event (message_id, `generated`, raw, event_type_id) VALUES (%(message_id)s, %(generated)s, %(raw)s, %(event_type_id)s)'] [parameters: {'raw': '{}', 'generated': Decimal('1523925709.39807'), 'event_type_id': 24, 'message_id': u'4a9bde54-ab2f-40ef-888c-827c3959f7fe'}] (Background on this error at: http://sqlalche.me/e/gkpj)
  DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, u"Duplicate entry 'subnet.create.start' for key 'desc'") [SQL: u'INSERT INTO event_type (`desc`) VALUES (%(desc)s)'] [parameters: {'desc': u'subnet.create.start'}] (Background on this error at: http://sqlalche.me/e/gkpj)
2018-04-17 00:41:49.764 29 DEBUG ceilometer.publisher.gnocchi [-] No gnocchi definition for event type: subnet.create.end publish_events /usr/lib/python2.7/site-packages/ceilometer/publisher/gnocchi.py:455
2018-04-17 00:41:49.794 29 INFO panko.storage.impl_sqlalchemy [-] Duplicate event detected, skipping it: (pymysql.err.IntegrityError) (1062, u"Duplicate entry '5eae07d8-9284-4392-b241-aeab9a0ca4c9' for key 'message_id'") [SQL: u'INSERT INTO event (message_id, `generated`, raw, event_type_id) VALUES (%(message_id)s, %(generated)s, %(raw)s, %(event_type_id)s)'] [parameters: {'raw': '{}', 'generated': Decimal('1523925709.757683'), 'event_type_id': 26, 'message_id': u'5eae07d8-9284-4392-b241-aeab9a0ca4c9'}] (Background on this error at: http://sqlalche.me/e/gkpj)
2018-04-17 00:42:05.601 29 DEBUG ceilometer.publisher.gnocchi [-] No gnoc

Tags: ci
Revision history for this message
Quique Llorente (quiquell) wrote :
description: updated
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.