gsmet / devoxx24-playground

A playground for our AI-infused bot
0 stars 0 forks source link

Add exception handling for worker threads #34

Closed geoand closed 1 month ago

geoand commented 1 month ago

Ensure that any exceptions thrown in worker threads are properly checked to avoid misleading test results. This change prevents the test from passing if an exception bubbles up into a worker thread.

Relates to: https://github.com/quarkusio/quarkus/issues/43158