heat.tests.engine.test_engine_worker.CheckWorkflowCleanupTest.test_is_cleanup_traversal_raise_update_inprogress gate failure

Bug #1493906 reported by Rabi Mishra
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
High
Oleksii Chuprykov

Bug Description

gate-heat-python34 fails with the following error

http://logs.openstack.org/12/221312/2/check/gate-heat-python34/b1d6e61/console.html#_2015-09-09_14_19_28_656

2015-09-09 14:19:28.656 | ======================================================================
2015-09-09 14:19:28.656 | FAIL: heat.tests.engine.test_engine_worker.CheckWorkflowCleanupTest.test_is_cleanup_traversal_raise_update_inprogress
2015-09-09 14:19:28.656 | tags: worker-4
2015-09-09 14:19:28.656 | ----------------------------------------------------------------------
2015-09-09 14:19:28.656 | Empty attachments:
2015-09-09 14:19:28.657 | pythonlogging:'alembic'
2015-09-09 14:19:28.657 | pythonlogging:'barbicanclient'
2015-09-09 14:19:28.657 | pythonlogging:'cinderclient'
2015-09-09 14:19:28.657 | pythonlogging:'cliff'
2015-09-09 14:19:28.657 | pythonlogging:'designateclient'
2015-09-09 14:19:28.657 | pythonlogging:'dogpile'
2015-09-09 14:19:28.657 | pythonlogging:'fasteners'
2015-09-09 14:19:28.657 | pythonlogging:'heat-provision'
2015-09-09 14:19:28.658 | pythonlogging:'heat.engine.environment'
2015-09-09 14:19:28.658 | pythonlogging:'heat_integrationtests'
2015-09-09 14:19:28.658 | pythonlogging:'heatclient'
2015-09-09 14:19:28.658 | pythonlogging:'iso8601'
2015-09-09 14:19:28.658 | pythonlogging:'keystoneclient'
2015-09-09 14:19:28.658 | pythonlogging:'keystonemiddleware'
2015-09-09 14:19:28.658 | pythonlogging:'magnumclient'
2015-09-09 14:19:28.658 | pythonlogging:'manilaclient'
2015-09-09 14:19:28.659 | pythonlogging:'migrate'
2015-09-09 14:19:28.659 | pythonlogging:'mistralclient'
2015-09-09 14:19:28.659 | pythonlogging:'neutronclient'
2015-09-09 14:19:28.659 | pythonlogging:'novaclient'
2015-09-09 14:19:28.659 | pythonlogging:'object'
2015-09-09 14:19:28.659 | pythonlogging:'oslo'
2015-09-09 14:19:28.659 | pythonlogging:'oslo_concurrency'
2015-09-09 14:19:28.659 | pythonlogging:'oslo_config'
2015-09-09 14:19:28.659 | pythonlogging:'oslo_db'
2015-09-09 14:19:28.659 | pythonlogging:'oslo_i18n'
2015-09-09 14:19:28.659 | pythonlogging:'oslo_log'
2015-09-09 14:19:28.660 | pythonlogging:'oslo_messaging'
2015-09-09 14:19:28.660 | pythonlogging:'oslo_middleware'
2015-09-09 14:19:28.660 | pythonlogging:'oslo_policy'
2015-09-09 14:19:28.660 | pythonlogging:'oslo_service'
2015-09-09 14:19:28.660 | pythonlogging:'oslo_utils'
2015-09-09 14:19:28.660 | pythonlogging:'oslo_versionedobjects'
2015-09-09 14:19:28.660 | pythonlogging:'requests'
2015-09-09 14:19:28.660 | pythonlogging:'routes'
2015-09-09 14:19:28.660 | pythonlogging:'saharaclient'
2015-09-09 14:19:28.660 | pythonlogging:'sqlalchemy'
2015-09-09 14:19:28.660 | pythonlogging:'stevedore'
2015-09-09 14:19:28.660 | pythonlogging:'swiftclient'
2015-09-09 14:19:28.661 | pythonlogging:'troveclient'
2015-09-09 14:19:28.661 |
2015-09-09 14:19:28.661 | pythonlogging:'': {{{
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] Stack CREATE IN_PROGRESS (check_workflow_create_stack): Stack CREATE started
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] convergence_dependencies: {(5, True): {}, (3, True): {(5, True), (4, True)}, (4, True): {}, (1, True): {(3, True)}, (2, True): {(3, True)}}
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] Triggering resource 5 for True update
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] Triggering resource 4 for True update
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] Stack DELETE IN_PROGRESS (check_workflow_create_stack): Stack DELETE started
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] convergence_dependencies: {(2, False): {(2, True)}, (5, False): {(5, True)}, (3, False): {(3, True)}, (5, True): {}, (1, False): {(1, True)}, (3, True): {(5, True), (4, True)}, (4, True): {}, (1, True): {(3, True)}, (2, True): {(3, True)}, (4, False): {(4, True)}}
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] Triggering resource 5 for True update
2015-09-09 14:19:28.661 | INFO [heat.engine.stack] Triggering resource 4 for True update

Tags: gate-failure
Angus Salkeld (asalkeld)
Changed in heat:
status: New → Confirmed
importance: Undecided → High
milestone: none → liberty-rc1
Angus Salkeld (asalkeld)
tags: added: gate-failure
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/224034

Changed in heat:
assignee: nobody → Oleksii Chuprykov (ochuprykov)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/224034
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=ac0d959495472cd842b8c1263d7bc6d16afaf254
Submitter: Jenkins
Branch: master

commit ac0d959495472cd842b8c1263d7bc6d16afaf254
Author: Oleksii Chuprykov <email address hidden>
Date: Wed Sep 16 13:59:12 2015 +0300

    Convergence: small fixes in tests

    Some tests may fail because of delay between actual function call
    and assert_called_with check of the same function: we have argument
    that depend on time. So mock remaining_time() of the stack.

    Change-Id: I2968437f7875ce6e8d437ec28a119f89cba720e8
    Closes-Bug: #1493906

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: liberty-rc1 → 5.0.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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