I've found why the unit tests were failed.
The fails ware caused by "Address already in use" exceptions as you can see
the full logs.
This is because the multiple post-commit tests were executed on the same
machine simulateneously.
To avoid this problem, I changed the tied servers. Now, they work.

--
Hyunsik Choi


On Wed, Jun 13, 2012 at 11:31 PM, Eugene Koontz <[email protected]>wrote:

> On 6/12/12 7:30 PM, Hyunsik Choi wrote:
> > Giraph-trunk is for default maven profile.
> > There is another jenkins project for hadoop-trunk as you can see the
> below
> > link:
> > https://builds.apache.org/view/G-L/view/Giraph/.
> > (but, it seems not working due to missing snapshot)
> >
> > In the above link, jenkins says that most profiles (including.,
> hadoop-1.0
> > and 0.20.203) incurs unittest errors
> > after GIRAPH-201. However, in my machine, their unittests are all passed.
> >
> > --
> > Hyunsik Choi
> >
>
> Thank you Hyunsik, you are right: the -P profile flags are being set as
> they should be for the Hadoop trunk build:
>
>
> https://builds.apache.org/view/G-L/view/Giraph/job/giraph-trunk-hadoop-trunk/3/console
>
> (mvn -Phadoop_trunk clean verify)
>
> I get the same results as you with regard to testing - they work on my
> local machine, but there's various errors in all Jenkins profiles except
> hadoop-0.23.
>
> I think we should try to get the hadoop-1.0 profile to turn blue as our
> first Jenkins-related priority.
>
> -Eugene
>
>

Reply via email to