+1 (non-binding) Ran `sudo make check` on CentOS 7, using gcc with libevent and SSL enabled.
The following tests failed during the first test run: ContainerizerTest.ROOT_CGROUPS_BalloonFramework MemoryPressureMesosTest.CGROUPS_ROOT_Statistics MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery but these all passed when re-run in isolation using the gtest filter. I was also able to successfully test a simple upgrade scenario from 0.24.2-rc2 to 0.25.1-rc2 using the script found here: https://reviews.apache.org/r/44229/ Cheers, Greg On Tue, Mar 8, 2016 at 7:29 PM, Michael Park <[email protected]> wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.25.1. > > > 0.25.1 includes the following: > > -------------------------------------------------------------------------------- > > The only diff with RC1 is the following: Fix CGROUPS_ROOT_* tests on > systemd platforms. > < > https://github.com/apache/mesos/commit/253223b3288df85cb3b12fe3af5c7b0a7a262f1a > > > This patch is necessary in order to make the `systemd` integration work > correctly. > It was part of MESOS-4636 > <https://issues.apache.org/jira/browse/MESOS-4636> but > was accidentally left out during the cherry-pick process. > > * Improvements > - `/state` endpoint performance > - `systemd` integration > - GLOG performance > - Configurable task/framework history > - Offer filter timeout fix for backlogged allocator > > * Bugs > - SSL > - Libevent > - Fixed point resources math > - HDFS > - Agent upgrade compatibility > - Health checks > > The CHANGELOG for the release is available at: > > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.25.1-rc2 > > -------------------------------------------------------------------------------- > > The candidate for Mesos 0.25.1 release is available at: > https://dist.apache.org/repos/dist/dev/mesos/0.25.1-rc2/mesos-0.25.1.tar.gz > > The tag to be voted on is 0.25.1-rc2: > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.25.1-rc2 > > The MD5 checksum of the tarball can be found at: > > https://dist.apache.org/repos/dist/dev/mesos/0.25.1-rc2/mesos-0.25.1.tar.gz.md5 > > The signature of the tarball can be found at: > > https://dist.apache.org/repos/dist/dev/mesos/0.25.1-rc2/mesos-0.25.1.tar.gz.asc > > The PGP key used to sign the release is here: > https://dist.apache.org/repos/dist/release/mesos/KEYS > > The JAR is up in Maven in a staging repository here: > https://repository.apache.org/content/repositories/orgapachemesos-1116 > > Please vote on releasing this package as Apache Mesos 0.25.1! > > The vote is open until Fri Mar 11 23:59:59 EST 2016 and passes if a > majority of at least 3 +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Mesos 0.25.1 > [ ] -1 Do not release this package because ... > > Thanks, > > MPark >
