dongjoon-hyun opened a new pull request #25550: [SPARK-28847][TEST] Annotate 
HiveExternalCatalogVersionsSuite with ExtendedHiveTest
URL: https://github.com/apache/spark/pull/25550
 
 
   ### What changes were proposed in this pull request?
   
   This PR aims to annotate `HiveExternalCatalogVersionsSuite` with 
`ExtendedHiveTest`.
   
   ### Why are the changes needed?
   
   `HiveExternalCatalogVersionsSuite` is an outstanding test in terms of 
testing time. This PR aims to allow skipping this test suite when we use 
`ExtendedHiveTest`.
   
![time](https://user-images.githubusercontent.com/9700541/63489184-4c75af00-c466-11e9-9e12-d250d4a23292.png)
   
   
   ### Does this PR introduce any user-facing change?
   
   No
   
   ### How was this patch tested?
   
   Since Jenkins doesn't exclude `ExtendedHiveTest`, there is no difference in 
Jenkins testing.
   This PR should be tested by manually by the following.
   
   **BEFORE**
   ```
   $ cd sql/hive
   $ mvn package -Dtest=none 
-DwildcardSuites=org.apache.spark.sql.hive.HiveExternalCatalogVersionsSuite 
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedHiveTest
   ...
   Run starting. Expected test count is: 1
   HiveExternalCatalogVersionsSuite:
   22:32:16.218 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load ...
   ```
   
   **AFTER**
   ```
   $ cd sql/hive
   $ mvn package -Dtest=none 
-DwildcardSuites=org.apache.spark.sql.hive.HiveExternalCatalogVersionsSuite 
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedHiveTest
   ...
   Run starting. Expected test count is: 0
   HiveExternalCatalogVersionsSuite:
   Run completed in 772 milliseconds.
   Total number of tests run: 0
   Suites: completed 2, aborted 0
   Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
   No tests were executed.
   ...
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to