[email protected] has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/18299 )
Change subject: IMPALA-11156: TestHmsIntegration.test_desc_json_table failed in exhaustive build ...................................................................... IMPALA-11156: TestHmsIntegration.test_desc_json_table failed in exhaustive build The test was getting skipped as it was not in exhaustive strategy, to fix that its been moved to TestHmsIntegrationSanity(ImpalaTestSuite) class. Now there are two tests, test_desc_json_tbl and test_desc_json_tbl_hive to check whether JSON tables created in impala can be described in hive and vice versa. The tests can be checked by running the below commands: impala-py.test --exploration=exhaustive tests/metadata/test_hms_integration.py::TestHmsIntegrationSanity::test_desc_json_tbl impala-py.test --exploration=exhaustive tests/metadata/test_hms_integration.py::TestHmsIntegrationSanity::test_desc_json_tbl_hive Change-Id: I4ddd983aeb82817eb355ca94dcf4a6875986f8e1 --- M tests/metadata/test_hms_integration.py 1 file changed, 22 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/99/18299/3 -- To view, visit http://gerrit.cloudera.org:8080/18299 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I4ddd983aeb82817eb355ca94dcf4a6875986f8e1 Gerrit-Change-Number: 18299 Gerrit-PatchSet: 3 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
