Alexey Serbin has posted comments on this change. Change subject: [client_samples-test] adapt for 'absent lsof' case ......................................................................
Patch Set 1: > I also think it's fine to require lsof and if possible we should > fix any test env that seems to be missing it instead of trying to > work around it. It seems you are right: at least the path to the lsof binary (/usr/sbin/lsof) was not in the environment variables for the failed jobs. However, the same value for the environment variable was in the case of the tests that passed. I ended up adding the necessary /usr/sbin path into the PATH. Let's see now it works out. -- To view, visit http://gerrit.cloudera.org:8080/7383 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9711137e8b416f26c393ea83d4b3de851f5db81d Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: No
