zio / zio-kafka

A Kafka client for ZIO and ZIO Streams
https://zio.dev/zio-kafka
Apache License 2.0
337 stars 138 forks source link

Make tests faster #1139

Closed erikvanoosten closed 9 months ago

erikvanoosten commented 9 months ago

Make tests faster

Make tests faster by

Results for sbt test:

Also: upgrade logback from 1.3.14 to 1.4.14.

erikvanoosten commented 9 months ago

Sorry for the force push. I squashed all the commits to make rebasing easier.

erikvanoosten commented 9 months ago

Instead of removing the nonFlaky annotations, in the last commit only the number of retries is reduced. The test are still substantially faster 😀.