test_stamp_pattern timing out waiting for attached device to show up in guest
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Undecided
|
Unassigned | ||
tempest |
Fix Released
|
Undecided
|
Attila Fazekas |
Bug Description
The Tempest scenario test TestStampPattern was unskipped on 2/13:
https:/
Since then the ceph jobs have been failing, e.g.:
2017-02-14 23:40:42.736898 | tempest.
2017-02-14 23:40:42.736948 | -------
2017-02-14 23:40:42.736959 |
2017-02-14 23:40:42.736975 | Captured traceback:
2017-02-14 23:40:42.736992 | ~~~~~~~~~~~~~~~~~~~
2017-02-14 23:40:42.737013 | Traceback (most recent call last):
2017-02-14 23:40:42.737037 | File "tempest/test.py", line 103, in wrapper
2017-02-14 23:40:42.737061 | return f(self, *func_args, **func_kwargs)
2017-02-14 23:40:42.737094 | File "tempest/
2017-02-14 23:40:42.737115 | keypair[
2017-02-14 23:40:42.737153 | File "tempest/
2017-02-14 23:40:42.737176 | raise lib_exc.
2017-02-14 23:40:42.737203 | tempest.
2017-02-14 23:40:42.737218 | Details: None
They fail while waiting for the attached volume to show up on the guest, and it never does.
There are only 11 hits in the ceph jobs in the last 24 hours but that's still pretty high. The ceph xenial job which runs on newton, ocata and master is non-voting so people probably aren't noticing, but the ceph trusty job runs on stable/mitaka and is voting and is failing.
tags: | added: quobyte |
Changed in tempest: | |
status: | New → Confirmed |
tags: | added: upstream-gate |
Changed in tempest: | |
assignee: | nobody → Attila Fazekas (afazekas) |
status: | Confirmed → In Progress |
We can probably pull some debug code out of this older patch I had:
https:/ /review. openstack. org/#/c/ 218355/ 23/tempest/ scenario/ test_stamp_ pattern. py
Also, in that change I'm trying to be smarter about the device name used for the volume attachment rather than rely on the tempest.conf since the libvirt driver in nova completely ignores the device name passed in when attaching the volume.