pingcap / tidb-operator

TiDB operator creates and manages TiDB clusters running in Kubernetes.
https://docs.pingcap.com/tidb-in-kubernetes/
Apache License 2.0
1.22k stars 489 forks source link

test code issues: stability.go, version # is hardcoded, and not test against build since 6.5, please fix it. #5023

Open JasonWu0506 opened 1 year ago

JasonWu0506 commented 1 year ago

Bug Report

What version of Kubernetes are you using?

What version of TiDB Operator are you using?

What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?

What's the status of the TiDB cluster pods?

What did you do?

What did you expect to see?

What did you see instead?

JasonWu0506 commented 1 year ago

/assign @csuzhangxc

JasonWu0506 commented 1 year ago

/assign @azurezyq

csuzhangxc commented 1 year ago

stability.go is not enabled currently. And the version upgrade for TiDB is tested in tidbcluster.go, and the version upgrade for TiDB Operator itself is tested in serial.go.