Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22565
Change subject: IMPALA-13814: test_iceberg_table_metrics fails in non-DFS builds ...................................................................... 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 HDFS/Ozone and S3. It doesn't have assumptions about other filesystems/storage systems, but those should be fall into these two categories (with and without block locations). Change-Id: Ie0c6d8a93e0a07cc680fac6e3f83218b853ca5e3 --- M tests/webserver/test_web_pages.py 1 file changed, 8 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/65/22565/1 -- To view, visit http://gerrit.cloudera.org:8080/22565 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie0c6d8a93e0a07cc680fac6e3f83218b853ca5e3 Gerrit-Change-Number: 22565 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <borokna...@cloudera.com>