Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5624 to look at the new patch set (#7). Change subject: [kudu-jepsen] added Jenkins script ...................................................................... [kudu-jepsen] added Jenkins script Added a shell script to build Kudu and run kudu-jepsen tests from a Jenkins job. Currently, the set of nodes to run Kudu cluster should be provisioned prior to running the test. The test uses the Jenkins slave as the Jepsen control node, running the control logic and the freshly built Kudu Java client there. Since the clients are run there too, the bandwidth and latency between the Jepsen and the DB nodes should be taken into consideration while running the tests. All Jepsen control operations on the DB nodes (i.e. Kudu master and tserver nodes) are run via SSH. Appropriate SSH key should be deployed prior to running the test. Restrictions: 1. The Kudu cluster should consist of Linux machines of the same architecture and OS distro as the Jenkins slave. This is because the test copies and runs the newly built Kudu server-side binaries and the 'kudu' CLI utility on corresponding Kudu cluster nodes. 2. The kudu-jepsen test supports recent Debian/Ubuntu distros only. This is because Jepsen lacks support for other Linux distros. Change-Id: I36a7e890baabb5427b22daa3aeee58ed894b83d6 --- A src/kudu/scripts/jepsen.sh 1 file changed, 140 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/5624/7 -- To view, visit http://gerrit.cloudera.org:8080/5624 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I36a7e890baabb5427b22daa3aeee58ed894b83d6 Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: David Ribeiro Alves <dral...@apache.org> Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <mpe...@apache.org> Gerrit-Reviewer: Todd Lipcon <t...@apache.org>