[
https://issues.apache.org/jira/browse/HADOOP-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232221#comment-15232221
]
Steve Loughran commented on HADOOP-12994:
-----------------------------------------
And against an openstack implementation, which is even slower, but there were
transatlantic cables in the way
{code}
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.fs.swift.contract.TestSwiftContractCreate
Tests run: 6, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 80.309 sec - in
org.apache.hadoop.fs.swift.contract.TestSwiftContractCreate
Running org.apache.hadoop.fs.swift.contract.TestSwiftContractDelete
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 110.419 sec -
in org.apache.hadoop.fs.swift.contract.TestSwiftContractDelete
Running org.apache.hadoop.fs.swift.contract.TestSwiftContractMkdir
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.103 sec - in
org.apache.hadoop.fs.swift.contract.TestSwiftContractMkdir
Running org.apache.hadoop.fs.swift.contract.TestSwiftContractOpen
Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 47.185 sec - in
org.apache.hadoop.fs.swift.contract.TestSwiftContractOpen
Running org.apache.hadoop.fs.swift.contract.TestSwiftContractRename
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 118.541 sec -
in org.apache.hadoop.fs.swift.contract.TestSwiftContractRename
Running org.apache.hadoop.fs.swift.contract.TestSwiftContractRootDir
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.093 sec - in
org.apache.hadoop.fs.swift.contract.TestSwiftContractRootDir
Running org.apache.hadoop.fs.swift.contract.TestSwiftContractSeek
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 196.56 sec -
in org.apache.hadoop.fs.swift.contract.TestSwiftContractSeek
Results :
Tests run: 55, Failures: 0, Errors: 0, Skipped: 5
{code}
> Specify PositionedReadable, add contract tests, fix problems
> ------------------------------------------------------------
>
> Key: HADOOP-12994
> URL: https://issues.apache.org/jira/browse/HADOOP-12994
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs
> Affects Versions: 2.8.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Attachments: HADOOP-12994-001.patch, HADOOP-12994-002.patch,
> HADOOP-12994-003.patch, HADOOP-12994-004.patch, HADOOP-12994-005.patch
>
>
> Some work on S3a has shown up that there aren't tests catching regressions in
> readFully, reviewing the documentation shows that its specification could be
> improved.
> # review the spec
> # review the implementations
> # add tests (proposed: to the seek contract; streams which support seek
> should support positioned readable)
> # fix code, where it differs significantly from HDFS or LocalFS
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)