howardyoo commented on issue #341: HADOOP-15231. Metrics sink for Wavefront. URL: https://github.com/apache/hadoop/pull/341#issuecomment-523186814 I am seeing the test result with -1 set on javac, and even though I don't see any compile errors, I do see the following: https://builds.apache.org/job/hadoop-multibranch/job/PR-341/6/artifact/out/diff-compile-javac-root.txt `[WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-341/src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/impl/TestWavefrontMetrics.java:[37,25] [deprecation] Matchers in org.mockito has been deprecated [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-341/src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/impl/TestWavefrontMetrics.java:[38,25] [deprecation] Matchers in org.mockito has been deprecated [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-341/src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/impl/TestWavefrontMetrics.java:[77,4] [deprecation] Whitebox in org.apache.hadoop.test has been deprecated [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-341/src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/impl/TestWavefrontMetrics.java:[110,4] [deprecation] Whitebox in org.apache.hadoop.test has been deprecated [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-341/src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/impl/TestWavefrontMetrics.java:[155,4] [deprecation] Whitebox in org.apache.hadoop.test has been deprecated [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-341/src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/impl/TestWavefrontMetrics.java:[192,4] [deprecation] Whitebox in org.apache.hadoop.test has been deprecated` Is this what's stopping javac from generating +1 to the result? Any comments are welcomed so that I can see what's wrong to fix this issue.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
