Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.9.0
-
Fix Version/s: 3.10.0
-
Component/s: app.catalog
-
Labels:None
-
Target Version:
Description
It's failing with:
====================================================================== FAIL: metastore.tests.TestMetastoreWithHadoop.test_describe_partitions ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/workspace/Hue-Systest-Create-And-Run/build/env/local/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py", line 186, in runTest self.test(*self.arg) File "/var/lib/jenkins/workspace/Hue-Systest-Create-And-Run/apps/metastore/src/metastore/tests.py", line 117, in test_describe_partitions assert_true("Show Partitions (2)" in response.content, response.content) AssertionError: ... <p>Error while compiling statement: FAILED: SemanticException [Error 10001]: Table not found hue_test_hive_143931267532.test_partitions</p> ...
Which probably is stemming from an non-re-entrant test.