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:39:32 UTC

[mesos] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/mesos.git


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

commit e9ffd37a91bae8a982116cef975ef3b62c36d121
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 3691103..4918f8d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -571,6 +571,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.