DAC batch resolver resilience improvement #319
Annotations
10 errors and 1 warning
Lint:
rpc/dbtxmanager_test.go#L101
cannot use dbMock (variable of type *mocks.DB) as type db.DB in argument to mgr.NewDbTxScope:
|
Lint:
services/datacom/datacom_test.go#L92
cannot use dbMock (variable of type *mocks.DB) as type db.DB in argument to NewDataComEndpoints:
|
Lint:
services/sync/sync_test.go#L69
cannot use dbMock (variable of type *mocks.DB) as type db.DB in struct literal:
|
Lint:
synchronizer/batches_test.go#L370
cannot use dbMock (variable of type *mocks.DB) as type db.DB in struct literal:
|
Lint:
synchronizer/batches_test.go#L552
cannot use dbMock (variable of type *mocks.DB) as type db.DB in struct literal:
|
Lint:
synchronizer/init_test.go#L109
cannot use dbMock (variable of type *mocks.DB) as type db.DB in argument to InitStartBlock:
|
Lint:
synchronizer/init_test.go#L111
cannot use dbMock (variable of type *mocks.DB) as type db.DB in argument to InitStartBlock:
|
Lint:
synchronizer/store_test.go#L32
cannot use mockDB (variable of type *mocks.DB) as type db.DB in return statement:
|
Lint:
synchronizer/store_test.go#L49
cannot use mockDB (variable of type *mocks.DB) as type db.DB in return statement:
|
Lint:
synchronizer/store_test.go#L69
cannot use mockDB (variable of type *mocks.DB) as type db.DB in return statement:
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading