You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/10/09 20:40:10 UTC

[mesos] branch 1.6.x updated: Added MESOS-7506 to the 1.6.0 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.6.x by this push:
     new 332b9c3  Added MESOS-7506 to the 1.6.0 CHANGELOG.
332b9c3 is described below

commit 332b9c3b3454e35353cd14ce013da29138c7f725
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Tue Oct 9 13:39:19 2018 -0700

    Added MESOS-7506 to the 1.6.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 06581a0..a81678f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -194,6 +194,7 @@ All Resolved Issues:
   * [MESOS-6973] - Fix BOOST random generator initialization on Windows
   * [MESOS-7028] - NetSocketTest.EOFBeforeRecv is flaky.
   * [MESOS-7342] - Port Docker tests
+  * [MESOS-7506] - Multiple tests leave orphan containers.
   * [MESOS-7604] - SlaveTest.ExecutorReregistrationTimeoutFlag aborts on Windows
   * [MESOS-7699] - "stdlib.h: No such file or directory" when building with GCC 6 (Debian stable freshly released)
   * [MESOS-7742] - Race conditions in IOSwitchboard: listening on unix socket and premature closing of the connection.