[ https://issues.apache.org/jira/browse/HIVE-21467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16795467#comment-16795467 ]
Hive QA commented on HIVE-21467: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12962867/HIVE-21467.01.patch {color:green}SUCCESS:{color} +1 due to 96 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 21 failed/errored test(s), 15833 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[udaf_invalid_place] (batchId=99) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testRoundToDecimalPlaces (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorACos (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorASin (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorATan (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorAbs (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorCos (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorDegrees (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorExp (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorLn (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorLog10 (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorLog2 (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorRadians (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorRound (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorSign (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorSin (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorSqrt (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorMathFunctions.testVectorTan (batchId=314) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorTypeCasts.testCastDoubleToTimestamp (batchId=313) org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorTypeCasts.testVectorCastLongToDouble (batchId=313) org.apache.hive.hcatalog.mapreduce.TestHCatPartitioned.testHCatPartitionedTable[1] (batchId=209) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/16562/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16562/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16562/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 21 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12962867 - PreCommit-HIVE-Build > Remove deprecated junit.framework.Assert imports > ------------------------------------------------ > > Key: HIVE-21467 > URL: https://issues.apache.org/jira/browse/HIVE-21467 > Project: Hive > Issue Type: Bug > Reporter: Laszlo Bodor > Assignee: Laszlo Bodor > Priority: Minor > Labels: newbie > Attachments: HIVE-21467.01.patch > > > These imports trigger lots of warnings in ide, which could be annoying, and > it can be replaced easily to org.junit.Assert, the signature and behavior are > the same, so the tests should pass. -- This message was sent by Atlassian JIRA (v7.6.3#76005)