test_purge_project_id fail on gate-heat-dsvm-functional-orig-mysql-lbaasv2

Bug #1608910 reported by Dmitriy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
High
Thomas Herve

Bug Description

heat_integrationtests.functional.test_purge.PurgeTest.test_purge_project_id

Captured traceback:

File "heat_integrationtests/functional/test_purge.py", line 67, in test_purge_project_id
    self.assertIn(stack_identifier.split('/')[1], stacks)
File "/opt/stack/new/heat/.tox/integration/local/lib/python2.7/site-packages/testtools/testcase.py", line 417, in assertIn
    self.assertThat(haystack, Contains(needle), message)
File "/opt/stack/new/heat/.tox/integration/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error

testtools.matchers._impl.MismatchError: u'71b761e7-2ea4-404c-88d5-29ac082e1886' not in...

http://logs.openstack.org/12/290712/7/gate/gate-heat-dsvm-functional-orig-mysql-lbaasv2/b343e80/console.html

Revision history for this message
Rabi Mishra (rabi) wrote :

To me it seems like both the purge tests test_purge anb test_purge_project_id are running at the same time and the first test is purging deleted stacks of the second test. I don't think it was a good idea to have two different tests in https://review.openstack.org/#/c/335857/.

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/350449

Changed in heat:
assignee: nobody → Thomas Herve (therve)
status: New → In Progress
Thomas Herve (therve)
Changed in heat:
importance: Undecided → High
milestone: none → newton-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

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

commit e2704def9d9babbf8854e10f9b0dcd21c53a0fa6
Author: Thomas Herve <email address hidden>
Date: Wed Aug 3 10:31:09 2016 +0200

    Remove additional purge test

    We recently added a new integration test for purge to check purge per
    project. It doesn't provide much more testing, and we can't actually
    have 2 purge tests because they can't run in parallel to each other, so
    let's remove it for now.

    Change-Id: I9f0b97adae9ea532bc2453441c327e30b849d006
    Closes-Bug: #1608910

Changed in heat:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/heat 7.0.0.0b3

This issue was fixed in the openstack/heat 7.0.0.0b3 development milestone.

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.