You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/12/06 12:16:34 UTC

mesos git commit: Fixed ROOT_INTERNET_CURL_SimpleCommand/3 test.

Repository: mesos
Updated Branches:
  refs/heads/master 419da0067 -> ecccb33ac


Fixed ROOT_INTERNET_CURL_SimpleCommand/3 test.

Remove unreliable image from the test's parameter list
("registry.cn-hangzhou.aliyuncs.com/acs-sample/alpine").


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ecccb33a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ecccb33a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ecccb33a

Branch: refs/heads/master
Commit: ecccb33ac4627929be21460386b0bf56092944a4
Parents: 419da00
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed Dec 6 13:16:15 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Dec 6 13:16:15 2017 +0100

----------------------------------------------------------------------
 src/tests/containerizer/provisioner_docker_tests.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ecccb33a/src/tests/containerizer/provisioner_docker_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/provisioner_docker_tests.cpp b/src/tests/containerizer/provisioner_docker_tests.cpp
index 13f5350..3779b43 100644
--- a/src/tests/containerizer/provisioner_docker_tests.cpp
+++ b/src/tests/containerizer/provisioner_docker_tests.cpp
@@ -468,8 +468,7 @@ INSTANTIATE_TEST_CASE_P(
     ::testing::ValuesIn(vector<string>({
         "alpine", // Verifies the normalization of the Docker repository name.
         "library/alpine",
-        "quay.io/coreos/alpine-sh",
-        "registry.cn-hangzhou.aliyuncs.com/acs-sample/alpine"})));
+        "quay.io/coreos/alpine-sh"})));
 
 
 // TODO(jieyu): This is a ROOT test because of MESOS-4757. Remove the