Skip to content

Refactor subscription mechanism #116

Refactor subscription mechanism

Refactor subscription mechanism #116

Triggered via push June 24, 2024 17:07
Status Failure
Total duration 2m 42s
Artifacts

test.yml

on: push
Matrix: ES 21.6.0
Matrix: ES 4.1.0
Matrix: ES 5.0.11
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ES 5.0.11 (1.16, 26): test/listener_with_backpressure_test.exs#L52
test Listener reads all events if never run before (Extreme.ListenerWithBackPressureTest)
ES 5.0.11 (1.16, 26): test/listener_with_backpressure_test.exs#L129
test subscribe/unsubscribe (Extreme.ListenerWithBackPressureTest)
ES 5.0.11 (1.16, 26): test/listener_with_backpressure_test.exs#L174
test auto_subscribe? can be turned off (Extreme.ListenerWithBackPressureTest)
ES 5.0.11 (1.16, 26): test/listener_with_backpressure_test.exs#L89
test ack timeout can be adjusted (Extreme.ListenerWithBackPressureTest)
ES 5.0.11 (1.16, 26): test/extreme_benchmark_test.exs#L8
test Benchmark writing 10 events 100 times (ExtremeBenchmarkTest)
ES 5.0.11 (1.16, 26): test/extreme_benchmark_test.exs#L63
test Benchmark reading and writing simultaneously is ok (ExtremeBenchmarkTest)
ES 5.0.11 (1.16, 26): test/extreme_benchmark_test.exs#L34
test Benchmark writing 1_000 events at once (ExtremeBenchmarkTest)
ES 5.0.11 (1.16, 26): test/subscriptions_test.exs#L9
test subscribe_to/3 subscription to existing stream is success (ExtremeSubscriptionsTest)
ES 5.0.11 (1.16, 26): test/subscriptions_test.exs#L321
test read_and_stay_subscribed/6 read events and stay subscribed for soft deleted stream is ok (ExtremeSubscriptionsTest)
ES 5.0.11 (1.16, 26): test/subscriptions_test.exs#L514
test read_and_stay_subscribed/6 events written just after subscription starts are also pushed to client in correct order (ExtremeSubscriptionsTest)