You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/10/03 23:47:41 UTC

[3/3] mesos git commit: Tweaked test comments.

Tweaked test comments.

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


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

Branch: refs/heads/master
Commit: 3af5f5512b4e1e4340fabd3449daf9ee40c40b82
Parents: 58be12f
Author: Neil Conway <ne...@gmail.com>
Authored: Mon Oct 3 16:45:32 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Oct 3 16:47:24 2016 -0700

----------------------------------------------------------------------
 src/tests/partition_tests.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3af5f551/src/tests/partition_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/partition_tests.cpp b/src/tests/partition_tests.cpp
index c88017c..12fe859 100644
--- a/src/tests/partition_tests.cpp
+++ b/src/tests/partition_tests.cpp
@@ -717,8 +717,8 @@ TEST_F(PartitionTest, PartitionedSlaveReregistrationMasterFailover)
 }
 
 
-// This test case causes a slave to be partitioned while it is running
-// a task for a PARTITION_AWARE scheduler. The scheduler disconnects
+// This test causes a slave to be partitioned while it is running a
+// task for a PARTITION_AWARE scheduler. The scheduler disconnects
 // before the partition heals. Right now, the task is left running as
 // an orphan; once MESOS-4659 is fixed, the task should be shutdown.
 TEST_F(PartitionTest, PartitionedSlaveOrphanedTask)
@@ -1043,7 +1043,7 @@ TEST_F(PartitionTest, DisconnectedFramework)
 
 
 // This test checks that when a registered slave reregisters with the
-// master (e.g., because of a spurious Zk leader flag at the slave),
+// master (e.g., because of a spurious Zk leader flap at the slave),
 // the master does not kill any tasks on the slave, even if those
 // tasks are not PARTITION_AWARE.
 TEST_F(PartitionTest, SpuriousSlaveReregistration)