Prevent MoveBucket
from moving a bucket across two different db files
#238
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
tests_windows.yml
on: pull_request
Matrix: test-windows
coverage
0s
Annotations
6 errors
test-windows (windows-amd64-unit-test-4-cpu):
movebucket_test.go#L250
Error return value of `tx.Rollback` is not checked (errcheck)
|
test-windows (windows-amd64-unit-test-4-cpu):
movebucket_test.go#L321
Error return value of `sTx.Rollback` is not checked (errcheck)
|
test-windows (windows-amd64-unit-test-4-cpu):
movebucket_test.go#L327
Error return value of `dTx.Rollback` is not checked (errcheck)
|
test-windows (windows-amd64-unit-test-4-cpu):
movebucket_test.go#L249
ineffectual assignment to sErr (ineffassign)
|
test-windows (windows-amd64-unit-test-4-cpu):
movebucket_test.go#L255
SA5001: should check returned error before deferring dstDB.Close() (staticcheck)
|
test-windows (windows-amd64-unit-test-4-cpu)
issues found
|