[ https://issues.apache.org/jira/browse/HIVE-26834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646336#comment-17646336 ]
Chris Nauroth commented on HIVE-26834: -------------------------------------- Hello [~InvisibleProgrammer]. Regarding the {{Parameterized}} annotation, I do see some test parameterization on table type here: [https://github.com/apache/hive/blob/master/iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerNoScan.java#L143] I think your {{mvn test}} example would not trigger any of the tests in the suite, because the parameterized runner results in tests with different naming suffixes appended to the test method name. For example, if I run it this way, I see it runs 4 tests, one for each table type: {{{}mvn test -Dtest='TestHiveIcebergStorageHandlerNoScan#testIcebergAndHmsTableProperties[*]'{}}}. > Hive Iceberg Storage Handler tests are ignored > ---------------------------------------------- > > Key: HIVE-26834 > URL: https://issues.apache.org/jira/browse/HIVE-26834 > Project: Hive > Issue Type: Test > Components: HiveServer2, Iceberg integration > Reporter: Zsolt Miskolczi > Priority: Critical > > I wanted to run the following test locally: `mvn test > -Dtest="TestHiveIcebergStorageHandlerNoScan#testIcebergAndHmsTableProperties"` > And it was just skipped. > I have checked the latest run on the CI server and it ignored it as well: > Link: > http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/1527/artifacts/ > ``` > [2022-12-12T09:11:50.841Z] [INFO] Running > org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerNoScan > [2022-12-12T09:11:50.886Z] [INFO] No tests to run. > ``` > Additional info about this class: > The class is annotated as a Parameterised test. But I see no usage of any > parameters at the test cases. I suppose it is a left over. -- This message was sent by Atlassian Jira (v8.20.10#820010)