profunktor/redis4cats

Flaky transactions test in CI

Closed this issue · 1 comments

[info] - transactions: successful
[info] - transactions: canceled *** FAILED ***
[info]   java.lang.AssertionError: assertion failed
[info]   at scala.Predef$.assert(Predef.scala:208)
[info]   at dev.profunktor.redis4cats.TestScenarios.$anonfun$canceledTransactionScenario$2(TestScenarios.scala:299)
[info]   at dev.profunktor.redis4cats.TestScenarios.$anonfun$canceledTransactionScenario$2$adapted(TestScenarios.scala:299)
[info]   at scala.Function1.$anonfun$andThen$1(Function1.scala:57)
[info]   at cats.effect.IO$Map.apply(IO.scala:1578)
[info]   at cats.effect.IO$Map.apply(IO.scala:1576)
[info]   at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:145)
[info]   at cats.effect.internals.IORunLoop$RestartCallback.signal(IORunLoop.scala:366)

Seems to be fixed after #292