PBM-1474 - Swap AWS s3 v1 with v2 #1291
reviewdog.yml
on: pull_request
runner / shellcheck
0s
runner / misspell
0s
runner / alex
0s
runner / golangci-lint
18s
runner / gofmt
15s
runner / shfmt
15s
Annotations
11 errors
runner / golangci-lint:
pbm/log/history.go#L88
the methods of "Entries" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
cmd/pbm/main.go#L58
type `cliResult` is unused (unused)
|
runner / golangci-lint:
pbm/storage/s3/download.go#L233
the methods of "chunksQueue" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/restore/phys/phys.go#L51
the methods of "RestoreTxn" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/backup/physical.go#L557
the methods of "UUID" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/backup/types.go#L145
the methods of "File" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/prio/priority.go#L67
the methods of "nodeScores" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/restore/types.go#L56
the methods of "Conditions" use pointer receiver and non-pointer receiver. (recvcheck)
|
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)
|
runner / golangci-lint:
pbm/backup/physical.go#L675
`writeFile` - `l` is unused (unparam)
|
test_PBM-1355.test_remap_PBM_T265[physical]:
psmdb-testing/pbm-functional/pytest/test_PBM-1355.py#L123
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f4182151150>, exit_status=1, command=b'pbm config --force-resync --out json', _stdout=b'', _stderr=b'Error: another operation in progress, Resync storage/67bca75760e9c60cacbdfe8f [newrscfg/newrscfg01:27017]\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f4182151150>, exit_status=1, command=b'pbm ..._stderr=b'Error: another operation in progress, Resync storage/67bca75760e9c60cacbdfe8f [newrscfg/newrscfg01:27017]\n').rc
|