Do you get the same failure with JDK6? On Wednesday, May 9, 2012, Trevor Robinson wrote:
> Does anyone know anything about these test failures in 0.23.1 > (+cdh4b2) and trunk? > > Failed tests: > testShortAuthority(org.apache.hadoop.fs.TestFileSystemCanonicalization): > expected:<myfs://host.a.b:123> but was:<myfs://host:123> > testPartialAuthority(org.apache.hadoop.fs.TestFileSystemCanonicalization): > expected:<myfs://host.a.b:123> but was:<myfs://host.a:123> > > $ mvn --version > Apache Maven 3.0.4 (r1232337; 2012-01-17 02:44:56-0600) > Maven home: /usr/local/apache-maven > Java version: 1.7.0_04, vendor: Oracle Corporation > Java home: /usr/lib/jvm/jdk1.7.0_04/jre > Default locale: en_US, platform encoding: ISO-8859-1 > OS name: "linux", version: "3.2.0-24-generic", arch: "amd64", family: > "unix" > > $ lsb_release -d > Description: Ubuntu 12.04 LTS > > Thanks, > Trevor >