Skip to content

feat(store): implement reconciliation #29

feat(store): implement reconciliation

feat(store): implement reconciliation #29

Triggered via push November 7, 2024 10:16
Status Failure
Total duration 1m 41s
Artifacts

go-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test: internal/k8s/watcher_test.go#L38
cannot use new(test.DummyStore) (value of type *test.DummyStore) as store.Store value in assignment: *test.DummyStore does not implement store.Store (missing method Count)
test: internal/k8s/watcher_test.go#L100
impossible type assertion: store.CurrentStore.(*test.DummyStore)
test: internal/store/hazelcast_test.go#L78
not enough arguments in call to hazelcastStore.InitializeResource
test
Process completed with exit code 1.