Jason Fehr created IMPALA-14379: ----------------------------------- Summary: TestStatsExtrapolation.test_stats_extrapolation Failure in GVO Builds Key: IMPALA-14379 URL: https://issues.apache.org/jira/browse/IMPALA-14379 Project: IMPALA Issue Type: Bug Reporter: Jason Fehr Assignee: Zoltán Borók-Nagy
Gerrit verify builds are failing because of the test failure TestStatsExtrapolation.test_stats_extrapolation. See [example here|https://jenkins.impala.io/job/ubuntu-20.04-from-scratch/6554/testReport/junit/custom_cluster.test_stats_extrapolation/TestStatsExtrapolation/test_stats_extrapolation__table_format__text_none_____protocol__hs2_____exec_option____test_replan___1___batch_size___0___num_nodes___0___disable_codegen_rows_threshold___5000___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0___/]. {noformat} custom_cluster.test_stats_extrapolation.TestStatsExtrapolation.test_stats_extrapolation["table_format: text/none" | "protocol: hs2" | "exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0}"] {noformat} *Error Message* {noformat} assert 'extrapolated-rows=7.30K' in 'Max Per-Host Resource Reservation: Memory=4.03MB Threads=3 Per-Host Resource Estimates: Memory=165MB Codegen disabled... mem-reservation=32.00KB thread-reservation=1 tuple-ids=0 row-size=89B cardinality=620 in pipelines: 00(GETNEXT)' + where 'Max Per-Host Resource Reservation: Memory=4.03MB Threads=3 Per-Host Resource Estimates: Memory=165MB Codegen disabled... mem-reservation=32.00KB thread-reservation=1 tuple-ids=0 row-size=89B cardinality=620 in pipelines: 00(GETNEXT)' = <built-in method join of str object at 0x7fc7ed465f80>(['Max Per-Host Resource Reservation: Memory=4.03MB Threads=3', 'Per-Host Resource Estimates: Memory=165MB', 'Codegen d... 'Analyzed query: SELECT * FROM functional.alltypes', '', 'F01:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1', ...]) + where <built-in method join of str object at 0x7fc7ed465f80> = ' '.join + and ['Max Per-Host Resource Reservation: Memory=4.03MB Threads=3', 'Per-Host Resource Estimates: Memory=165MB', 'Codegen d... 'Analyzed query: SELECT * FROM functional.alltypes', '', 'F01:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1', ...] = <tests.common.impala_connection.ImpylaHS2ResultSet object at 0x7fc7e8765310>.data {noformat} * Stack Trace* *{noformat} custom_cluster/test_stats_extrapolation.py:49: in test_stats_extrapolation assert "extrapolated-rows=7.30K" in " ".join(explain_result.data) E assert 'extrapolated-rows=7.30K' in 'Max Per-Host Resource Reservation: Memory=4.03MB Threads=3 Per-Host Resource Estimates: Memory=165MB Codegen disabled... mem-reservation=32.00KB thread-reservation=1 tuple-ids=0 row-size=89B cardinality=620 in pipelines: 00(GETNEXT)' E + where 'Max Per-Host Resource Reservation: Memory=4.03MB Threads=3 Per-Host Resource Estimates: Memory=165MB Codegen disabled... mem-reservation=32.00KB thread-reservation=1 tuple-ids=0 row-size=89B cardinality=620 in pipelines: 00(GETNEXT)' = <built-in method join of str object at 0x7fc7ed465f80>(['Max Per-Host Resource Reservation: Memory=4.03MB Threads=3', 'Per-Host Resource Estimates: Memory=165MB', 'Codegen d... 'Analyzed query: SELECT * FROM functional.alltypes', '', 'F01:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1', ...]) E + where <built-in method join of str object at 0x7fc7ed465f80> = ' '.join E + and ['Max Per-Host Resource Reservation: Memory=4.03MB Threads=3', 'Per-Host Resource Estimates: Memory=165MB', 'Codegen d... 'Analyzed query: SELECT * FROM functional.alltypes', '', 'F01:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1', ...] = <tests.common.impala_connection.ImpylaHS2ResultSet object at 0x7fc7e8765310>.data {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)