failures not handled while exception raised
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
taskflow |
New
|
Undecided
|
Unassigned |
Bug Description
The issue occurs because the failures object isnt handled when its length is more than 1
in taskflow/
if len(failures) == 1:
elif len(failures) > 1:
raise exc.WrappedFail
=======
Traceback (most recent call last):
File "/root/
result = task.execute(
File "/root/
File "/root/
Traceback (most recent call last):
File "/root/
File "/root/
File "/root/
for _state in self.run_
File "/root/
File "/root/
raise exc.WrappedFail
WrappedFailure: WrappedFailure: [Failure: AttributeError: 'str' object has no attribute 'uuid', Failure: AttributeError: 'str' object has no attribute 'uuid']
Changed in taskflow: | |
assignee: | nobody → Veda Annayappa (vedanu) |
status: | New → In Progress |
Changed in taskflow: | |
assignee: | Veda Annayappa (vedanu) → nobody |
status: | In Progress → New |
Hello Veda Annayappa,
I could see nova related logs from the error's above.
Could you let us know in what scenario the error was encountered.
So that we can try to reproduce it to fix the issue.
Best Regards,
Sowmya Divvi