Skip to content

PBM-1574: PBM restore with -w doesn't wait till the end of restore #1532

PBM-1574: PBM restore with -w doesn't wait till the end of restore

PBM-1574: PBM restore with -w doesn't wait till the end of restore #1532

Triggered via pull request September 8, 2025 11:15
Status Success
Total duration 15m 23s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
12s
runner / shellcheck
runner / misspell
20s
runner / misspell
runner / alex
38s
runner / alex
runner / golangci-lint
1m 49s
runner / golangci-lint
runner / gofmt
27s
runner / gofmt
runner / shfmt
24s
runner / shfmt
Fit to window
Zoom out
Zoom in

Annotations

8 errors
runner / golangci-lint: cmd/pbm/main.go#L59
type cliResult is unused (unused)
runner / golangci-lint: sdk/cli/status.go#L129
QF1002: could use tagged switch on agent.State (staticcheck)
runner / golangci-lint: pbm/snapshot/restore.go#L143
QF1008: could remove embedded field "NSOptions" from selector (staticcheck)
runner / golangci-lint: pbm/restore/physical_test.go#L376
QF1003: could use tagged switch on tC.wantStrategy (staticcheck)
runner / golangci-lint: pbm/lock/lock.go#L129
QF1008: could remove embedded field "LockHeader" from selector (staticcheck)
runner / golangci-lint: pbm/compress/compress.go#L115
QF1008: could remove embedded field "Header" from selector (staticcheck)
runner / golangci-lint: cmd/pbm/status.go#L134
S1009: should omit nil check; len() for nil slices is defined as zero (staticcheck)
runner / golangci-lint: cmd/pbm-agent/args.go#L15
SA1019: reflect.StringHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.20: Use unsafe.String or unsafe.StringData instead. (staticcheck)