You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/08/26 23:49:02 UTC

mesos git commit: Removed one blank space in allocator benchmark test 'DeclineOffers'.

Repository: mesos
Updated Branches:
  refs/heads/master 8330e99f6 -> 47c2607f1


Removed one blank space in allocator benchmark test 'DeclineOffers'.

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


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

Branch: refs/heads/master
Commit: 47c2607f1b19db38523b6a6b69928951ca7c55c3
Parents: 8330e99
Author: Guangya Liu <gy...@gmail.com>
Authored: Fri Aug 26 16:00:57 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Fri Aug 26 16:00:57 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/47c2607f/src/tests/hierarchical_allocator_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/hierarchical_allocator_tests.cpp b/src/tests/hierarchical_allocator_tests.cpp
index cbed333..ddd4869 100644
--- a/src/tests/hierarchical_allocator_tests.cpp
+++ b/src/tests/hierarchical_allocator_tests.cpp
@@ -3558,7 +3558,7 @@ TEST_P(HierarchicalAllocator_BENCHMARK_Test, DeclineOffers)
     cout << "round " << i
          << " allocate() took " << watch.elapsed()
          << " to make " << offers.size() << " offers"
-         << " after filtering  " << declinedOfferCount << " offers" << endl;
+         << " after filtering " << declinedOfferCount << " offers" << endl;
   }
 
   Clock::resume();