Hello Kudu Jenkins, Adar Dembo,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/10324

to look at the new patch set (#2).

Change subject: [java] Fix TestUtils on Java 9+
......................................................................

[java] Fix TestUtils on Java 9+

Java 9 made some improvments to the
process API causing expected classnames to
change and break TestUtils.pidOfProcess.

This change optimistically tries to access the pid field
of any Process passed to TestUtils.pidOfProcess and
throws an exception if the field could not be found
or accessed.

Change-Id: Ied4ffdca10dc5a0cdc0516964bf6202fd3871f30
---
M java/kudu-client/src/test/java/org/apache/kudu/client/TestUtils.java
1 file changed, 9 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/10324/2
--
To view, visit http://gerrit.cloudera.org:8080/10324
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ied4ffdca10dc5a0cdc0516964bf6202fd3871f30
Gerrit-Change-Number: 10324
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins

Reply via email to