Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAMZA-1191; Fixed flaky test: TestExponentialSleepStrategy testThread…
…InterruptInRetryLoop It's possible that the interruptee thread (see `#interruptedThread`) gets pre-empted before it has a chance to run the operation (increment `iterations`) and then gets interrupted, causing these assertions to fail. I think these assertions also aren't critical for the tests which I presume want to test interrupt propagation behavior, so removing them in this change. vjagadish1989 & xinyuiscool, please take a look. Author: Prateek Maheshwari <[email protected]> Reviewers: Jagadish <[email protected]> Closes apache#113 from prateekm/flaky-ess-test-fix
- Loading branch information