[ https://issues.apache.org/jira/browse/HIVE-26349?focusedWorklogId=788168&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-788168 ]
ASF GitHub Bot logged work on HIVE-26349: ----------------------------------------- Author: ASF GitHub Bot Created on: 06/Jul/22 09:36 Start Date: 06/Jul/22 09:36 Worklog Time Spent: 10m Work Description: zabetak closed pull request #3398: HIVE-26349: TestOperatorCmp/TestReOptimization fail silently due to incompatible configuration URL: https://github.com/apache/hive/pull/3398 Issue Time Tracking ------------------- Worklog Id: (was: 788168) Time Spent: 0.5h (was: 20m) > 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 > 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)