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

[jira] [Work logged] (HIVE-26349) TestOperatorCmp/TestReOptimization fail silently due to incompatible configuration

     [ https://issues.apache.org/jira/browse/HIVE-26349?focusedWorklogId=783844&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-783844 ]

ASF GitHub Bot logged work on HIVE-26349:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Jun/22 12:48
            Start Date: 22/Jun/22 12:48
    Worklog Time Spent: 10m 
      Work Description: zabetak opened a new pull request, #3398:
URL: https://github.com/apache/hive/pull/3398

   ### What changes were proposed in this pull request?
   Change the value of HIVE_CBO_FALLBACK_STRATEGY to NEVER for these tests.
   
   ### Why are the changes needed?
   Avoid test failures due to incompatible behavior in HIVE_QUERY_REEXECUTION_STRATEGIES
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   ```
   mvn test -Dtest=TestOperatorCmp
   mvn test -Dtest=TestReOptimization
   ```




Issue Time Tracking
-------------------

            Worklog Id:     (was: 783844)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  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.7#820007)