|
|
-
Test failures in TestFileSystemCanonicalization
Trevor Robinson 2012-05-10, 01:04
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
-
Re: Test failures in TestFileSystemCanonicalization
Eli Collins 2012-05-10, 02:42
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 >
-
Re: Test failures in TestFileSystemCanonicalization
Trevor Robinson 2012-05-10, 23:04
I just tried it and it works with JDK6. Should I open a bug and indicate that it's a JDK7 issue? I need JDK7 to be supported/tested since there is no ARM Server JIT for JDK6. :-) I will, of course, look into the cause/fix as time allows.
On Wed, May 9, 2012 at 9:42 PM, Eli Collins <[EMAIL PROTECTED]> wrote: > 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 >>
-
Re: Test failures in TestFileSystemCanonicalization
Eli Collins 2012-05-10, 23:15
Yup, please file a bug. Thanks!
On Thu, May 10, 2012 at 4:04 PM, Trevor Robinson <[EMAIL PROTECTED]> wrote: > I just tried it and it works with JDK6. Should I open a bug and > indicate that it's a JDK7 issue? I need JDK7 to be supported/tested > since there is no ARM Server JIT for JDK6. :-) I will, of course, look > into the cause/fix as time allows. > > On Wed, May 9, 2012 at 9:42 PM, Eli Collins <[EMAIL PROTECTED]> wrote: >> 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 >>>
|
|