Repository: kudu
Updated Branches:
  refs/heads/master ead37caf3 -> 7bd9bac67


Make fuzz-itest run serially

This test relies on restarting servers, and on the flaky dashboard it
appears to fail often due to port conflicts. Rather than fix it at the
moment, let's just make it run serially. This won't affect precommit
time, since in the dist-test environment, _all_ tests run alone on a
machine.

Change-Id: Ia6e44b4318fec14f6f0cbc8e697fe39049a6b246
Reviewed-on: http://gerrit.cloudera.org:8080/5398
Tested-by: Kudu Jenkins
Reviewed-by: Mike Percy <[email protected]>


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

Branch: refs/heads/master
Commit: 7bd9bac670da27a526b5746f7b89f4d3808af986
Parents: ead37ca
Author: Todd Lipcon <[email protected]>
Authored: Wed Dec 7 15:28:15 2016 +0800
Committer: Mike Percy <[email protected]>
Committed: Wed Dec 7 16:02:44 2016 +0000

----------------------------------------------------------------------
 src/kudu/integration-tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/7bd9bac6/src/kudu/integration-tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/kudu/integration-tests/CMakeLists.txt 
b/src/kudu/integration-tests/CMakeLists.txt
index 5f7671d..b799328 100644
--- a/src/kudu/integration-tests/CMakeLists.txt
+++ b/src/kudu/integration-tests/CMakeLists.txt
@@ -57,7 +57,7 @@ ADD_KUDU_TEST(delete_table-test)
 ADD_KUDU_TEST(disk_reservation-itest)
 ADD_KUDU_TEST(exactly_once_writes-itest)
 ADD_KUDU_TEST(external_mini_cluster-test RESOURCE_LOCK "master-rpc-ports")
-ADD_KUDU_TEST(fuzz-itest)
+ADD_KUDU_TEST(fuzz-itest RUN_SERIAL true)
 ADD_KUDU_TEST(linked_list-test RESOURCE_LOCK "master-rpc-ports")
 ADD_KUDU_TEST(log-rolling-itest)
 ADD_KUDU_TEST(master_failover-itest RESOURCE_LOCK "master-rpc-ports")

Reply via email to