|
|
-
unit tests fail with hadoop-23
Julien Le Dem 2012-03-02, 01:08
I've tried to understand why "ant -Dhadoopversion=23 clean test-commit" fails in current TRUNK There are a bunch of Guice related exception but I'm not even sure this is the cause. Any idea? Julien
-
Re: unit tests fail with hadoop-23
Thomas Weise 2012-03-02, 01:15
Julien, I see these issue on my rhel dev box intermittently, but just yesterday could run all the tests on OSX on branch 0.9. With the exception of new test case from PIG-2532 of course.
Thomas
On 3/1/12 5:08 PM, "Julien Le Dem" <[EMAIL PROTECTED]> wrote:
> I've tried to understand why "ant -Dhadoopversion=23 clean test-commit" fails > in current TRUNK > There are a bunch of Guice related exception but I'm not even sure this is the > cause. > Any idea? > Julien >
-
Re: unit tests fail with hadoop-23
Daniel Dai 2012-03-02, 01:22
I do see Guice exceptions in hadoop 23 tests but it does not fail the test.
Daniel
On Thu, Mar 1, 2012 at 5:15 PM, Thomas Weise <[EMAIL PROTECTED]> wrote: > Julien, I see these issue on my rhel dev box intermittently, but just > yesterday could run all the tests on OSX on branch 0.9. With the exception > of new test case from PIG-2532 of course. > > Thomas > > On 3/1/12 5:08 PM, "Julien Le Dem" <[EMAIL PROTECTED]> wrote: > >> I've tried to understand why "ant -Dhadoopversion=23 clean test-commit" fails >> in current TRUNK >> There are a bunch of Guice related exception but I'm not even sure this is the >> cause. >> Any idea? >> Julien >> >
-
Re: unit tests fail with hadoop-23
Thomas Weise 2012-03-02, 02:12
Yes, same here.
On 3/1/12 5:22 PM, "Daniel Dai" <[EMAIL PROTECTED]> wrote:
> I do see Guice exceptions in hadoop 23 tests but it does not fail the test. > > Daniel > > On Thu, Mar 1, 2012 at 5:15 PM, Thomas Weise <[EMAIL PROTECTED]> wrote: >> Julien, I see these issue on my rhel dev box intermittently, but just >> yesterday could run all the tests on OSX on branch 0.9. With the exception >> of new test case from PIG-2532 of course. >> >> Thomas >> >> On 3/1/12 5:08 PM, "Julien Le Dem" <[EMAIL PROTECTED]> wrote: >> >>> I've tried to understand why "ant -Dhadoopversion=23 clean test-commit" >>> fails >>> in current TRUNK >>> There are a bunch of Guice related exception but I'm not even sure this is >>> the >>> cause. >>> Any idea? >>> Julien >>> >>
-
Re: unit tests fail with hadoop-23
Thomas Weise 2012-03-02, 02:17
Issue of intermittent test failures on some machines remains though, irrespective of the Guice noise in the logs.
On 3/1/12 6:12 PM, "Thomas Weise" <[EMAIL PROTECTED]> wrote:
> Yes, same here. > > On 3/1/12 5:22 PM, "Daniel Dai" <[EMAIL PROTECTED]> wrote: > >> I do see Guice exceptions in hadoop 23 tests but it does not fail the test. >> >> Daniel >> >> On Thu, Mar 1, 2012 at 5:15 PM, Thomas Weise <[EMAIL PROTECTED]> wrote: >>> Julien, I see these issue on my rhel dev box intermittently, but just >>> yesterday could run all the tests on OSX on branch 0.9. With the exception >>> of new test case from PIG-2532 of course. >>> >>> Thomas >>> >>> On 3/1/12 5:08 PM, "Julien Le Dem" <[EMAIL PROTECTED]> wrote: >>> >>>> I've tried to understand why "ant -Dhadoopversion=23 clean test-commit" >>>> fails >>>> in current TRUNK >>>> There are a bunch of Guice related exception but I'm not even sure this is >>>> the >>>> cause. >>>> Any idea? >>>> Julien >>>> >>> >
|
|