feat: add annotations to subscriptions table #418
Annotations
54 errors and 12 warnings
Build and test (1.16.x, 26):
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)
|
Build and test (1.16.x, 26):
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)
|
Build and test (1.16.x, 26):
test/subscriptions/single_stream_subscription_test.exs#L408
test duplicate subscriptions should allow second subscriber to takeover when subscribed connection terminates (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.16.x, 26):
test/subscriptions/all_streams_subscription_test.exs#L167
test acknowledge events with caught-up subscription should skip events during catch up when acknowledged (EventStore.Subscriptions.AllStreamsSubscriptionTest)
|
Build and test (1.16.x, 26):
test/subscriptions/all_streams_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.AllStreamsSubscriptionTest)
|
Build and test (1.16.x, 26):
test/subscriptions/all_streams_subscription_test.exs#L408
test duplicate subscriptions should allow second subscriber to takeover when subscribed connection terminates (EventStore.Subscriptions.AllStreamsSubscriptionTest)
|
Build and test (1.16.x, 26):
test/subscriptions/subscribe_to_stream_test.exs#L582
test restarting a subscription should only receive not acked events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.16.x, 26):
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)
|
Build and test (1.16.x, 26):
test/subscriptions/subscribe_to_stream_test.exs#L758
test unsubscribe from stream should shutdown subscription process (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.16.x, 26):
test/subscriptions/subscription_acknowledgement_test.exs#L110
test subscription acknowledgement should checkpoint when subscriber process terminates (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.14.x, 26, ignore)
The job was canceled because "_1_16_x_26" failed.
|
Build and test (1.14.x, 26, ignore):
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)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/subscribe_to_stream_test.exs#L758
test unsubscribe from stream should shutdown subscription process (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/subscribe_to_stream_test.exs#L582
test restarting a subscription should only receive not acked events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.14.x, 26, ignore):
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)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/single_stream_subscription_test.exs#L408
test duplicate subscriptions should allow second subscriber to takeover when subscribed connection terminates (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.14.x, 26, ignore):
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)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/subscription_locking_test.exs#L115
test duplicate subscriptions should only allow single active subscription (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.14.x, 26, ignore):
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)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/subscription_locking_test.exs#L91
test subscription lock lost should subscribe after waiting `retry_interval` (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/subscription_locking_test.exs#L38
test subscription lock lost should not send ack'd events before disconnect (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.17.x, 27)
The job was canceled because "_1_16_x_26" failed.
|
Build and test (1.17.x, 27):
test/streams/hard_delete_stream_test.exs#L138
test hard delete stream when enabled resumed persistent subscription to all streams should not receive deleted events (EventStore.Streams.HardDeleteStreamTest)
|
Build and test (1.17.x, 27):
test/subscriptions/subscription_acknowledgement_test.exs#L110
test subscription acknowledgement should checkpoint when subscriber process terminates (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.17.x, 27):
test/subscriptions/subscription_acknowledgement_test.exs#L31
test subscription acknowledgement should checkpoint after reaching threshold of events when configured (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.17.x, 27):
test/subscriptions/subscription_acknowledgement_test.exs#L9
test subscription acknowledgement should checkpoint after each event by default (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.17.x, 27):
test/subscriptions/subscription_acknowledgement_test.exs#L61
test subscription acknowledgement should checkpoint after inactivity (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.17.x, 27):
test/subscriptions/subscription_acknowledgement_test.exs#L89
test subscription acknowledgement should checkpoint when subscription process terminates (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.17.x, 27):
test/subscriptions/single_stream_subscription_test.exs#L408
test duplicate subscriptions should allow second subscriber to takeover when subscribed connection terminates (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.17.x, 27):
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)
|
Build and test (1.17.x, 27):
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)
|
Build and test (1.17.x, 27):
test/subscriptions/subscribe_to_stream_test.exs#L582
test restarting a subscription should only receive not acked events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.15.x, 26)
The job was canceled because "_1_16_x_26" failed.
|
Build and test (1.15.x, 26):
test/subscriptions/single_stream_subscription_test.exs#L408
test duplicate subscriptions should allow second subscriber to takeover when subscribed connection terminates (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.15.x, 26):
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)
|
Build and test (1.15.x, 26):
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)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_acknowledgement_test.exs#L31
test subscription acknowledgement should checkpoint after reaching threshold of events when configured (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_acknowledgement_test.exs#L110
test subscription acknowledgement should checkpoint when subscriber process terminates (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_acknowledgement_test.exs#L9
test subscription acknowledgement should checkpoint after each event by default (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_acknowledgement_test.exs#L61
test subscription acknowledgement should checkpoint after inactivity (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_acknowledgement_test.exs#L89
test subscription acknowledgement should checkpoint when subscription process terminates (EventStore.Subscriptions.SubscriptionAcknowledgementTest)
|
Build and test (1.15.x, 26):
test/streams/hard_delete_stream_test.exs#L138
test hard delete stream when enabled resumed persistent subscription to all streams should not receive deleted events (EventStore.Streams.HardDeleteStreamTest)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_locking_test.exs#L38
test subscription lock lost should not send ack'd events before disconnect (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.13.x, 25, ignore)
The job was canceled because "_1_16_x_26" failed.
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscribe_to_stream_test.exs#L582
test restarting a subscription should only receive not acked events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscribe_to_stream_test.exs#L758
test unsubscribe from stream should shutdown subscription process (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.13.x, 25, ignore):
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)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscription_locking_test.exs#L38
test subscription lock lost should not send ack'd events before disconnect (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.13.x, 25, ignore):
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)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscription_locking_test.exs#L115
test duplicate subscriptions should only allow single active subscription (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscription_locking_test.exs#L18
test subscription lock lost should resend in-flight events (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscription_locking_test.exs#L91
test subscription lock lost should subscribe after waiting `retry_interval` (EventStore.Subscriptions.SubscriptionLockingTest)
|
Build and test (1.13.x, 25, ignore):
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)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/single_stream_subscription_test.exs#L408
test duplicate subscriptions should allow second subscriber to takeover when subscribed connection terminates (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.16.x, 26)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and test (1.16.x, 26)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Build and test (1.16.x, 26)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L170
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L179
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L187
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L170
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L179
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L187
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L170
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L179
10..1 has a default step of -1, please write 10..1//-1 instead
|
Build and test (1.17.x, 27):
test/event_store_test.exs#L187
10..1 has a default step of -1, please write 10..1//-1 instead
|