[ 
https://issues.apache.org/jira/browse/IMPALA-13814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932209#comment-17932209
 ] 

ASF subversion and git services commented on IMPALA-13814:
----------------------------------------------------------

Commit 20d289bd13930b29fda0d96c38ae2fff6ca7c36b in impala's branch 
refs/heads/master from Zoltan Borok-Nagy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=20d289bd1 ]

IMPALA-13814: test_iceberg_table_metrics fails in non-DFS builds

test_iceberg_table_metrics checks the value of memory-estimate-bytes
for Iceberg tables. The value depends on the number of blocks in the
table which will be 0 in non-DFS (not HDFS, not Ozone) builds. With
this patch the test has different checks for filesystems that support
block location information and for file filesystems that don't.

Change-Id: Ie0c6d8a93e0a07cc680fac6e3f83218b853ca5e3
Reviewed-on: http://gerrit.cloudera.org:8080/22565
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> test_iceberg_table_metrics failed at arm-data-cache build.
> ----------------------------------------------------------
>
>                 Key: IMPALA-13814
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13814
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend, Test
>            Reporter: Riza Suminto
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: broken-build, iceberg
>
> test_iceberg_table_metrics is added recently by IMPALA-13785. It is failed in 
> arm-data-cache build with following error.
> {noformat}
> Error Message
> webserver/test_web_pages.py:1014: in test_iceberg_table_metrics     assert 
> '13000' == self.__get_table_metric( E   assert '13000' == '10000' E     - 
> 13000 E     ?  - E     + 10000 E     ?     +
> Stacktrace
> webserver/test_web_pages.py:1014: in test_iceberg_table_metrics
>     assert '13000' == self.__get_table_metric(
> E   assert '13000' == '10000'
> E     - 13000
> E     ?  -
> E     + 10000
> E     ?     +{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to