Oops when running false for required in a step
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
conjure-up |
New
|
Undecided
|
Unassigned |
Bug Description
I am working on a step in the hadoop-processing spell so users may optionally run a Terasort benchmark.
My step.yaml looks like:
title: Terasort Benchmark
description: |
Runs teragen to generate sample data, and then runs terasort to sort that data.
viewable: True
required: False
Code at https:/
When I run this spell I get an error:
"Could not read output from step . . . step-04_
Stack trace:
$ conjure-up ~/devel/
Exception in ev.run():
Traceback (most recent call last):
File "/usr/lib/
cls.loop.run()
File "/usr/lib/
self._run()
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
handle._run()
File "/usr/lib/
self.
File "/usr/lib/
event_loop, callback, self.get_
File "/usr/lib/
callback(
File "/usr/lib/
self.
File "/usr/lib/
k = self._topmost_
File "/usr/lib/
return self._current_
File "/usr/lib/
return self.body.keypress( (maxcol, remaining), key )
File "/usr/lib/
return self._original_
File "/usr/lib/
key = self.focus.
File "/usr/lib/
return self._original_
File "/usr/lib/
key = self.focus.
File "/usr/lib/
self.
File "/usr/lib/
signals.
File "/usr/lib/
result |= self._call_
File "/usr/lib/
return bool(callback(
File "/usr/lib/
raise SystemExit("Install exited because of error.")
SystemExit: Install exited because of error.
Install exited because of error.
arosales@x230:~$
https:/ /github. com/conjure- up/conjure- up/issues/ 611