RFR: Some intermittent org/openjdk/jigsaw test failures.
Chris Hegarty
chris.hegarty at oracle.com
Wed Feb 22 08:04:38 PST 2012
On 22/02/2012 15:43, Alan Bateman wrote:
> .....
> Thanks for sorting these out, it was annoying for these tests not to be
> pass on all platforms.
>
> In _RemoteRepository. testRemove the sleep is 1s but this may not be
> sufficient to ensure a new time stamp (legacy FAT32 has a granularity of
> 2s for example).
Yes, I think 2 or 3 seconds would be better.
> I'm curious about _RemoteRepositoryList.local as I would have thought
> that we have many tests (in the networking area at least) that would
> also fail if once could connect to the host name.
This test was failing at L145 "assert rr.location().equals(u1);".
RemoteRepository stores it's location() as a URI with a canonical host
name ( where possible ). Since URI.equals does a string comparison,
equalIgnoringCase, then the hosts need to be the same.
-Chris.
> Otherwise looks okay to me.
>
> -Alan.
>
>
>
>
>
>
>
>
More information about the jigsaw-dev
mailing list