Liu Cong

Results 35 issues of Liu Cong

## Feature Request **Is your feature request related to a problem? Please describe:** I met an error when running tiup, this seem like network issues: ![image](https://user-images.githubusercontent.com/1285390/169218076-69e4d24c-1cf9-43bc-9c7c-21fa0aad3de7.png) **Describe the feature you'd...

type/feature-request

## Bug Report 1. What did you do? tiup .... | tee my.log (in a `screen`, but this is not important) 2. What did you expect to see? Regular output....

type/bug

Besides this issue, we should have a detail list of where the template gramma is supported.

bug

Currently, the prop in a command's meta file `args.auto = ` is a complicated feature: * Support `args.auto = arg1, arg2, arg3,...` to auto map commands from subflow to this...

enhancement

Break before `breaks.at.end`(a quiet command), when choose `d`, the flow goes to the end: ![image](https://user-images.githubusercontent.com/1285390/175024002-eb9c4bb6-5558-46a7-acc6-fcb1ea51bb22.png)

bug

![image](https://user-images.githubusercontent.com/1285390/174737166-97dd9cb1-4f37-4939-9241-5c64ac50bb2b.png) The real status was pausing before `t1a.baseline.tpch`, but the stack display was wrong. Should be caused by quiet command `hook.exit.lark`(not builtin), things are right after removing the quiet flag...

bug

For a flow (session) like: `prepare : repeat `, it's easy to give a ETA when `sub-flow` ran more than once. This feature will be very useful for long time...

feature-proposal

When an execution failed, the executed status file may be corrupted, The reason is related to using panic-recover to handle errors. Command's status may be written during panic-recover, The error-handle-order...

bug