Wei Zheng created HIVE-15999:
--------------------------------
Summary: Fix flakiness in TestDbTxnManager2
Key: HIVE-15999
URL: https://issues.apache.org/jira/browse/HIVE-15999
Project: Hive
Issue Type: Bug
Components: Transactions
Affects Versions: 2.2.0
Reporter: Wei Zheng
Assignee: Wei Zheng
Right now there is test flakiness wrt. TestDbTxnManager2. The error is like
this:
{code}
org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2.checkExpectedLocks
Error Details
Table/View 'TXNS' already exists in Schema 'APP'.
{code}
The failure is due to HiveConf used in the test being polluted by some test,
e.g. in testDummyTxnManagerOnAcidTable(), conf entry HIVE_TXN_MANAGER is set to
"org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager" but not switched back.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)