Skip to content

K8SPXC-1222: Remove state check for 5.7 #3968

K8SPXC-1222: Remove state check for 5.7

K8SPXC-1222: Remove state check for 5.7 #3968

Triggered via pull request December 12, 2024 14:00
Status Success
Total duration 2m 23s
Artifacts

reviewdog.yml

on: pull_request
runner / suggester / golangci-lint
2m 13s
runner / suggester / golangci-lint
runner / suggester / gofmt
6s
runner / suggester / gofmt
runner / suggester / shfmt
33s
runner / suggester / shfmt
runner / shellcheck
12s
runner / shellcheck
runner / misspell
14s
runner / misspell
runner / alex
25s
runner / alex
runner / manifests
1m 13s
runner / manifests
Fit to window
Zoom out
Zoom in

Annotations

20 warnings and 15 notices
runner / suggester / gofmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[shellcheck] build/pxc-entrypoint.sh#L63 <ShellCheck.SC1090>: build/pxc-entrypoint.sh#L63
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] build/pxc-entrypoint.sh#L251 <ShellCheck.SC2124>: build/pxc-entrypoint.sh#L251
Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
[shellcheck] build/pxc-entrypoint.sh#L261 <ShellCheck.SC2124>: build/pxc-entrypoint.sh#L261
Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
[shellcheck] build/pxc-entrypoint.sh#L303 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L303
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L316 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L316
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L316 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L316
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L380 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L380
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L451 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L451
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L492 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L492
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L513 <ShellCheck.SC2053>: build/pxc-entrypoint.sh#L513
Quote the right-hand side of != in [[ ]] to prevent glob matching.
[shellcheck] build/pxc-entrypoint.sh#L550 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L550
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L559 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L559
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/pxc-entrypoint.sh#L574 <ShellCheck.SC2166>: build/pxc-entrypoint.sh#L574
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
runner / shellcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / misspell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / alex
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / suggester / shfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / manifests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / suggester / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[shellcheck] build/pxc-entrypoint.sh#L44 <ShellCheck.SC2086>: build/pxc-entrypoint.sh#L44
Double quote to prevent globbing and word splitting.
[shellcheck] build/pxc-entrypoint.sh#L262 <ShellCheck.SC2086>: build/pxc-entrypoint.sh#L262
Double quote to prevent globbing and word splitting.
[shellcheck] build/pxc-entrypoint.sh#L262 <ShellCheck.SC2086>: build/pxc-entrypoint.sh#L262
Double quote to prevent globbing and word splitting.
[shellcheck] build/pxc-entrypoint.sh#L507 <ShellCheck.SC2002>: build/pxc-entrypoint.sh#L507
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
[shellcheck] build/pxc-entrypoint.sh#L555 <ShellCheck.SC2002>: build/pxc-entrypoint.sh#L555
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
[shellcheck] build/pxc-entrypoint.sh#L578 <ShellCheck.SC2002>: build/pxc-entrypoint.sh#L578
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
[shellcheck] build/pxc-entrypoint.sh#L615 <ShellCheck.SC2086>: build/pxc-entrypoint.sh#L615
Double quote to prevent globbing and word splitting.
[shellcheck] build/pxc-entrypoint.sh#L668 <ShellCheck.SC1091>: build/pxc-entrypoint.sh#L668
Not following: /opt/percona/hookscript/hook.sh was not specified as input (see shellcheck -x).
[shellcheck] build/pxc-entrypoint.sh#L676 <ShellCheck.SC2086>: build/pxc-entrypoint.sh#L676
Double quote to prevent globbing and word splitting.