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/03/30 01:12:30 UTC

mesos git commit: Fixed grammar errors in comments in SLRP tests.

Repository: mesos
Updated Branches:
  refs/heads/master 59b228127 -> 7e58e14de


Fixed grammar errors in comments in SLRP tests.

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


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

Branch: refs/heads/master
Commit: 7e58e14de74a5dd39b167d6698e79e29cdd24ac6
Parents: 59b2281
Author: Gaston Kleiman <ga...@mesosphere.io>
Authored: Thu Mar 29 18:11:47 2018 -0700
Committer: Chun-Hung Hsiao <ch...@mesosphere.io>
Committed: Thu Mar 29 18:11:47 2018 -0700

----------------------------------------------------------------------
 .../storage_local_resource_provider_tests.cpp     | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7e58e14d/src/tests/storage_local_resource_provider_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/storage_local_resource_provider_tests.cpp b/src/tests/storage_local_resource_provider_tests.cpp
index 98b697d..846ef43 100644
--- a/src/tests/storage_local_resource_provider_tests.cpp
+++ b/src/tests/storage_local_resource_provider_tests.cpp
@@ -297,7 +297,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_NoResource)
   // is registered, it is guaranteed that the slave will send two
   // `UpdateSlaveMessage`s, where the latter one contains resources from
   // the storage local resource provider.
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateSlaveMessage> updateSlave2 =
     FUTURE_PROTOBUF(UpdateSlaveMessage(), _, _);
@@ -333,7 +333,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_NoResource)
   // is registered, it is guaranteed that the slave will send two
   // `UpdateSlaveMessage`s, where the latter one contains resources from
   // the storage local resource provider.
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateSlaveMessage> updateSlave4 =
     FUTURE_PROTOBUF(UpdateSlaveMessage(), _, _);
@@ -385,7 +385,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_ZeroSizedDisk)
   // is registered, it is guaranteed that the slave will send two
   // `UpdateSlaveMessage`s, where the latter one contains resources from
   // the storage local resource provider.
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateSlaveMessage> updateSlave2 =
     FUTURE_PROTOBUF(UpdateSlaveMessage(), _, _);
@@ -558,7 +558,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_NewProfile)
   // is registered, it is guaranteed that the slave will send two
   // `UpdateSlaveMessage`s, where the latter one contains resources from
   // the storage local resource provider.
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateSlaveMessage> updateSlave2 =
     FUTURE_PROTOBUF(UpdateSlaveMessage(), _, _);
@@ -2308,7 +2308,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_ConvertPreExistingVolume)
   // is registered, it is guaranteed that the slave will send two
   // `UpdateSlaveMessage`s, where the latter one contains resources from
   // the storage local resource provider.
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateSlaveMessage> updateSlave2 =
     FUTURE_PROTOBUF(UpdateSlaveMessage(), _, _);
@@ -2390,7 +2390,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_ConvertPreExistingVolume)
       isPreExistingVolume)))
     .WillOnce(FutureArg<1>(&disksConvertedOffers));
 
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateOperationStatusMessage> createBlockStatusUpdate =
     FUTURE_PROTOBUF(UpdateOperationStatusMessage(), _, _);
@@ -2438,7 +2438,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_ConvertPreExistingVolume)
       isPreExistingVolume)))
     .WillOnce(FutureArg<1>(&disksRevertedOffers));
 
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateOperationStatusMessage> destroyBlockStatusUpdate =
     FUTURE_PROTOBUF(UpdateOperationStatusMessage(), _, _);
@@ -2528,7 +2528,7 @@ TEST_F(StorageLocalResourceProviderTest, ROOT_RetryOperationStatusUpdate)
   // `UpdateSlaveMessage`s, where the latter one contains resources from
   // the storage local resource provider.
   //
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateSlaveMessage> updateSlave2 =
     FUTURE_PROTOBUF(UpdateSlaveMessage(), _, _);
@@ -2682,7 +2682,7 @@ TEST_F(
   // `UpdateSlaveMessage`s, where the latter one contains resources from
   // the storage local resource provider.
   //
-  // NOTE: The order of the two `FUTURE_PROTOBUF`s are reversed because
+  // NOTE: The order of the two `FUTURE_PROTOBUF`s is reversed because
   // Google Mock will search the expectations in reverse order.
   Future<UpdateSlaveMessage> updateSlave2 =
     FUTURE_PROTOBUF(UpdateSlaveMessage(), _, _);