Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
3.2.0
-
None
-
None
Description
Test {{}} sometimes fails in parallel test runs, yet it works when standalone. Either there is some real failure here, thread blocking in an overloaded test system is breaking the test, or parallel test runs are corrupting the state of the FS as observed by the test
[ERROR] testInconsistentS3ClientDeletes(org.apache.hadoop.fs.s3a.ITestS3GuardListConsistency) Time elapsed: 11.975 s <<< FAILURE! java.lang.AssertionError: InconsistentAmazonS3Client added back prefixes incorrectly in a non-recursive listing Expected:fork-0008/test/testInconsistentClientDELAY_LISTING_ME/dir0/ fork-0008/test/testInconsistentClientDELAY_LISTING_ME/dir1/ fork-0008/test/testInconsistentClientDELAY_LISTING_ME/dir2/ ----------- Actual:fork-0008/test/testInconsistentClientDELAY_LISTING_ME/dir2/ fork-0008/test/testInconsistentClientDELAY_LISTING_ME/dir0 fork-0008/test/testInconsistentClientDELAY_LISTING_ME/dir1 fork-0008/test/testInconsistentClientDELAY_LISTING_ME/dir2 expected:<3> but was:<4>