You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KinesisSchedulerSource
- must not drop messages in case of Shard end *** FAILED *** (3 seconds, 750 milliseconds)
The code passed to eventually never returned normally. Attempted 18 times over 612.41528 milliseconds. Last failure message:
Wanted but not invoked:
recordProcessorCheckpointer.checkpoint();
-> at akka.stream.alpakka.kinesis.KinesisSchedulerSourceSpec$$anonfun$1$$anonfun$apply$mcV$sp$8$$anonfun$apply$8$$anon$5$$anonfun$11.apply$mcV$sp(KinesisSchedulerSourceSpec.scala:209)
Actually, there were zero interactions with this mock.
. (KinesisSchedulerSourceSpec.scala:208)
org.scalatest.exceptions.TestFailedDueToTimeoutException:
at org.scalatest.enablers.Retrying$$anon$4.tryTryAgain$2(Retrying.scala:174)
at org.scalatest.enablers.Retrying$$anon$4.retry(Retrying.scala:192)
at org.scalatest.concurrent.Eventually$class.eventually(Eventually.scala:402)
at akka.stream.alpakka.kinesis.KinesisSchedulerSourceSpec.eventually(KinesisSchedulerSourceSpec.scala:43)
at akka.stream.alpakka.kinesis.KinesisSchedulerSourceSpec$$anonfun$1$$anonfun$apply$mcV$sp$8$$anonfun$apply$8$$anon$5.<init>(KinesisSchedulerSourceSpec.scala:208)
at akka.stream.alpakka.kinesis.KinesisSchedulerSourceSpec$$anonfun$1$$anonfun$apply$mcV$sp$8$$anonfun$apply$8.apply(KinesisSchedulerSourceSpec.scala:176)
https://travis-ci.com/github/akka/alpakka/jobs/299822244#L437 in #2198
The text was updated successfully, but these errors were encountered: