Skip to content

feat: add annotations to subscriptions table #421

feat: add annotations to subscriptions table

feat: add annotations to subscriptions table #421

Triggered via pull request January 24, 2025 01:42
Status Failure
Total duration 8m 26s
Artifacts

test.yml

on: pull_request
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

54 errors and 12 warnings
Build and test (1.17.x, 27): test/event_store_test.exs#L436
test persistent subscription catch-up subscription should receive all persisted events (EventStore.EventStoreTest)
Build and test (1.17.x, 27): test/event_store_test.exs#L415
test persistent subscription should subscribe to all streams from current position (EventStore.EventStoreTest)
Build and test (1.17.x, 27): test/event_store_test.exs#L399
test persistent subscription should notify subscribers after event persisted (EventStore.EventStoreTest)
Build and test (1.17.x, 27): test/subscriptions/monitor_subscription_test.exs#L10
test monitor subscription should shutdown all stream subscription on subscriber shutdown (EventStore.Subscriptions.MonitorSubscriptionTest)
Build and test (1.17.x, 27): test/subscriptions/monitor_subscription_test.exs#L42
test monitor subscription should shutdown single stream subscription on subscriber shutdown (EventStore.Subscriptions.MonitorSubscriptionTest)
Build and test (1.17.x, 27): test/subscriptions/monitor_subscription_test.exs#L94
test monitor subscription should shutdown subscription on subscriber `:normal` exit (EventStore.Subscriptions.MonitorSubscriptionTest)
Build and test (1.17.x, 27): test/subscriptions/monitor_subscription_test.exs#L79
test monitor subscription unsubscribe from a single stream subscription should stop subscriber from receiving events (EventStore.Subscriptions.MonitorSubscriptionTest)
Build and test (1.17.x, 27): test/subscriptions/monitor_subscription_test.exs#L109
test monitor subscription should shutdown subscription on subscriber `:kill` exit (EventStore.Subscriptions.MonitorSubscriptionTest)
Build and test (1.17.x, 27): test/migrate_event_store_test.exs#L45
test migrated event store schema should be identical to new event store schema (EventStore.MigrateEventStoreTest)
Build and test (1.17.x, 27): test/subscriptions/subscription_catch_up_test.exs#L9
test catch-up subscription should receive all existing events (EventStore.Subscriptions.SubscriptionCatchUpTest)
Build and test (1.13.x, 25, ignore)
The job was canceled because "_1_17_x_27" failed.
Build and test (1.13.x, 25, ignore): test/subscriptions/subscribe_to_stream_test.exs#L311
test single stream subscription subscription process hibernated after inactivity (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.13.x, 25, ignore): test/subscriptions/subscribe_to_stream_test.exs#L236
test single stream subscription subscribe to single stream should continue receiving events after ack (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#L214
test single stream subscription subscribe to single stream with selector function and mapper function should receive only filtered events and mapped events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.13.x, 25, ignore): test/subscriptions/subscribe_to_stream_test.exs#L74
test single stream subscription subscribe to single stream from given stream version should only receive later events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.13.x, 25, ignore): 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)
Build and test (1.13.x, 25, ignore): test/subscriptions/subscribe_to_stream_test.exs#L467
test all stream subscription should support ack received events by `event_number` (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.13.x, 25, ignore): test/subscriptions/subscribe_to_stream_test.exs#L132
test single stream subscription subscribe to single stream with mapper function should receive all its mapped events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.13.x, 25, ignore): 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)
Build and test (1.13.x, 25, ignore): test/subscriptions/subscribe_to_stream_test.exs#L288
test single stream subscription should catch-up from unseen events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.16.x, 26)
The job was canceled because "_1_17_x_27" failed.
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L147
test concurrent subscription should send event to next available subscriber after ack (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L44
test concurrent subscription should send `:subscribed` message to subscribers connected after already subscribed (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L659
test concurrent subscription catch-up should send events to available subscribers once caught up after over capacity (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L497
test concurrent subscriber buffer size should distribute events to subscribers using round robbin balancing (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L377
test concurrent subscription should exclude events filtered by selector function (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L180
test concurrent subscription should ack events in order (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L309
test concurrent subscription should shutdown subscription when all subscribers down (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L743
test concurrency max queue size when max queue equals buffer size (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L425
test concurrent subscription should ack events when all filtered by selector function (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.16.x, 26): test/subscriptions/concurrent_subscription_test.exs#L776
test concurrency max queue size when max queue is slightly larger than buffer size (EventStore.Subscriptions.ConcurrentSubscriptionTest)
Build and test (1.15.x, 26)
The job was canceled because "_1_17_x_27" failed.
Build and test (1.15.x, 26): test/subscriptions/subscribe_to_stream_test.exs#L498
test both single and all stream subscriptions should receive events from both subscriptions (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.15.x, 26): test/subscriptions/subscribe_to_stream_test.exs#L438
test all stream subscription should ack received events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.15.x, 26): test/subscriptions/subscribe_to_stream_test.exs#L795
test delete subscription should be deleted (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.15.x, 26): 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)
Build and test (1.15.x, 26): test/subscriptions/subscribe_to_stream_test.exs#L262
test single stream subscription should support ack received events by `stream_version` (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.15.x, 26): test/subscriptions/subscribe_to_stream_test.exs#L391
test all stream subscription subscribe to all streams from given stream id should only receive later events from all streams (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.15.x, 26): 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)
Build and test (1.15.x, 26): test/subscriptions/subscribe_to_stream_test.exs#L288
test single stream subscription should catch-up from unseen events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.15.x, 26): 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)
Build and test (1.15.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.14.x, 26, ignore)
The job was canceled because "_1_17_x_27" failed.
Build and test (1.14.x, 26, ignore): test/subscriptions/subscribe_to_stream_test.exs#L262
test single stream subscription should support ack received events by `stream_version` (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.14.x, 26, ignore): 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)
Build and test (1.14.x, 26, ignore): test/subscriptions/subscribe_to_stream_test.exs#L311
test single stream subscription subscription process hibernated after inactivity (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.14.x, 26, ignore): test/subscriptions/subscribe_to_stream_test.exs#L467
test all stream subscription should support ack received events by `event_number` (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.14.x, 26, ignore): test/subscriptions/subscribe_to_stream_test.exs#L795
test delete subscription should be deleted (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/subscribe_to_stream_test.exs#L132
test single stream subscription subscribe to single stream with mapper function should receive all its mapped events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.14.x, 26, ignore): 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)
Build and test (1.14.x, 26, ignore): test/subscriptions/subscribe_to_stream_test.exs#L193
test single stream subscription subscribe to single stream with selector function during catch-up should continue to receive only filtered events (EventStore.Subscriptions.SubscribeToStreamTest)
Build and test (1.14.x, 26, ignore): 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)
Build and test (1.17.x, 27)
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.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
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