Join Slack
Powered by
Hello :wave: Any ideas what might be causing the f...
# spring
d
Dariusz Kuc
01/21/2021, 3:53 PM
Hello đź‘‹ Any ideas what might be causing the flakiness of SpringBoot websocket integration tests ->
https://github.com/ExpediaGroup/graphql-kotlin/blob/master/examples/server/spring-[…]ql/examples/server/spring/subscriptions/SimpleSubscriptionIT.kt
Locally it always works fine but when run GH actions one of the tests randomly fail (after updating to SpringBoot 2.4.2 they fail much more often) with race condition - generally skipping the first message from a stream
c
Chris Voy
03/01/2021, 12:59 AM
.subscribe()
doesn’t block.
.block()
does. My guess is this is what’s causing the flakiness.
4
Views
Open in Slack
Previous
Next