Improvements in the engine have uncovered some annoying race conditions which would cause the engine to block between transitions. This is a test which catches the most obvious file based ones. This requires inotify to work in the test environment.
10 lines
141 B
YAML
10 lines
141 B
YAML
---
|
|
graph: mygraph
|
|
resources:
|
|
file:
|
|
- name: file1
|
|
path: "/tmp/mgmt/change1"
|
|
content: 'goodbye world'
|
|
state: exists
|
|
edges: []
|