feat: add annotations to subscriptions table #422
Annotations
11 errors
|
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#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#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#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#L311
test single stream subscription subscription process hibernated after inactivity (EventStore.Subscriptions.SubscribeToStreamTest)
|
Run tests:
test/subscriptions/subscribe_to_stream_test.exs#L151
test single stream subscription subscribe to single stream with selector function should receive only filtered 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#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#L544
test many subscriptions to all stream should all receive events from any stream (EventStore.Subscriptions.SubscribeToStreamTest)
|
Loading