c0073_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 -> c0073
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/c0073
module: [self], instance id: [dev], exec profile: []
profile - envVars:
(*core.Cache)({
})
Task1: [task ==> task: ]
-Step1:
self: final context exec vars:
(*core.Cache)({
"my_interesting_story3": "hello world\n",
"my_interesting_story4": "hello\nworld",
"my_interesting_story5": "hello world",
"my_interesting_story6": "hello\nworld\n\n\n",
"my_interesting_story1": "hello\nworld\n",
"up_runtime_task_layer_number": 0,
"isnew": false,
"my_interesting_story2": "hello world"
})
~SubStep1: [print: ]
bb
~SubStep2: [print: literal style, there will be a line break ]
[hello
world
]
~SubStep3: [print: there will be no a line break ]
[hello world]
~SubStep4: [print: folded style ]
[hello world
]
~SubStep5: [print: literal style strip, the end line break is removed ]
[hello
world]
~SubStep6: [reg: ]
~SubStep7: [reg: ]
-Step2:
self: final context exec vars:
(*core.Cache)({
"newstory_with_blank_space_front_and_tail": " same old story ",
"my_interesting_story1": "hello\nworld\n",
"up_runtime_task_layer_number": 0,
"my_interesting_story6": "hello\nworld\n\n\n",
"my_interesting_story2": "hello world",
"my_interesting_story3": "hello world\n",
"my_interesting_story5": "hello world",
"newstory_clean": "same old story",
"my_interesting_story4": "hello\nworld"
})
cmd( 1):
echo "[{{.my_interesting_story3}}]"
-
[hello world
]
-
.. ok
cmd( 2):
echo [{{.my_interesting_story5}}]
-
[hello world]
-
.. ok
cmd( 3):
echo "[{{.my_interesting_story6}}]"
-
[hello
world
]
-
.. ok
cmd( 4):
echo "[{{.newstory_with_blank_space_front_and_tail}}]"
-
[ same old story ]
-
.. ok
cmd( 5):
echo "[{{.newstory_clean}}]"
-
[same old story]
-
.. ok
. ok
Logs with different verbose level
References