[openstack-dev] [infra][qa][glance] gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial failures

Brian Rosmaita rosmaita.fossdev at gmail.com
Tue Jan 17 02:18:14 UTC 2017


I need some help troubleshooting a glance_store gate failure that I
think is due to a recent change in a tempest test and a configuration
problem (or it could be something else entirely).  I'd appreciate some
help solving this as it appears to be blocking all merges into
glance_store, which, as a non-client library, is supposed to be frozen
later this week.

Here's an example of the failure in a global requirements update patch:
https://review.openstack.org/#/c/420832/
(I should mention that the failure is occurring in a volume test in
tempest.api.volume.admin.v2.test_snapshot_manage.SnapshotManageAdminV2Test,
not a glance_store test.)

The test is being run by this gate:
gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial

The test that's failing, test_unmanage_manage_snapshot was recently
modified by Change-Id: I77be1cf85a946bf72e852f6378f0d7b43af8023a
To be more precise, the test itself wasn't changed, rather the criterion
for skipping the test was changed (from a skipIf based on whether the
backend was ceph, to a skipUnless based on a boolean config option).

>From the comment in the old code on that patch, it seems like the test
config value should be False when ceph is the backend (and that's its
default).  But in the config dump of the failing test run,
http://logs.openstack.org/32/420832/1/check/gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial/dab27eb/logs/tempest_conf.txt.gz
you can see that manage_snapshot is True.

That's why I think the problem is being caused by a flipped test config
value, but I'm not sure where the configuration for this particular gate
lives so I don't know what repo to propose a patch to.

Thanks in advance for any help,
brian




More information about the OpenStack-dev mailing list