Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
n/a
Description
Error Message
Exception msg didn't match expected:<...conflict on default/[TAB_PART]/p=blah committed by...> but was:<...conflict on default/[tab_part]/p=blah committed by...>
Stacktrace
[INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 22.704 s <<< FAILURE! - in org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2 [ERROR] testWriteSetTracking3(org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2) Time elapsed: 19.501 s <<< FAILURE! org.junit.ComparisonFailure: Exception msg didn't match expected:<...conflict on default/[TAB_PART]/p=blah committed by...> but was:<...conflict on default/[tab_part]/p=blah committed by...> at org.junit.Assert.assertEquals(Assert.java:115) at org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2.testWriteSetTracking3(TestDbTxnManager2.java:994) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Attachments
Attachments
Issue Links
- is caused by
-
HIVE-19260 Streaming Ingest API doesn't normalize db.table names
- Closed