keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
124 stars 66 forks source link

Don't ignore exceptions from tasks #849

Closed ahus1 closed 3 weeks ago

ahus1 commented 3 weeks ago

According the the JavaDoc a future is also done when it failed. The current code will only show exceptions if a task that the code is waiting for is failing with an exception. Any other task that failed in the meantime is silently ignored.

Closes #847

ahus1 commented 3 weeks ago

@kami619 - you've been involved in the original issue, maybe you could review this PR?