Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9453 )
Change subject: IMPALA-6586: Fix bug in TestGetTablesTypeTable() ...................................................................... IMPALA-6586: Fix bug in TestGetTablesTypeTable() The bug in FrontendTest.TestGetTablesTypeTable() was that it did not explicitly load views that the test assumed to be loaded already. The test needs to distinguish between views and tables and views need to be loaded for them to be discernable from tables. I was able to reproduce the issue localy by just running FrontendTest.TestGetTablesTypeTable() without any other test. Testing: - locally ran all tests in FrontendTest individually (with a fresh ImpaladTestCatalog) Change-Id: Idf0bddb2e29209adda5bda5ddc428f46f241c8c9 Reviewed-on: http://gerrit.cloudera.org:8080/9453 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/test/java/org/apache/impala/service/FrontendTest.java 1 file changed, 17 insertions(+), 6 deletions(-) Approvals: Alex Behm: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9453 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idf0bddb2e29209adda5bda5ddc428f46f241c8c9 Gerrit-Change-Number: 9453 Gerrit-PatchSet: 3 Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
