TestListWorkflows createdAfter
fails when executing locally
#14346
Labels
area/contributing
Contributing docs, ownership, etc. Also devtools like devcontainer and Nix
type/bug
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?
make test
fails as below:Local TimeZone: CST
TestListWorkflows createdAfter
list workflows with query:metadata.creationTimestamp
is UTC time, but the query input parameter is not.argo-workflows/server/workflow/store/sqlite_store_test.go
Line 199 in 9b7c0c4
Version(s)
ba3441f
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
UT fails, no workflow
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: