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/08 19:50:18 UTC

[3/3] mesos git commit: Fixed a typo in a gpu test.

Fixed a typo in a gpu test.

Review: https://reviews.apache.org/r/64454


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

Branch: refs/heads/master
Commit: d9a6580be11b1d5b9e6cc2ad331c05e4f4c0f467
Parents: ed3fcdf
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Dec 8 17:12:38 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Dec 8 20:49:26 2017 +0100

----------------------------------------------------------------------
 src/tests/containerizer/nvidia_gpu_isolator_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d9a6580b/src/tests/containerizer/nvidia_gpu_isolator_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/nvidia_gpu_isolator_tests.cpp b/src/tests/containerizer/nvidia_gpu_isolator_tests.cpp
index 5e40a94..8f6cd5e 100644
--- a/src/tests/containerizer/nvidia_gpu_isolator_tests.cpp
+++ b/src/tests/containerizer/nvidia_gpu_isolator_tests.cpp
@@ -263,7 +263,7 @@ TEST_F(NvidiaGpuTest, ROOT_INTERNET_CURL_CGROUPS_NVIDIA_GPU_NvidiaDockerImage)
   // We wait wait up to 120 seconds
   // to download the docker image.
   AWAIT_READY_FOR(statusStarting1, Seconds(120));
-  ASSERT_EQ(TASK_RUNNING, statusRunning1->state());
+  ASSERT_EQ(TASK_STARTING, statusStarting1->state());
 
   AWAIT_READY_FOR(statusRunning1, Seconds(120));
   ASSERT_EQ(TASK_RUNNING, statusRunning1->state());