Steve Loughran created HADOOP-15737:
---------------------------------------

             Summary: intermittent failure of 
ITestS3GuardListConsistency.testInconsistentS3ClientDeletes in parallel runs
                 Key: HADOOP-15737
                 URL: https://issues.apache.org/jira/browse/HADOOP-15737
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/s3
    Affects Versions: 3.2.0
            Reporter: Steve Loughran


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

{code}
[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>
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to