Files
mgmt/test/shell/exec-fail.yaml
James Shubin 91af528ff8 pgraph: Move the quiesce done indicator to avoid deadlock
This avoids a deadlock on resource failure when retry==0. Without this
we would never exit. This adds a test in too!
2017-03-12 13:52:35 -04:00

16 lines
244 B
YAML

---
graph: mygraph
resources:
exec:
- name: exec1
cmd: false this should fail but not hang
shell: ''
timeout: 0
watchcmd: sleep 5s
watchshell: ''
ifcmd: ''
ifshell: ''
pollint: 0
state: present
edges: []