[
https://issues.apache.org/jira/browse/HIVE-18868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin updated HIVE-18868:
------------------------------------
Summary: fix TestReplicationScenarios & TRSAcross... tests to use ACID txn
manager (was: fix TestReplicationScenarios* tests to use ACID txn manager)
> fix TestReplicationScenarios & TRSAcross... tests to use ACID txn manager
> -------------------------------------------------------------------------
>
> Key: HIVE-18868
> URL: https://issues.apache.org/jira/browse/HIVE-18868
> Project: Hive
> Issue Type: Bug
> Reporter: Sergey Shelukhin
> Assignee: Thejas M Nair
> Priority: Major
>
> These two tests use ACID tables with dummy txn manager, which is not supposed
> to work.
> There was a bug in ACID check in SemanticAnalyzer that enabled these tests to
> run. The bug is being fixed in HIVE-18571, after which creating an ACID table
> starts failing.
> I tried to switch them to DbTxnManager; it fixed the tests using ACID tables,
> but some other test cases start to hang for some reason that is not entirely
> obvious (metastore connection issues?).
> I added another in-test flag in HIVE-18571 for now, but overall these tests
> should either stop using ACID tables, or set up ACID stuff properly
> (DbTxnManager and concurrency on).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)