feat: replace fake PITR simulation with real MySQL flashback execution #28
Annotations
25 errors and 3 warnings
|
Frontend
Process completed with exit code 2.
|
|
Frontend
Identifier expected.
|
|
Frontend
Identifier expected.
|
|
Frontend
Identifier expected.
|
|
Frontend
Identifier expected.
|
|
Lint
issues found
|
|
Lint:
cmd/agent/flashback_test.go#L431
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir) (typecheck)
|
|
Lint:
cmd/agent/flashback_test.go#L301
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Lint:
cmd/agent/flashback_test.go#L288
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Lint:
cmd/agent/flashback_test.go#L273
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Lint:
cmd/agent/flashback_test.go#L257
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Lint:
cmd/agent/flashback_test.go#L238
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Lint:
cmd/agent/flashback_test.go#L216
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Lint:
cmd/agent/flashback_test.go#L194
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Lint:
cmd/agent/flashback_test.go#L175
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test
Process completed with exit code 1.
|
|
Test:
cmd/agent/flashback_test.go#L431
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L301
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L288
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L273
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L257
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L238
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L216
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L194
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Test:
cmd/agent/flashback_test.go#L175
cannot use mock (variable of type *mockConnector) as connector.Connector value in struct literal: *mockConnector does not implement connector.Connector (missing method GetBinlogDir)
|
|
Frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5, golangci/golangci-lint-action@v6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|