feat: add annotations to subscriptions table #420
Annotations
11 errors
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L498
test both single and all stream subscriptions should receive events from both subscriptions (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#L346
test all stream subscription subscribe to all streams should receive events from all streams (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L714
test restarting a transient subscription should allow to start with a persistent subscription and later start a transient subscription with the same name (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#L169
test single stream subscription subscribe to single stream with selector function should continue to receive only filtered events (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#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#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