feat: add annotations to subscriptions table #416
Annotations
11 errors
|
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)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L421
test all stream subscription should ignore already received events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L544
test many subscriptions to all stream should all receive events from any stream (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#L74
test single stream subscription subscribe to single stream from given stream version should only receive later events (EventStore.Subscriptions.SubscribeToStreamTest)
|
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#L236
test single stream subscription subscribe to single stream should continue receiving events after ack (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#L758
test unsubscribe from stream should shutdown subscription process (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)
|
Loading