[
https://issues.apache.org/jira/browse/HIVE-24148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17194291#comment-17194291
]
Naveen Gangam commented on HIVE-24148:
--------------------------------------
https://github.com/apache/hive/pull/1473
[~aasha] This commit be5b75aad90ce90623b005367ae9dfc834ebb7ba seems erroneous.
It appears to include some of the changes I had made. Did you mean to include
all of these? Thanks
> TestHiveStrictManagedMigration.testExternalMove failing for all new PR.
> -----------------------------------------------------------------------
>
> Key: HIVE-24148
> URL: https://issues.apache.org/jira/browse/HIVE-24148
> Project: Hive
> Issue Type: Bug
> Reporter: Pravin Sinha
> Assignee: Naveen Gangam
> Priority: Major
>
> TestHiveStrictManagedMigration.testExternalMove checks for the table location
> after migration.
> This commit
> https://github.com/apache/hive/commit/17ac1d9f230b8d663c09c22016753012a9b91edf
> changes the table location.
> So its failing with the following error
> {code:java}
> java.lang.AssertionError: Unexpected external warehouse directory structure
> in
> /Users/amedhi/Documents/workspaces/workspaceHive/apache/hive/ql/target/tmp/org.apache.hadoop.hive.ql.util.TestHiveStrictManagedMigration-1599816373748/newExternal
> expected:<[/extwhnone, /custdb.db, /custdb.db/custextwhwh/p=p1, /manwhwh,
> /custdb.db/custmanwhwh/p=p2, /custdb.db/custextwhwh/p=p2, /manwhwh/p=p2,
> /custdb.db/custmanwhwh/p=p1, /manwhnone, /manwhwh/p=p1, /extwhout, /manwhout,
> /manwhmixed/p=p2, /extwhmixed/p=p2, /custdb.db/custmanwhwh, /extwhwh,
> /extwhwh/p=p1, /extwhmixed, /custdb.db/custextwhwh, /extwhwh/p=p2,
> /manwhmixed]> but was:<[/custdb.db]>
> {code}
>
> All pull requests are failing with the same error. Even on master this test
> is failing.
> This was not caught in your pull request because ptests didn't trigger after
> a rebase. The commit just before your commit has add the
> TestHiveStrictManagedMigration back.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)