failsafe-lib / failsafe

Fault tolerance and resilience patterns for the JVM
https://failsafe.dev
Apache License 2.0
4.17k stars 296 forks source link

Fix violations of Sonar rule 2142 #314

Closed khaes-kth closed 2 years ago

khaes-kth commented 2 years ago

Hi,

This PR fixes 1 violations of Sonar Rule 2142: '"InterruptedException" should not be ignored'. This is done without introducing any new violations of Sonar rules.

The patch was generated automatically with the tool Sorald. For details on the fix applied here, please see Sorald's documentation on rule 2142.

P.S.: Note that this PR is not created/submitted by a bot. If you have any feedback, please leave them as comments.

jhalterman commented 2 years ago

These are tests where interruption is either intentional or should not interrupt a thread after the test completes. Closing.