Unsigned responses #9717
go.yml
on: pull_request
Coverage
2m 36s
Lint
/
Lint
1m 31s
Matrix: Unit tests
Annotations
12 errors and 3 warnings
|
Lint / Lint
issues found
|
|
Lint / Lint:
pkg/services/object/search/search_test.go#L79
cannot use v (variable of type *testStorage) as searchClient value in return statement: *testStorage does not implement searchClient (wrong type for method searchObjects)
|
|
Coverage
Process completed with exit code 1.
|
|
Coverage:
pkg/services/object/search/search_test.go#L79
cannot use v (variable of type *testStorage) as searchClient value in return statement: *testStorage does not implement searchClient (wrong type for method searchObjects)
|
|
Coverage:
pkg/services/object/get/get_test.go#L86
cannot use v (variable of type *testClient) as getClient value in return statement: *testClient does not implement getClient (wrong type for method getObject)
|
|
Unit tests (macos-latest, 1.25)
Process completed with exit code 1.
|
|
Unit tests (macos-latest, 1.25):
pkg/services/object/search/search_test.go#L79
cannot use v (variable of type *testStorage) as searchClient value in return statement: *testStorage does not implement searchClient (wrong type for method searchObjects)
|
|
Unit tests (macos-latest, 1.25):
pkg/services/object/get/get_test.go#L86
cannot use v (variable of type *testClient) as getClient value in return statement: *testClient does not implement getClient (wrong type for method getObject)
|
|
Unit tests (ubuntu-latest, 1.24)
The strategy configuration was canceled because "test.macos-latest_1_25" failed
|
|
Unit tests (ubuntu-latest, 1.24)
The operation was canceled.
|
|
Unit tests (ubuntu-latest, 1.24):
pkg/services/object/search/search_test.go#L79
cannot use v (variable of type *testStorage) as searchClient value in return statement: *testStorage does not implement searchClient (wrong type for method searchObjects)
|
|
Unit tests (ubuntu-latest, 1.24):
pkg/services/object/get/get_test.go#L86
cannot use v (variable of type *testClient) as getClient value in return statement: *testClient does not implement getClient (wrong type for method getObject)
|
|
Coverage
Restore cache failed: Dependencies file is not found in /home/runner/work/neofs-node/neofs-node. Supported file pattern: go.sum
|
|
Unit tests (macos-latest, 1.25)
Restore cache failed: Dependencies file is not found in /home/runner/work/neofs-node/neofs-node. Supported file pattern: go.sum
|
|
Unit tests (ubuntu-latest, 1.24)
Restore cache failed: Dependencies file is not found in /home/runner/work/neofs-node/neofs-node. Supported file pattern: go.sum
|