[jira] [Resolved] (HADOOP-9051) “ant test” will build failed for trying to delete a file

2012-12-14 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-9051. - Resolution: Fixed Fix Version/s: 1.1.2 1.2.0 Committed trivial patch to branch

[jira] [Created] (HADOOP-9145) Remove CRLF endings from files

2012-12-14 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HADOOP-9145: --- Summary: Remove CRLF endings from files Key: HADOOP-9145 URL: https://issues.apache.org/jira/browse/HADOOP-9145 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-9144) FindBugs reports new warnings in branch-trunk-win

2012-12-14 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-9144: - Summary: FindBugs reports new warnings in branch-trunk-win Key: HADOOP-9144 URL: https://issues.apache.org/jira/browse/HADOOP-9144 Project: Hadoop Common I

Re: making a hadoop-common test run if a property is set

2012-12-14 Thread Colin McCabe
One approach we've taken in the past is making the junit test skip itself when some precondition is not true. Then, we often create a property which people can use to cause the skipped tests to become a hard error. For example, all the tests that rely on libhadoop start with these lines: > @Test

making a hadoop-common test run if a property is set

2012-12-14 Thread Steve Loughran
The swiftfs tests need only to run if there's a target filesystem; copying the s3/s3n tests, something like test.fs.swift.name swift://your-object-store-herel/ How does one actually go about making junit tests optional in mvn-land? Should the probe/skip logic be in the code -which c

[jira] [Created] (HADOOP-9143) repair test org.apache.hadoop.fs.http.server.TestHttpFSWithKerberos

2012-12-14 Thread Ivan A. Veselovsky (JIRA)
Ivan A. Veselovsky created HADOOP-9143: -- Summary: repair test org.apache.hadoop.fs.http.server.TestHttpFSWithKerberos Key: HADOOP-9143 URL: https://issues.apache.org/jira/browse/HADOOP-9143 Proje