You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2016/12/05 04:34:28 UTC

mesos git commit: Changed test constant back to "original" value.

Repository: mesos
Updated Branches:
  refs/heads/master c4e2ea9ac -> 97696a06b


Changed test constant back to "original" value.


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

Branch: refs/heads/master
Commit: 97696a06b0dfd6a89ef36edc52ea34fb86178820
Parents: c4e2ea9
Author: Benjamin Hindman <be...@gmail.com>
Authored: Sun Dec 4 20:34:04 2016 -0800
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Sun Dec 4 20:34:04 2016 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/src/tests/io_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/97696a06/3rdparty/libprocess/src/tests/io_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/io_tests.cpp b/3rdparty/libprocess/src/tests/io_tests.cpp
index 26365a5..b9825e8 100644
--- a/3rdparty/libprocess/src/tests/io_tests.cpp
+++ b/3rdparty/libprocess/src/tests/io_tests.cpp
@@ -344,7 +344,7 @@ TEST_F(IOTest, Redirect)
     data.append(data);
   }
 
-  Future<Nothing> redirect = io::redirect(pipes[0], fd.get(), 256, {hook});
+  Future<Nothing> redirect = io::redirect(pipes[0], fd.get(), 4096, {hook});
 
   // Closing the read end of the pipe and the file should not have any
   // impact as we dup the file descriptor.