Naveen Gangam created HIVE-15070: ------------------------------------ Summary: 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
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)