c0086_vvv
Log reference:
loading [Config]: ./tests/functests/upconfig.yml
Main config:
Version -> 1.0.0
RefDir -> ./tests/functests
WorkDir -> cwd
AbsWorkDir -> /up_project/up
TaskFile -> c0086
Verbose -> vvv
ModuleName -> self
ShellType -> /bin/sh
MaxCallLayers -> 8
Timeout -> 3600000
MaxModuelCallLayers -> 256
EntryTask -> task
ModRepoUsernameRef ->
ModRepoPasswordRef ->
work dir: /up_project/up
-exec task: task
loading [Task]: ./tests/functests/c0086
module: [self], instance id: [dev], exec profile: []
profile - envVars:
(*core.Cache)({
})
Task1: [task ==> task: generate logs ]
-Step1:
dvar> linelist:
"- hello\n- this\n- is a\n- beautiful world\n"
-
- hello
- this
- is a
- beautiful world
self: final context exec vars:
(*core.Cache)({
"lines": "hello\nthis\nis a\nbeautiful world",
"up_runtime_task_layer_number": 0,
"linelist_object": {
"hello",
"this",
"is a",
"beautiful world"
},
"linelist": "- hello\n- this\n- is a\n- beautiful world\n"
})
cmd( 1):
echo '{{.lines}}'
-
hello
this
is a
beautiful world
-
.. ok
cmd( 2):
echo '{{.linelist}}'
-
- hello
- this
- is a
- beautiful world
-
.. ok
cmd( 3):
echo '{{.linelist_object}}'
-
[hello this is a beautiful world]
-
.. ok
. ok
-Step2:
dvar> void:
"- hello\n- this\n- is a\n- beautiful world\n"
-
- hello
- this
- is a
- beautiful world
self: final context exec vars:
(*core.Cache)({
"last_result": (*utils.ExecResult)({
Cmd: "echo '[hello this is a beautiful world]'",
Code: 0,
Output: "[hello this is a beautiful world]",
ErrMsg: ""
}),
"up_runtime_task_layer_number": 0,
"lines": "hello\nthis\nis a\nbeautiful world",
"linelist_object": {
"hello",
"this",
"is a",
"beautiful world"
}
})
cmd( 1):
echo '{{.lines}}'
-
hello
this
is a
beautiful world
-
.. ok
cmd( 2):
echo '{{.linelist}}'
-
<no value>
-
.. ok
cmd( 3):
echo '{{.linelist_object}}'
-
[hello this is a beautiful world]
-
.. ok
. ok
-Step3:
dvar> void:
"- hello\n- this\n- is a\n- beautiful world\n"
-
- hello
- this
- is a
- beautiful world
self: final context exec vars:
(*core.Cache)({
"lines": "hello\nthis\nis a\nbeautiful world",
"linelist_object": {
"hello",
"this",
"is a",
"beautiful world"
},
"last_result": (*utils.ExecResult)({
Cmd: "echo '[hello this is a beautiful world]'",
Code: 0,
Output: "[hello this is a beautiful world]",
ErrMsg: ""
}),
"up_runtime_task_layer_number": 0
})
cmd( 1):
echo '{{.lines}}'
-
hello
this
is a
beautiful world
-
.. ok
cmd( 2):
echo '{{.linelist}}'
-
<no value>
-
.. ok
cmd( 3):
echo '{{.linelist_object}}'
-
[hello this is a beautiful world]
-
.. ok
. ok
-Step4:
self: final context exec vars:
(*core.Cache)({
"linelist_object": {
"hello",
"this",
"is a",
"beautiful world"
},
"last_result": (*utils.ExecResult)({
Cmd: "echo '[hello this is a beautiful world]'",
Code: 0,
Output: "[hello this is a beautiful world]",
ErrMsg: ""
}),
"up_runtime_task_layer_number": 0,
"lines": "hello\nthis\nis a\nbeautiful world"
})
cmd( 1):
echo '{{.lines}}'
-
hello
this
is a
beautiful world
-
.. ok
cmd( 2):
echo '{{.linelist}}'
-
<no value>
-
.. ok
cmd( 3):
echo '{{.linelist_object}}'
-
[hello this is a beautiful world]
-
.. ok
. ok
-Step5:
dvar> void:
"person:\n name: tom\n age: \"18\""
-
person:
name: tom
age: "18"
WARN: [?reg a void] - [you can't register a object with void name, use a proper name instead or split to multiple steps]
dvar[object]> void_object:
{
"person": {
"name": "tom",
"age": "18"
}
}
self: final context exec vars:
(*core.Cache)({
"up_runtime_task_layer_number": 0,
"lines": "hello\nthis\nis a\nbeautiful world",
"linelist_object": {
"hello",
"this",
"is a",
"beautiful world"
},
"last_result": (*utils.ExecResult)({
Cmd: "echo '[hello this is a beautiful world]'",
Code: 0,
Output: "[hello this is a beautiful world]",
ErrMsg: ""
})
})
WARN: [shell] - [Not implemented or void for no action!]
. ok
Logs with different verbose level
References