Added capability to return generated eventid if an event has been dispatched after applying filters in the dispatch method #3026
Triggered via pull request
September 29, 2023 05:00
Status
Failure
Total duration
25m 44s
Artifacts
–
Annotations
8 errors
E2E Tests (kafka)
Process completed with exit code 2.
|
lint:
eventsources/sources/redis/start_test.go#L51
cannot use getDispatcher(el.RedisEventSource.JSONBody) (value of type func(d []byte, opts ..."github.com/argoproj/argo-events/eventsources/common".Option) error) as func([]byte, ..."github.com/argoproj/argo-events/eventsources/common".Option) (bool, error) value in argument to el.handleOne
|
lint:
eventsources/sources/redis/start_test.go#L55
cannot use getDispatcher(el.RedisEventSource.JSONBody) (value of type func(d []byte, opts ..."github.com/argoproj/argo-events/eventsources/common".Option) error) as func([]byte, ..."github.com/argoproj/argo-events/eventsources/common".Option) (bool, error) value in argument to el.handleOne (typecheck)
|
lint:
eventsources/sources/awssqs/start.go#L176
S1002: should omit comparison to bool constant, can be simplified to `dispatched` (gosimple)
|
lint
Process completed with exit code 2.
|
Unit Tests:
eventsources/sources/redis/start_test.go#L51
cannot use getDispatcher(el.RedisEventSource.JSONBody) (value of type func(d []byte, opts ..."github.com/argoproj/argo-events/eventsources/common".Option) error) as func([]byte, ..."github.com/argoproj/argo-events/eventsources/common".Option) (bool, error) value in argument to el.handleOne
|
Unit Tests:
eventsources/sources/redis/start_test.go#L55
cannot use getDispatcher(el.RedisEventSource.JSONBody) (value of type func(d []byte, opts ..."github.com/argoproj/argo-events/eventsources/common".Option) error) as func([]byte, ..."github.com/argoproj/argo-events/eventsources/common".Option) (bool, error) value in argument to el.handleOne
|
Unit Tests
Process completed with exit code 2.
|