Closed djanjic closed 3 weeks ago
If my tracing is correct, it looks like this is a regression that dates back to 3.5.7's SQLite addition, these lines specifically: https://github.com/argoproj/argo-workflows/pull/12736#discussion_r1815439059.
So this will need a backport to 3.5.x
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
Listing the workflow archive using HTTP without list options is failing.
Without list options:
With list options:
The same thing is happening with Argo CLI
gRPC is working well
Logs from
Argo Server
:Version(s)
latest, 2cc6b32df3a5527c3bb54d13ebdcf74c6318c3aa
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container