Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
HADOOP-13345
-
None
-
None
Description
I'm really glad to see folks adopting the inconsistency injection stuff and adding test cases to ITestS3GuardListConsistency. That test class has become very slow, however, due to Thread.sleep() calls that wait for the inconsistency injection timers to expire, and nested loops that run numerous permutations of the test cases.
I will take a stab at speeding up this test class. As is it takes about 8 minutes to run.