[ https://issues.apache.org/jira/browse/HIVE-15070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergio Peña updated HIVE-15070: ------------------------------- Resolution: Fixed Fix Version/s: 2.2.0 Status: Resolved (was: Patch Available) > HIVE-13062 causes the HMS schema upgrade tests to not work > ---------------------------------------------------------- > > Key: HIVE-15070 > URL: https://issues.apache.org/jira/browse/HIVE-15070 > Project: Hive > Issue Type: Bug > Affects Versions: 2.1.0 > Reporter: Naveen Gangam > Assignee: Naveen Gangam > Fix For: 2.2.0 > > Attachments: HIVE-15070.patch > > > https://github.com/apache/hive/blob/master/testutils/metastore/metastore-upgrade-test.sh#L124 > {code} > while read script > do > if [ $begin_upgrade_test = "true" ] || echo upgrade-$name | grep > "upgrade-$VERSION_BASE"; then > {code} > In the above code, the bash variable "name" is never initialized and hence > the entire if condition is never true which prevents the script from > triggering any test scripts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)