Steve Loughran created HADOOP-13262: ---------------------------------------
Summary: set multipart delete timeout to 5 * 60s in S3ATestUtils.createTestFileSystem Key: HADOOP-13262 URL: https://issues.apache.org/jira/browse/HADOOP-13262 Project: Hadoop Common Issue Type: Sub-task Components: fs/s3, test Affects Versions: 2.8.0 Environment: parallel test runs Reporter: Steve Loughran Assignee: Steve Loughran HADOOP-13139 patch 003 test runs show that the multipart tests are failing on parallel runs. The cause of this is that the FS init logic in {{S3ATestUtils.createTestFileSystem}} sets the expiry to 0: any in-progress multipart uploads will fail. setting a 5 minute expiry will clean up from old runs, but not break anything in progress. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org