Comment 5 for bug 1412513

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

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

commit 8740e0630938a88cd03c514ffe873613801f04b9
Author: Eric Harney <email address hidden>
Date: Mon Jan 19 14:01:45 2015 -0500

    Make test_create_delete_snapshot more robust

    This patch does two things to improve this test, and
    help debug issues with it failing.

    - Add additional checks for contents of the first two
      expected notifications.
    - Assert the length of the notifications list after checking
      its contents so that if it contains unexpected items, we can
      see what they are. This should help with the current gate
      failures.

    Change-Id: Ib92247389fb3be6d65a658880fd47e634f1da8d1
    Related-Bug: #1412513