feat: add annotations to subscriptions table #423
Annotations
10 errors and 3 warnings
Run tests:
test/append_to_stream_test.exs#L166
test should append many events to a stream (EventStore.AppendToStreamTest)
|
Run tests:
test/streams/single_stream_test.exs#L178
test link events to stream should guess the event type when not passed (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/streams/single_stream_test.exs#L473
test subscribe to stream from current should receive only new events (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/streams/single_stream_test.exs#L459
test subscribe to stream from origin should receive all events (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/streams/single_stream_test.exs#L501
test subscribe to stream from given stream version should receive only later events (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/dynamic_event_store_test.exs#L82
test dynamic event store should unsubscribe and delete subscription from named event store (EventStore.DynamicEventStoreTest)
|
Run tests:
test/dynamic_event_store_test.exs#L53
test dynamic event store should support subscriptions to named event stores (EventStore.DynamicEventStoreTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L79
test catch-up subscription, unseen persisted events should receive existing events (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L215
test acknowledge events should notify events after acknowledged (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L65
test catch-up subscription, no persisted events should be caught up (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Compile
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Compile
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Loading