On 7 July 2014 23:18, Patrick Hunt <ph...@apache.org> wrote: > The test output for the c client seems to be broken. afaict this is a > recent change because the jenkins console output shows the test > details, but I don't see them in the latest trunk. > > I now see this (along with a long pause) > [exec] make[1]: Entering directory > `/home/phunt/dev/zookeeper-trunk/build/test/test-cppunit' > [exec] make[2]: Entering directory > `/home/phunt/dev/zookeeper-trunk/build/test/test-cppunit' > [exec] PASS: zktest-st > > whereas before we used to see output such as: > ZooKeeper server startedRunning > Zookeeper_init::testBasic : elapsed 1 : OK > Zookeeper_init::testAddressResolution : elapsed 0 : OK > Zookeeper_init::testMultipleAddressResolution : elapsed 0 : OK > Zookeeper_init::testNullAddressString : elapsed 0 : OK > Zookeeper_init::testEmptyAddressString : elapsed 0 : OK > > and so on. Which is now missing. > > Anyone know what happened here? It would be nice if we could turn this > back on - so that you get progress information as the test runs (also > captured in the jenkins console). >
Is this running make check-TESTS manually or ant test-core-cppunit? -rgs