Refactor StartBackup to Support Custom Backup Handlers #805
Annotations
10 errors and 2 warnings
Run tests:
cmd/go-mysqlbinlog/main.go#L57
cannot use *backupPath (variable of type string) as mysql.Position value in argument to b.StartBackup
|
Run tests:
cmd/go-mysqlbinlog/main.go#L57
cannot use pos (variable of type mysql.Position) as time.Duration value in argument to b.StartBackup
|
Run tests:
cmd/go-mysqlbinlog/main.go#L57
cannot use 0 (untyped int constant) as func(filename string) (io.WriteCloser, error) value in argument to b.StartBackup
|
Run tests:
replication/backup_test.go#L31
cannot use binlogDir (variable of type string) as mysql.Position value in argument to t.b.StartBackup
|
Run tests:
replication/backup_test.go#L31
cannot use mysql.Position{…} (value of type mysql.Position) as time.Duration value in argument to t.b.StartBackup
|
Run tests:
replication/backup_test.go#L31
cannot use timeout (variable of type time.Duration) as func(filename string) (io.WriteCloser, error) value in argument to t.b.StartBackup
|
Run tests:
replication/replication_test.go#L429
cannot use binlogDir (variable of type string) as mysql.Position value in argument to t.b.StartBackup
|
Run tests:
replication/replication_test.go#L429
cannot use mysql.Position{…} (value of type mysql.Position) as time.Duration value in argument to t.b.StartBackup
|
Run tests:
replication/replication_test.go#L429
cannot use 2 * time.Second (constant 2000000000 of type time.Duration) as func(filename string) (io.WriteCloser, error) value in argument to t.b.StartBackup
|
Run tests
The operation was canceled.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/go-mysql/go-mysql. Supported file pattern: go.sum
|
The logs for this run have expired and are no longer available.
Loading