Tianchu Zhao

Results 16 issues of Tianchu Zhao

### Pre-requisites - [X] I have double-checked my configuration - [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still exists on `:latest`....

type/bug
area/retryStrategy

Fixes #12857 ### Motivation We see error `The specified key does not exist` when gc artifact are not compressed and is directory ### Modifications Determine if artifact is dir and...

Python root logger has default level `warning`. With the current example, `info` and `debug` log will get filtered out we should have additional line such as `logging.getLogger().setLevel(logging.NOTSET)`, so that all...

bug
doc
logging

Fixes #13200 ### Motivation Allow retry to use pod message when pod transition from pending to fail. normally we have ``` timestamp0, status: pending, reason: "" timestamp1, status: fail, reason:...

area/controller

# Summary What change needs making? There's https://argoproj.github.io/argo-workflows/debug-pause/ I'm thinking wouldn't it be nice to have an additional argument in `argo retry` so that we can retry with `debug pause`...

type/feature
solution/workaround
area/retry-manual

### Pre-requisites - [X] I have double-checked my configuration - [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still exists on `:latest`....

type/bug
area/workflow-templates