feat: add annotations to subscriptions table #422
Annotations
11 errors and 2 warnings
|
Run tests:
test/streams/single_stream_test.exs#L473
test subscribe to stream from current should receive only new events (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/streams/single_stream_test.exs#L501
test subscribe to stream from given stream version should receive only later events (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/streams/single_stream_test.exs#L459
test subscribe to stream from origin should receive all events (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/streams/single_stream_test.exs#L178
test link events to stream should guess the event type when not passed (EventStore.Streams.SingleStreamTest)
|
Run tests:
test/subscriptions/subscription_selector_test.exs#L19
test subscription selector with no processing delay should subscribe and receive only selected events (EventStore.Subscriptions.SubscriptionSelectorTest)
|
Run tests:
test/subscriptions/subscription_selector_test.exs#L34
test subscription selector with 1ms processing delay should catch up and resume receiving only selected events (EventStore.Subscriptions.SubscriptionSelectorTest)
|
Run tests:
test/subscriptions/subscription_selector_test.exs#L39
test subscription selector with 1ms processing delay should subscribe and receive only selected events (EventStore.Subscriptions.SubscriptionSelectorTest)
|
Run tests:
test/subscriptions/subscription_selector_test.exs#L29
test subscription selector with 10ms processing delay should catch up and receive only selected events (EventStore.Subscriptions.SubscriptionSelectorTest)
|
Run tests:
test/subscriptions/subscription_selector_test.exs#L29
test subscription selector with 1ms processing delay should catch up and receive only selected events (EventStore.Subscriptions.SubscriptionSelectorTest)
|
Run tests:
test/subscriptions/subscription_selector_test.exs#L34
test subscription selector with 10ms processing delay should catch up and resume receiving only selected events (EventStore.Subscriptions.SubscriptionSelectorTest)
|
Compile
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Compile
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Loading