add streaming to upload/download of backup #286
docker.yaml
on: pull_request
Docker Build
2m 11s
Integration Test
2m 24s
Annotations
7 errors and 2 warnings
Integration Test:
cmd/internal/backup/providers/gcp/gcp_integration_test.go#L98
not enough arguments in call to p.UploadBackup
|
Integration Test:
cmd/internal/backup/providers/gcp/gcp_integration_test.go#L156
assignment mismatch: 2 variables but p.DownloadBackup returns 1 value
|
Integration Test:
cmd/internal/backup/providers/gcp/gcp_integration_test.go#L156
cannot use "" (constant of type string) as io.Writer value in argument to p.DownloadBackup: string does not implement io.Writer (missing method Write) (typecheck)
|
Integration Test:
cmd/internal/backup/providers/s3/s3_integration_test.go#L90
not enough arguments in call to p.UploadBackup
|
Integration Test:
cmd/internal/backup/providers/s3/s3_integration_test.go#L150
assignment mismatch: 2 variables but p.DownloadBackup returns 1 value
|
Integration Test:
cmd/internal/backup/providers/s3/s3_integration_test.go#L150
cannot use "" (constant of type string) as io.Writer value in argument to p.DownloadBackup: string does not implement io.Writer (missing method Write) (typecheck)
|
Integration Test
issues found
|
Docker Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|