Change partition_by to return a random partition instead of a nil value for a parition_by function #430
Annotations
54 errors and 20 warnings
Build and test (1.17.x, 27):
test/subscriptions/subscribe_to_stream_test.exs#L438
test all stream subscription should ack received events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.17.x, 27):
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):
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.17.x, 27):
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.17.x, 27):
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.17.x, 27):
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.17.x, 27):
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.17.x, 27):
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)
|
Build and test (1.17.x, 27):
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.17.x, 27):
test/subscriptions/subscribe_to_stream_test.exs#L421
test all stream subscription should ignore already received 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/single_stream_subscription_test.exs#L105
test catch-up subscription, unseen persisted events confirm subscription caught up to persisted events (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/single_stream_subscription_test.exs#L313
test pending event buffer limit should restrict pending events until ack (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/single_stream_subscription_test.exs#L271
test acknowledge events should not notify events until after acknowledged (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
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#L215
test acknowledge events should notify events after acknowledged (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/single_stream_subscription_test.exs#L350
test pending event buffer limit should receive pending events on ack after reaching max capacity (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/single_stream_subscription_test.exs#L79
test catch-up subscription, unseen persisted events should receive existing events (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/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)
|
Build and test (1.14.x, 26, ignore):
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.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#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.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#L421
test all stream subscription should ignore already received 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#L151
test single stream subscription subscribe to single stream with selector function should receive only filtered events (EventStore.Subscriptions.SubscribeToStreamTest)
|
Build and test (1.13.x, 25, ignore):
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.13.x, 25, ignore):
test/subscriptions/subscribe_to_stream_test.exs#L438
test all stream subscription should ack received 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.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.15.x, 26)
The job was canceled because "_1_17_x_27" failed.
|
Build and test (1.15.x, 26):
test/subscriptions/single_stream_subscription_test.exs#L105
test catch-up subscription, unseen persisted events confirm subscription caught up to persisted events (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.15.x, 26):
test/subscriptions/single_stream_subscription_test.exs#L215
test acknowledge events should notify events after 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/single_stream_subscription_test.exs#L271
test acknowledge events should not notify events until after acknowledged (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.15.x, 26):
test/subscriptions/single_stream_subscription_test.exs#L79
test catch-up subscription, unseen persisted events should receive existing events (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#L313
test pending event buffer limit should restrict pending events until ack (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.15.x, 26):
test/subscriptions/single_stream_subscription_test.exs#L350
test pending event buffer limit should receive pending events on ack after reaching max capacity (EventStore.Subscriptions.SingleSubscriptionFsmTest)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_back_pressure_test.exs#L43
test subscription back pressure should handle unexpected event (EventStore.Subscriptions.SubscriptionBackPressureTest)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_back_pressure_test.exs#L25
test subscription back pressure should receive appended events once caught up (EventStore.Subscriptions.SubscriptionBackPressureTest)
|
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/all_streams_subscription_test.exs#L313
test pending event buffer limit should restrict pending events until ack (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#L79
test catch-up subscription, unseen persisted events should receive existing events (EventStore.Subscriptions.AllStreamsSubscriptionTest)
|
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#L105
test catch-up subscription, unseen persisted events confirm subscription caught up to persisted events (EventStore.Subscriptions.AllStreamsSubscriptionTest)
|
Build and test (1.16.x, 26):
test/subscriptions/all_streams_subscription_test.exs#L271
test acknowledge events should not notify events until after acknowledged (EventStore.Subscriptions.AllStreamsSubscriptionTest)
|
Build and test (1.16.x, 26):
test/subscriptions/all_streams_subscription_test.exs#L215
test acknowledge events should notify events after acknowledged (EventStore.Subscriptions.AllStreamsSubscriptionTest)
|
Build and test (1.16.x, 26):
test/subscriptions/all_streams_subscription_test.exs#L350
test pending event buffer limit should receive pending events on ack after reaching max capacity (EventStore.Subscriptions.AllStreamsSubscriptionTest)
|
Build and test (1.16.x, 26):
test/subscriptions/concurrent_subscription_test.exs#L270
test concurrent subscription should not ack resent in-flight events when subscriber process terminates (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.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.14.x, 26, ignore):
test/subscriptions/subscription_acknowledgement_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/subscription_acknowledgement_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.14.x, 26, ignore):
test/subscriptions/subscription_acknowledgement_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscription_acknowledgement_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscription_acknowledgement_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.13.x, 25, ignore):
test/subscriptions/subscription_acknowledgement_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.15.x, 26):
test/subscriptions/partition_key_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.15.x, 26):
test/subscriptions/subscription_acknowledgement_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
Build and test (1.15.x, 26):
test/subscriptions/partition_key_test.exs#L1
redefining module EventStore.Subscriptions.SubscriptionAcknowledgementTest (current version defined in memory)
|
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
|