feat: add annotations to subscriptions table #416
Annotations
11 errors and 2 warnings
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L105
test catch-up subscription, unseen persisted events confirm subscription caught up to persisted events (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L144
test notify events should be sent to subscriber (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L408
test duplicate subscriptions should allow second subscriber to takeover when subscribed connection terminates (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L313
test pending event buffer limit should restrict pending events until ack (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#L124
test catch-up subscription, unseen persisted events should catch up when events received while catching up (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L271
test acknowledge events should not notify events until 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)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L350
test pending event buffer limit should receive pending events on ack after reaching max capacity (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/single_stream_subscription_test.exs#L167
test acknowledge events with caught-up subscription should skip events during catch up when acknowledged (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
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