Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
This fixes TestHS2ImpersonationWithRemoteMS which was failing with the following error :
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 703.357 s <<< FAILURE! - in org.apache.hive.service.TestHS2ImpersonationWithRemoteMS
[ERROR] testImpersonation(org.apache.hive.service.TestHS2ImpersonationWithRemoteMS) Time elapsed: 668.923 s <<< FAILURE!
java.lang.AssertionError: Unexpected table directory '34015' in warehouse
at org.junit.Assert.fail(Assert.java:88)
at org.apache.hive.service.TestHS2ImpersonationWithRemoteMS.testImpersonation(TestHS2ImpersonationWithRemoteMS.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Attachments
Issue Links
- is duplicated by
-
HIVE-26910 Backport HIVE-19104: Use independent warehouse directories in test metastores.
- Resolved
- is related to
-
HIVE-19104 When test MetaStore is started with retry the instances should be independent
- Closed
- links to