Fixing test, since executor now autovivifies certain job attributes
This commit is contained in:
@@ -51,8 +51,8 @@ TEST_CASE("rest_endpoint", "[server_basic]")
|
|||||||
"tag": "unit_server",
|
"tag": "unit_server",
|
||||||
"parameters": { "FILE": [ "A", "B" ] },
|
"parameters": { "FILE": [ "A", "B" ] },
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"touch": { "job": { "command": [ "/usr/bin/touch", "dagrun_{{FILE}}" ]} },
|
"touch": { "job": { "command": [ "/usr/bin/touch", "dagrun_{{FILE}}" ], "environment": []} },
|
||||||
"cat": { "job": { "command": [ "/usr/bin/cat", "dagrun_A", "dagrun_B" ]},
|
"cat": { "job": { "command": [ "/usr/bin/cat", "dagrun_A", "dagrun_B" ], "environment": []},
|
||||||
"parents": [ "touch" ]
|
"parents": [ "touch" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user