You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/02/06 00:16:46 UTC

[3/4] mesos git commit: Fixed some typos in test case comments.

Fixed some typos in test case comments.

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


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

Branch: refs/heads/master
Commit: 60015ea893dd0dbd96077035a9155c90012173bc
Parents: b5833d4
Author: Neil Conway <ne...@gmail.com>
Authored: Fri Feb 5 14:12:14 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Fri Feb 5 15:04:09 2016 -0800

----------------------------------------------------------------------
 src/tests/containerizer/port_mapping_tests.cpp | 8 ++++----
 src/tests/monitor_tests.cpp                    | 4 ++--
 src/tests/resources_tests.cpp                  | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/60015ea8/src/tests/containerizer/port_mapping_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/port_mapping_tests.cpp b/src/tests/containerizer/port_mapping_tests.cpp
index 26261b0..e346c75 100644
--- a/src/tests/containerizer/port_mapping_tests.cpp
+++ b/src/tests/containerizer/port_mapping_tests.cpp
@@ -2113,8 +2113,8 @@ TEST_F(PortMappingMesosTest, CGROUPS_ROOT_CleanUpOrphan)
 }
 
 
-// This test verfies the creation and destroy of the network namespace
-// handle symlink. The symlink was introduced in 0.23.0.
+// This test verifies the creation and destruction of the network
+// namespace handle symlink. The symlink was introduced in 0.23.0.
 TEST_F(PortMappingMesosTest, ROOT_NetworkNamespaceHandleSymlink)
 {
   Try<PID<Master> > master = StartMaster();
@@ -2198,8 +2198,8 @@ TEST_F(PortMappingMesosTest, ROOT_NetworkNamespaceHandleSymlink)
 }
 
 
-// This test verfies that the isolator is able to recover a mix of
-// known and unkonwn orphans. This is used to capture the regression
+// This test verifies that the isolator is able to recover a mix of
+// known and unknown orphans. This is used to capture the regression
 // described in MESOS-2914.
 TEST_F(PortMappingMesosTest, CGROUPS_ROOT_RecoverMixedKnownAndUnKnownOrphans)
 {

http://git-wip-us.apache.org/repos/asf/mesos/blob/60015ea8/src/tests/monitor_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/monitor_tests.cpp b/src/tests/monitor_tests.cpp
index d3a1801..869c9e0 100644
--- a/src/tests/monitor_tests.cpp
+++ b/src/tests/monitor_tests.cpp
@@ -172,9 +172,9 @@ TEST(MonitorTest, MissingStatistics)
 class MonitorIntegrationTest : public MesosTest {};
 
 
-// This is an end-to-end test that verfies that the slave returns the
+// This is an end-to-end test that verifies that the slave returns the
 // correct ResourceUsage based on the currently running executors, and
-// the values get from the statistics endpoint are as expected.
+// the values returned by the statistics endpoint are as expected.
 TEST_F(MonitorIntegrationTest, RunningExecutor)
 {
   Try<PID<Master>> master = StartMaster();

http://git-wip-us.apache.org/repos/asf/mesos/blob/60015ea8/src/tests/resources_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/resources_tests.cpp b/src/tests/resources_tests.cpp
index 336d0b7..3a33883 100644
--- a/src/tests/resources_tests.cpp
+++ b/src/tests/resources_tests.cpp
@@ -2053,7 +2053,7 @@ static Resource createRevocableResource(
 }
 
 
-// This test verfies that revocable and non-revocable resources are
+// This test verifies that revocable and non-revocable resources are
 // not considered equal.
 TEST(RevocableResourceTest, Equals)
 {