You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zsolt Miskolczi (Jira)" <ji...@apache.org> on 2022/12/12 14:18:00 UTC

[jira] [Updated] (HIVE-26834) Hive Iceberg Storage Handler tests are ignored

     [ https://issues.apache.org/jira/browse/HIVE-26834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zsolt Miskolczi updated HIVE-26834:
-----------------------------------
    Description: 
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. 

  was:
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.
```


> 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)