You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Michael Smith (Jira)" <ji...@apache.org> on 2022/10/11 23:41:00 UTC

[jira] [Work started] (IMPALA-11646) IMPALA-11562 seems to break test_unsupported_text_compression in s3 builds

     [ https://issues.apache.org/jira/browse/IMPALA-11646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on IMPALA-11646 started by Michael Smith.
----------------------------------------------
> IMPALA-11562 seems to break test_unsupported_text_compression in s3 builds
> --------------------------------------------------------------------------
>
>                 Key: IMPALA-11646
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11646
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Fang-Yu Rao
>            Assignee: Michael Smith
>            Priority: Major
>              Labels: broken-build
>
> It seems that the recently merged [IMPALA-11562|https://github.com/apache/impala/commit/3577030df67273748308d8d165809d12abbb6ff3] may have inadvertently broken the end-to-end test of {{{}test_unsupported_text_compression{}}}.
> Error Message
> {code:java}
> metadata/test_partition_metadata.py:214: in test_unsupported_text_compression     assert len(show_files_result.data) == 5, "Expected one file per partition dir" E   AssertionError: Expected one file per partition dir E   assert 2 == 5 E    +  where 2 = len(['s3a://impala-test-uswest2-2/test-warehouse/alltypes/year=2009/month=1/090101.txt\t19.95KB\tyear=2009/month=1', 's3a://impala-test-uswest2-2/test-warehouse/alltypes_text_gzip/year=2009/month=2/000000_0.gz\t3.00KB\tyear=2009/month=2']) E    +    where ['s3a://impala-test-uswest2-2/test-warehouse/alltypes/year=2009/month=1/090101.txt\t19.95KB\tyear=2009/month=1', 's3a://impala-test-uswest2-2/test-warehouse/alltypes_text_gzip/year=2009/month=2/000000_0.gz\t3.00KB\tyear=2009/month=2'] = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x7f94f94fab10>.data
> {code}
> Stacktrace
> {code:java}
> metadata/test_partition_metadata.py:214: in test_unsupported_text_compression
>     assert len(show_files_result.data) == 5, "Expected one file per partition dir"
> E   AssertionError: Expected one file per partition dir
> E   assert 2 == 5
> E    +  where 2 = len(['s3a://impala-test-uswest2-2/test-warehouse/alltypes/year=2009/month=1/090101.txt\t19.95KB\tyear=2009/month=1', 's3a://impala-test-uswest2-2/test-warehouse/alltypes_text_gzip/year=2009/month=2/000000_0.gz\t3.00KB\tyear=2009/month=2'])
> E    +    where ['s3a://impala-test-uswest2-2/test-warehouse/alltypes/year=2009/month=1/090101.txt\t19.95KB\tyear=2009/month=1', 's3a://impala-test-uswest2-2/test-warehouse/alltypes_text_gzip/year=2009/month=2/000000_0.gz\t3.00KB\tyear=2009/month=2'] = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x7f94f94fab10>.data
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org