add a handler that can list all jobs detail #73
Closed
Annotations
10 errors and 1 warning
Test:
pkg/ccr/job_test.go#L361
not enough arguments in call to NewFactory
|
Test:
pkg/ccr/job_test.go#L463
not enough arguments in call to NewJobContext
|
Test:
pkg/ccr/job_test.go#L468
cannot use db (variable of type *test_util.MockDB) as storage.DB value in argument to NewJobProgress: *test_util.MockDB does not implement storage.DB (missing method GetJobsInfo)
|
Test:
pkg/ccr/job_test.go#L542
not enough arguments in call to NewFactory
|
Test:
pkg/ccr/job_test.go#L646
not enough arguments in call to NewJobContext
|
Test:
pkg/ccr/job_test.go#L651
cannot use db (variable of type *test_util.MockDB) as storage.DB value in argument to NewJobProgress: *test_util.MockDB does not implement storage.DB (missing method GetJobsInfo)
|
Test:
pkg/ccr/job_test.go#L694
not enough arguments in call to NewFactory
|
Test:
pkg/ccr/job_test.go#L700
cannot use mockISpec (variable of type *MockSpecer) as "github.com/selectdb/ccr_syncer/pkg/ccr/base".Specer value in return statement: *MockSpecer does not implement "github.com/selectdb/ccr_syncer/pkg/ccr/base".Specer (missing method GetRestoreSignatureNotMatchedTable)
|
Test:
pkg/ccr/job_test.go#L707
cannot use mockISpec (variable of type *MockSpecer) as "github.com/selectdb/ccr_syncer/pkg/ccr/base".Specer value in return statement: *MockSpecer does not implement "github.com/selectdb/ccr_syncer/pkg/ccr/base".Specer (missing method GetRestoreSignatureNotMatchedTable)
|
Test:
pkg/ccr/job_test.go#L711
not enough arguments in call to NewJobContext
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading