Philip Zeyliger has posted comments on this change. ( http://gerrit.cloudera.org:8080/9843 )
Change subject: IMPALA-6760: Fix for py2.7-ism in run-tests.py. ...................................................................... Patch Set 1: GVD failure was as follows, which seems unrelated. The issue matches https://issues.apache.org/jira/browse/IMPALA-6092 which was previously flaky and I re-opened. I'm going to try again. 02:18:16 ] =================================== FAILURES =================================== 02:18:16 ] TestUdfExecution.test_java_udfs[exec_option: {'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'exec_single_node_rows_threshold': 100, 'enable_expr_rewrites': True} | table_format: text/none] 02:18:16 ] query_test/test_udfs.py:401: in test_java_udfs 02:18:16 ] self.run_test_case('QueryTest/java-udf', vector, use_db=unique_database) 02:18:16 ] common/impala_test_suite.py:398: in run_test_case 02:18:16 ] result = self.__execute_query(target_impalad_client, query, user=user) 02:18:16 ] common/impala_test_suite.py:613: in __execute_query 02:18:16 ] return impalad_client.execute(query, user=user) 02:18:16 ] common/impala_connection.py:160: in execute 02:18:16 ] return self.__beeswax_client.execute(sql_stmt, user=user) 02:18:16 ] beeswax/impala_beeswax.py:173: in execute 02:18:16 ] handle = self.__execute_query(query_string.strip(), user=user) 02:18:16 ] beeswax/impala_beeswax.py:341: in __execute_query 02:18:16 ] self.wait_for_completion(handle) 02:18:16 ] beeswax/impala_beeswax.py:361: in wait_for_completion 02:18:16 ] raise ImpalaBeeswaxException("Query aborted:" + error_log, None) 02:18:16 ] E ImpalaBeeswaxException: ImpalaBeeswaxException: 02:18:16 ] E Query aborted:ImpalaRuntimeException: Unable to find class. 02:18:16 ] E CAUSED BY: ClassNotFoundException: org.apache.impala.TestUdf 02:18:16 ] =============== 2012 tests deselected by "-m 'execute_serially'" =============== 02:18:16 ] 1 failed, 202 passed, 9 skipped, 2012 deselected, 5 xfailed in 2198.79 seconds 02:18:16 ] MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) -- To view, visit http://gerrit.cloudera.org:8080/9843 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I81928d1880a493b91abb13b3a8149568c9789f66 Gerrit-Change-Number: 9843 Gerrit-PatchSet: 1 Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Nithya Janarthanan <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Thu, 29 Mar 2018 03:05:01 +0000 Gerrit-HasComments: No
