Skip to content

WIP - Add SetDefaultSchemaVersion #1139

WIP - Add SetDefaultSchemaVersion

WIP - Add SetDefaultSchemaVersion #1139

Triggered via push September 15, 2023 17:36
Status Failure
Total duration 5m 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Run tests job: api/http/handlerfuncs_backup_test.go#L186
cannot use db (variable of type *mocks.DB) as client.DB value in struct literal: *mocks.DB does not implement client.DB (missing method SetDefaultSchemaVersion)
Run tests job: http/client.go#L30
cannot use (*Client)(nil) (value of type *Client) as client.DB value in variable declaration: *Client does not implement client.DB (missing method SetDefaultSchemaVersion)
Run tests job: http/client.go#L88
cannot use &Client{…} (value of type *Client) as client.Store value in return statement: *Client does not implement client.Store (missing method SetDefaultSchemaVersion)
Run tests job: http/wrapper.go#L25
cannot use (*Wrapper)(nil) (value of type *Wrapper) as client.DB value in variable declaration: *Wrapper does not implement client.DB (missing method SetDefaultSchemaVersion)
Run tests job: api/http/handlerfuncs_backup_test.go#L186
cannot use db (variable of type *mocks.DB) as client.DB value in struct literal: *mocks.DB does not implement client.DB (missing method SetDefaultSchemaVersion)
Run tests job: http/client.go#L30
cannot use (*Client)(nil) (value of type *Client) as client.DB value in variable declaration: *Client does not implement client.DB (missing method SetDefaultSchemaVersion)
Run tests job: http/client.go#L88
cannot use &Client{…} (value of type *Client) as client.Store value in return statement: *Client does not implement client.Store (missing method SetDefaultSchemaVersion)
Run tests job: http/wrapper.go#L25
cannot use (*Wrapper)(nil) (value of type *Wrapper) as client.DB value in variable declaration: *Wrapper does not implement client.DB (missing method SetDefaultSchemaVersion)
Run tests job
Process completed with exit code 2.