OpenSearch/test-framework
Daniel Mitterdorfer 96724e198a Restore thread interrupt flag after an InterruptedException
This commit replaces all occurrences of Thread.interrupted() with
Thread.currentThread().interrupt(). While the former checks and clears the current
thread's interrupt flag the latter sets it, which is actually intended.

Closes #14798
2015-11-18 17:11:53 +01:00
..
src Restore thread interrupt flag after an InterruptedException 2015-11-18 17:11:53 +01:00
build.gradle Build: Remove transitive dependencies 2015-11-10 15:01:41 -08:00