You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Andrew Purtell <ap...@apache.org> on 2014/03/24 18:43:16 UTC

JDK 8 test results

After ZOOKEEPER-1901, if building and testing with Java 1.8.0, then
branch-3.4 core Java tests are good:

    java version "1.8.0"
    Java(TM) SE Runtime Environment (build 1.8.0-b132)
    Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)

    test-core-java:
    [...]
    BUILD SUCCESSFUL
    Total time: 38 minutes 18 seconds

Likewise the test errors resolved by 1901 are fixed on trunk. However,
other test cases in trunk are still failing due to what look like in the
logs are unexpected errors in test initialization:

    [junit] Test org.apache.zookeeper.server.quorum.QuorumPeerMainTest
FAILED
    [junit] Test org.apache.zookeeper.server.quorum.StandaloneDisabledTest
FAILED
    [junit] Test org.apache.zookeeper.test.FLEZeroWeightTest FAILED
    [junit] Test org.apache.zookeeper.test.HierarchicalQuorumTest FAILED
    [junit] Test org.apache.zookeeper.test.ObserverHierarchicalQuorumTest
FAILED
    [junit] Test org.apache.zookeeper.test.ObserverTest FAILED
    [junit] Test org.apache.zookeeper.test.StaticHostProviderTest FAILED

Not sure yet what is the relevant difference.


-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)

Re: JDK 8 test results

Posted by Andrew Purtell <ap...@apache.org>.
Thanks!


On Mon, Mar 24, 2014 at 11:09 AM, Michi Mutsuzaki <mi...@cs.stanford.edu>wrote:

> Hi Andrew,
>
> These are known issues.
>
> https://issues.apache.org/jira/browse/ZOOKEEPER-1870
> https://issues.apache.org/jira/browse/ZOOKEEPER-1891
> https://issues.apache.org/jira/browse/ZOOKEEPER-1894
>
> Thanks!
> --Michi
>
> On Mon, Mar 24, 2014 at 10:43 AM, Andrew Purtell <ap...@apache.org>
> wrote:
> > After ZOOKEEPER-1901, if building and testing with Java 1.8.0, then
> > branch-3.4 core Java tests are good:
> >
> >     java version "1.8.0"
> >     Java(TM) SE Runtime Environment (build 1.8.0-b132)
> >     Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
> >
> >     test-core-java:
> >     [...]
> >     BUILD SUCCESSFUL
> >     Total time: 38 minutes 18 seconds
> >
> > Likewise the test errors resolved by 1901 are fixed on trunk. However,
> > other test cases in trunk are still failing due to what look like in the
> > logs are unexpected errors in test initialization:
> >
> >     [junit] Test org.apache.zookeeper.server.quorum.QuorumPeerMainTest
> > FAILED
> >     [junit] Test
> org.apache.zookeeper.server.quorum.StandaloneDisabledTest
> > FAILED
> >     [junit] Test org.apache.zookeeper.test.FLEZeroWeightTest FAILED
> >     [junit] Test org.apache.zookeeper.test.HierarchicalQuorumTest FAILED
> >     [junit] Test org.apache.zookeeper.test.ObserverHierarchicalQuorumTest
> > FAILED
> >     [junit] Test org.apache.zookeeper.test.ObserverTest FAILED
> >     [junit] Test org.apache.zookeeper.test.StaticHostProviderTest FAILED
> >
> > Not sure yet what is the relevant difference.
> >
> >
> > --
> > Best regards,
> >
> >    - Andy
> >
> > Problems worthy of attack prove their worth by hitting back. - Piet Hein
> > (via Tom White)
>



-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)

Re: JDK 8 test results

Posted by Michi Mutsuzaki <mi...@cs.stanford.edu>.
Hi Andrew,

These are known issues.

https://issues.apache.org/jira/browse/ZOOKEEPER-1870
https://issues.apache.org/jira/browse/ZOOKEEPER-1891
https://issues.apache.org/jira/browse/ZOOKEEPER-1894

Thanks!
--Michi

On Mon, Mar 24, 2014 at 10:43 AM, Andrew Purtell <ap...@apache.org> wrote:
> After ZOOKEEPER-1901, if building and testing with Java 1.8.0, then
> branch-3.4 core Java tests are good:
>
>     java version "1.8.0"
>     Java(TM) SE Runtime Environment (build 1.8.0-b132)
>     Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
>
>     test-core-java:
>     [...]
>     BUILD SUCCESSFUL
>     Total time: 38 minutes 18 seconds
>
> Likewise the test errors resolved by 1901 are fixed on trunk. However,
> other test cases in trunk are still failing due to what look like in the
> logs are unexpected errors in test initialization:
>
>     [junit] Test org.apache.zookeeper.server.quorum.QuorumPeerMainTest
> FAILED
>     [junit] Test org.apache.zookeeper.server.quorum.StandaloneDisabledTest
> FAILED
>     [junit] Test org.apache.zookeeper.test.FLEZeroWeightTest FAILED
>     [junit] Test org.apache.zookeeper.test.HierarchicalQuorumTest FAILED
>     [junit] Test org.apache.zookeeper.test.ObserverHierarchicalQuorumTest
> FAILED
>     [junit] Test org.apache.zookeeper.test.ObserverTest FAILED
>     [junit] Test org.apache.zookeeper.test.StaticHostProviderTest FAILED
>
> Not sure yet what is the relevant difference.
>
>
> --
> Best regards,
>
>    - Andy
>
> Problems worthy of attack prove their worth by hitting back. - Piet Hein
> (via Tom White)