Comment 11 for bug 1412513

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to cinder (master)

Reviewed: https://review.openstack.org/163191
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=d1b03bf268303d05f1067239fd3f7e87498fe091
Submitter: Jenkins
Branch: master

commit d1b03bf268303d05f1067239fd3f7e87498fe091
Author: Eric Harney <email address hidden>
Date: Tue Mar 10 16:34:16 2015 -0400

    Tests: Harden fake_notifier asserts

    This is a continuation of
    8740e063 - Make test_create_delete_snapshot more robust

    The same issue cropped up for me in
    test_create_consistencygroup_from_src().

    Add some more specific asserts to try to reveal what
    is going wrong here. The idea is to assert more
    specific things (examining individual notifications)
    before more general asserts (count of notifications) when
    possible, to fail the test on the check that will provide
    the most information back.

    Related-Bug: #1412513

    Change-Id: I267bd5933247f69f220a7be871a63e4db9eb9a80