IndexError traceback in test_boot_reschedule_fill_provider_mapping_raises run
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Low
|
Chason Chan |
Bug Description
Seeing this which is low priority but clutters up the logs so we should clean it up:
{7} nova.tests.
Captured stderr:
~~~~~~~~~~~~~~~~
b'Traceback (most recent call last):'
b' File "/home/
b' timer()'
b' File "/home/
b' cb(*args, **kw)'
b' File "/home/
b' result = function(*args, **kwargs)'
b' File "/home/
b' return func(*args, **kwargs)'
b' File "/home/
b' six.reraise(
b' File "/home/
b' raise value'
b' File "/home/
b' resource_
b' File "/home/
b" port['id']][0]"
b'IndexError: list index out of range'
b''
Changed in nova: | |
assignee: | nobody → Chason Chan (chen-xing) |
Hi Matt, just to be sure what I need do for this bug. As I find this job passed, I am confused what is the point of this bug.
Did you mean this job passed even it captured stderr including "IndexError"?
Thanks!