Skip to content

[PBM-1140] bugfix: physical restore fails with remapping #556

[PBM-1140] bugfix: physical restore fails with remapping

[PBM-1140] bugfix: physical restore fails with remapping #556

Triggered via pull request July 3, 2023 13:14
Status Success
Total duration 1m 30s
Artifacts

reviewdog.yml

on: pull_request
runner / go-test
1m 10s
runner / go-test
runner / shellcheck
6s
runner / shellcheck
runner / misspell
14s
runner / misspell
runner / alex
41s
runner / alex
runner / golangci-lint
1m 11s
runner / golangci-lint
runner / gofmt
9s
runner / gofmt
runner / shfmt
23s
runner / shfmt
Fit to window
Zoom out
Zoom in

Annotations

10 errors
runner / golangci-lint: pbm/config.go#L225
Error return value of `p.GetConfig` is not checked (errcheck)
runner / golangci-lint: pbm/node.go#L275
Error return value of `cn.Disconnect` is not checked (errcheck)
runner / golangci-lint: pbm/node.go#L367
Error return value of `cn.Disconnect` is not checked (errcheck)
runner / golangci-lint: pbm/oplog/restore.go#L176
Error return value of `o.txnBuffer.Stop` is not checked (errcheck)
runner / golangci-lint: pbm/oplog/restore.go#L557
Error return value of `o.indexCatalog.DeleteIndexes` is not checked (errcheck)
runner / golangci-lint: e2e-tests/pkg/tests/sharded/trx.go#L109
Error return value of `sess.WithTransaction` is not checked (errcheck)
runner / golangci-lint: e2e-tests/pkg/tests/sharded/trx.go#L133
Error return value of `mongo.WithSession` is not checked (errcheck)
runner / golangci-lint: e2e-tests/pkg/tests/sharded/trx.go#L140
Error return value of `sess.AbortTransaction` is not checked (errcheck)
runner / golangci-lint: e2e-tests/pkg/tests/sharded/trx_phys.go#L86
Error return value of `sess.WithTransaction` is not checked (errcheck)
runner / golangci-lint: e2e-tests/pkg/tests/sharded/trx_phys.go#L106
Error return value of `mongo.WithSession` is not checked (errcheck)