[
https://issues.apache.org/jira/browse/HIVE-26349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis resolved HIVE-26349.
----------------------------------------
Fix Version/s: 4.0.0-alpha-2
Resolution: Fixed
Fixed in
https://github.com/apache/hive/commit/2f619988f69a569bfcdc2bef5d35a9ecabb2ef13.
Thanks for the reviews [~pvary] [~ayushsaxena]!
> TestOperatorCmp/TestReOptimization fail silently due to incompatible
> configuration
> ----------------------------------------------------------------------------------
>
> Key: HIVE-26349
> URL: https://issues.apache.org/jira/browse/HIVE-26349
> Project: Hive
> Issue Type: Bug
> Components: Testing Infrastructure
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-2
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Running TestOperatorCmp, TestReOptimization currently in master
> (https://github.com/apache/hive/commit/10e5381cb6a4215c0b25fe0cda0a26a084ba6a89)
> shows BUILD SUCCESS although the tests are actually failing when executing
> the {{@BeforeClass}} logic.
> Since the error appears inside {{@BeforeClass}} the failure remains unnoticed
> and the only indication that something is wrong is given by the INFO line
> below:
> {noformat}
> [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> {noformat}
> +Steps to reproduce:+
> {code:bash}
> mvn test -Dtest=TestOperatorCmp
> mvn test -Dtest=TestReOptimization
> {code}
>
> {noformat}
> [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ hive-exec ---
> [INFO]
> [INFO] -------------------------------------------------------
> [INFO] T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.hadoop.hive.ql.plan.mapping.TestOperatorCmp
> [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.732
> s - in org.apache.hadoop.hive.ql.plan.mapping.TestOperatorCmp
> [INFO]
> [INFO] Results:
> [INFO]
> [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 18.962 s
> [INFO] Finished at: 2022-06-22T12:49:54+02:00
> [INFO]
> ------------------------------------------------------------------------
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)