[ 
https://issues.apache.org/jira/browse/HBASE-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954611#comment-14954611
 ] 

Hudson commented on HBASE-14588:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6901 (See 
[https://builds.apache.org/job/HBase-TRUNK/6901/])
HBASE-14588 Stop accessing test resources from within src folder (stack: rev 
a45cb72ef23e3d1c52091a1a6376e8a3aeceed94)
* 
hbase-server/src/test/resources/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c
* hbase-server/src/test/data/0000000000000016310
* hbase-server/src/test/resources/0000000000000016310
* 
hbase-server/src/test/data/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c
* pom.xml
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRecoveredEdits.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestReference.java


> Stop accessing test resources from within src folder
> ----------------------------------------------------
>
>                 Key: HBASE-14588
>                 URL: https://issues.apache.org/jira/browse/HBASE-14588
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Andrew Wang
>            Assignee: Andrew Wang
>             Fix For: 2.0.0, 1.2.0, 1.3.0
>
>         Attachments: hbase-14588.001.patch, hbase-14588.001.patch, 
> hbase-14588.002.patch
>
>
> A few tests in hbase-server reach into the src/test/data folder to get test 
> resources, which is naughty since tests are supposed to only operate within 
> the target/ folder. It's better to put these into src/test/resources and let 
> them be automatically copied into target/ via the resources plugin, like 
> other test resources.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to