c0146_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 -> c0146
                 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/c0146
    module: [self], instance id: [dev], exec profile: []
    profile -  envVars:
    
    (*core.Cache)({
    })
    
    Task1: [task ==> task: mock up test to test module.template rendering ]
    -Step1:
    loading [varsfile]:  ./tests/functests/d0146_data.yml
    self: final context exec vars:
    
    (*core.Cache)({
      "personname": "Tom Cruise",
      "school": "james rules",
      "folder": "module",
      "up_runtime_task_layer_number": 0,
      "title": "HelloWorld example"
    })
    
    ~SubStep1: [inspect: the vars in caller after invoking module task ]
     1: inspect[exec_vars]
    (*core.Cache)({
      "up_runtime_task_layer_number": 0,
      "title": "HelloWorld example",
      "personname": "Tom Cruise",
      "school": "james rules",
      "folder": "module"
    })
    
     2: inspect[exec_base_vars]
    {
    }
    
    ~SubStep2: [template: render a template file to a file 1 ]
    ~SubStep3: [assert:  ]
     1 ASSERT OK:     [{{eq .personname "Tom Cruise"}}]
     2 ASSERT OK:     [{{eq .school "james rules"}}]
     3 ASSERT OK:     [{{eq .title "HelloWorld example"}}]
    -Step2:
    self: final context exec vars:
    
    (*core.Cache)({
      "up_runtime_task_layer_number": 0
    })
    
    cmd( 1):
    cat /tmp/mockup_doc.md
    
    -
    title: "HelloWorld example"
    date: 2020-10-06T23:42:21+1010:00
    draft: false
    -
     .. ok
    . ok
    
Logs with different verbose level
References