Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10168 )
Change subject: client-test: fix a mod-by-zero crash ...................................................................... client-test: fix a mod-by-zero crash On my machine, computing modulo by zero caused a floating point exception crash. I'm not sure why this doesn't crash on all systems, but the code definitely seemed wrong here. Change-Id: I4c10896f8c6e4b36a3c5b9b58df0eb3bc537b4bf Reviewed-on: http://gerrit.cloudera.org:8080/10168 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/client/client-test.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/10168 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4c10896f8c6e4b36a3c5b9b58df0eb3bc537b4bf Gerrit-Change-Number: 10168 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
