3.5.6: Archive workflow sql syntax error with mariadb #13202
Labels
area/server
area/workflow-archive
P2
Important. All bugs with >=3 thumbs up that aren’t P0 or P1, plus: Any other bugs deemed important
solution/suggested
A solution to the bug has been suggested. Someone needs to implement it.
type/bug
type/regression
Regression from previous behavior (a specific type of bug)
Milestone
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?
since
v3.5.6
using mariadb can not list workflows because of 200f4d1e5 / #12912exception
because json extract with
->
is not supported by mariadb (see also https://jira.mariadb.org/browse/MDEV-13594)we should use
JSON_EXTRACT(field,path)
Version
v3.5.6
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
nope
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: