Adding flag sets in DataInspector view. #356
ci.yml
on: pull_request
Build and run tests
44s
Matrix: Build Docker Image
Annotations
13 errors and 2 warnings
Build Docker Image (synchronizer)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make clean ***-sync entrypoints EXTRA_BUILD_ARGS=\"${EXTRA_BUILD_ARGS}\"" did not complete successfully: exit code: 2
|
Build Docker Image (proxy)
The job was canceled because "synchronizer" failed.
|
Build Docker Image (proxy)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make clean ***-proxy entrypoints EXTRA_BUILD_ARGS=\"${EXTRA_BUILD_ARGS}\"" did not complete successfully: exit code: 2
|
Build and run tests:
splitio/proxy/storage/splits.go#L250
cannot use (*ProxySplitStorageImpl)(nil) (value of type *ProxySplitStorageImpl) as "github.com/splitio/go-split-commons/v5/storage".SplitStorage value in variable declaration: *ProxySplitStorageImpl does not implement "github.com/splitio/go-split-commons/v5/storage".SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/storage/splits.go#L251
cannot use (*ProxySplitStorageImpl)(nil) (value of type *ProxySplitStorageImpl) as observability.ObservableSplitStorage value in variable declaration: *ProxySplitStorageImpl does not implement observability.ObservableSplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/caching/workers_test.go#L24
cannot use &storageMock (value of type *splitStorageMock) as storage.SplitStorage value in struct literal: *splitStorageMock does not implement storage.SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/caching/workers_test.go#L50
cannot use &storageMock (value of type *splitStorageMock) as storage.SplitStorage value in struct literal: *splitStorageMock does not implement storage.SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/caching/workers_test.go#L89
cannot use &storageMock (value of type *splitStorageMock) as storage.SplitStorage value in struct literal: *splitStorageMock does not implement storage.SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/caching/workers_test.go#L122
cannot use &splitStorage (value of type *splitStorageMock) as storage.SplitStorage value in struct literal: *splitStorageMock does not implement storage.SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/caching/workers_test.go#L156
cannot use &splitStorage (value of type *splitStorageMock) as storage.SplitStorage value in struct literal: *splitStorageMock does not implement storage.SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/caching/workers_test.go#L201
cannot use &splitStorage (value of type *splitStorageMock) as storage.SplitStorage value in struct literal: *splitStorageMock does not implement storage.SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests:
splitio/proxy/caching/workers_test.go#L373
cannot use (*splitStorageMock)(nil) (value of type *splitStorageMock) as storage.SplitStorage value in variable declaration: *splitStorageMock does not implement storage.SplitStorage (missing method GetAllFlagSetNames)
|
Build and run tests
Process completed with exit code 2.
|
Build Docker Image (synchronizer)
No files were found with the provided path: ***-synchronizer.html. No artifacts will be uploaded.
|
Build Docker Image (proxy)
No files were found with the provided path: ***-proxy.html. No artifacts will be uploaded.
|