You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When split string result, there is a \n at the end, resulting in an additional'' element in the list. Therefore, it is necessary to enter the fail process when determining whether it contains the [never] string.
bug point: https://github.com/pingcap/tiup/blob/v1.3.0/pkg/cluster/operation/check.go#L672-L677
Please answer these questions before submitting your issue. Thanks!
What did you do?
tiup cluster check --cluster {cluster-name}
What did you expect to see?
always report fail
What did you see instead?
What version of TiUP are you using (tiup --version)?
v1.3.0
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Bug Report
When split string result, there is a \n at the end, resulting in an additional'' element in the list. Therefore, it is necessary to enter the fail process when determining whether it contains the [never] string.
bug point: https://github.com/pingcap/tiup/blob/v1.3.0/pkg/cluster/operation/check.go#L672-L677
Please answer these questions before submitting your issue. Thanks!
What did you do?
tiup cluster check --cluster {cluster-name}
What did you expect to see?
always report fail
What did you see instead?
What version of TiUP are you using (
tiup --version
)?v1.3.0
The text was updated successfully, but these errors were encountered: