You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2016/12/09 22:42:52 UTC

kudu git commit: log-rolling-itest: remove unused mini cluster option

Repository: kudu
Updated Branches:
  refs/heads/master 2161005fb -> a991e426f


log-rolling-itest: remove unused mini cluster option

The option does not take effect since the test specifies no tablet
servers, but if it did the test would fail on macOS.

Change-Id: I73b26ec958c94d3e2b65e5ca2ba4e9a1775973a3
Reviewed-on: http://gerrit.cloudera.org:8080/5444
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <ad...@cloudera.com>


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

Branch: refs/heads/master
Commit: a991e426f0e3396af1685286ca63cf71c0b176b4
Parents: 2161005
Author: Dan Burkert <da...@apache.org>
Authored: Fri Dec 9 14:21:36 2016 -0800
Committer: Adar Dembo <ad...@cloudera.com>
Committed: Fri Dec 9 22:42:32 2016 +0000

----------------------------------------------------------------------
 src/kudu/integration-tests/log-rolling-itest.cc | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/a991e426/src/kudu/integration-tests/log-rolling-itest.cc
----------------------------------------------------------------------
diff --git a/src/kudu/integration-tests/log-rolling-itest.cc b/src/kudu/integration-tests/log-rolling-itest.cc
index 2b00014..73eb5f5 100644
--- a/src/kudu/integration-tests/log-rolling-itest.cc
+++ b/src/kudu/integration-tests/log-rolling-itest.cc
@@ -49,7 +49,6 @@ TEST(LogRollingITest, TestLogCleanupOnStartup) {
   opts.num_tablet_servers = 0;
   opts.extra_master_flags = { "--max_log_files=3", };
   opts.logtostderr = false;
-  opts.bind_mode = ExternalMiniClusterOptions::UNIQUE_LOOPBACK;
   ExternalMiniCluster cluster(opts);
   ASSERT_OK(cluster.Start());