feat: add annotations to subscriptions table #421
Annotations
11 errors
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L262
test single stream subscription should support ack received events by `stream_version` (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L682
test restarting a transient subscription should allow to start with a transient subscription and change it to a none transient subscription (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L311
test single stream subscription subscription process hibernated after inactivity (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L467
test all stream subscription should support ack received events by `event_number` (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L795
test delete subscription should be deleted (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L582
test restarting a subscription should only receive not acked events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L132
test single stream subscription subscribe to single stream with mapper function should receive all its mapped events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L111
test single stream subscription subscribe to single stream should ignore events from another stream (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L193
test single stream subscription subscribe to single stream with selector function during catch-up should continue to receive only filtered events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L52
test single stream subscription subscribe to single stream from origin should receive all its events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Loading