feat: add annotations to subscriptions table #418
Annotations
11 errors
|
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#L758
test unsubscribe from stream should shutdown subscription process (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/single_stream_subscription_test.exs#L167
test acknowledge events with caught-up subscription should skip events during catch up when acknowledged (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#L190
test acknowledge events with caught-up subscription should replay events when catching up and events had not been ack'd (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Run tests:
test/subscriptions/subscription_locking_test.exs#L115
test duplicate subscriptions should only allow single active subscription (EventStore.Subscriptions.SubscriptionLockingTest)
|
Run tests:
test/subscriptions/subscription_locking_test.exs#L65
test subscription lock lost should not send events ack'd by another subscription during disconnect (EventStore.Subscriptions.SubscriptionLockingTest)
|
Run tests:
test/subscriptions/subscription_locking_test.exs#L91
test subscription lock lost should subscribe after waiting `retry_interval` (EventStore.Subscriptions.SubscriptionLockingTest)
|
Run tests:
test/subscriptions/subscription_locking_test.exs#L38
test subscription lock lost should not send ack'd events before disconnect (EventStore.Subscriptions.SubscriptionLockingTest)
|
Loading