> On Aug. 28, 2013, 11:13 p.m., Ben Mahler wrote: > > Hi Vinson, this has been reverted as it broke the ZK tests (it appears a > > make clean was required to re-compile and catch this), please see: > > https://issues.apache.org/jira/browse/MESOS-670 > > Vinson Lee wrote: > On what distro did the ZK tests regress? After the revert, the Mesos > tests still do not pass on any distro I've tried (CentOS 6, Fedora, and > Ubuntu). > > Ben Mahler wrote: > CentOS 5.9. Are you referring to the tests in MESOS-641 or the ZK tests? > > Vinson Lee wrote: > On Ubuntu, the ZK tests do not run because of MESOS-641. > > On Fedora 18 and CentOS 6.4, the ZK tests run but fail for me. > > > Ben Mahler wrote: > Ah ok, you can suppress the failing tests until a fix is committed using: > $ make check GTEST_FILTER="-OsTest.pstree:OsTest.killtree" > > For the other issues, is there a ticket capturing this? If not can you > file to track the issue? > > Thanks!
I tried CentOS 5.9 and Mesos cannot run bootstrap because CentOS 5.9 does not have a new enough version of autoconf. What was the output of the ZK regressions like? I didn't see any ticket about ZK test failures on CentOS 6.4 or Fedora 18. On these distros, I'm seeing Java crash with a null pointer exception. I'll try to log all the output and file a ticket. IMHO Mesos we should prioritize to get at least one distro, with only stock packages, that passes both 'make' and 'make check'. It's been quite difficult for us to compare the different things we're seeing. - Vinson ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13598/#review25697 ----------------------------------------------------------- On Aug. 23, 2013, 5:49 p.m., Vinson Lee wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13598/ > ----------------------------------------------------------- > > (Updated Aug. 23, 2013, 5:49 p.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, Chi Zhang, Eric > Biederman, Ian Downes, David Mackey, and Vinod Kone. > > > Repository: mesos-git > > > Description > ------- > > Author: Vinson Lee <[email protected]> > > Update zookeeper to 3.3.6. > > Fix clang build errors. > > src/hashtable/hashtable_itr.c:42:1: error: redefinition of a 'extern inline' > function 'hashtable_iterator_key' is not supported in C99 mode > hashtable_iterator_key(struct hashtable_itr *i) > ^ > src/hashtable/hashtable_itr.h:36:1: note: previous definition is here > hashtable_iterator_key(struct hashtable_itr *i) > ^ > src/hashtable/hashtable_itr.c:46:1: error: redefinition of a 'extern inline' > function 'hashtable_iterator_value' is not supported in C99 mode > hashtable_iterator_value(struct hashtable_itr *i) > ^ > src/hashtable/hashtable_itr.h:45:1: note: previous definition is here > hashtable_iterator_value(struct hashtable_itr *i) > ^ > > Signed-off-by: Vinson Lee <[email protected]> > > > The complete patch which includes the tarball update can be found at > http://people.freedesktop.org/~vlee/patches/0001-Update-zookeeper-to-3.3.6.patch. > > > Diffs > ----- > > 3rdparty/versions.am 5932e1f > src/python/setup.py.in 77fa880 > > Diff: https://reviews.apache.org/r/13598/diff/ > > > Testing > ------- > > make > > > Thanks, > > Vinson Lee > >
