[
https://issues.apache.org/jira/browse/IMPALA-11646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617172#comment-17617172
]
ASF subversion and git services commented on IMPALA-11646:
----------------------------------------------------------
Commit 4638a0e585a76e4a0b0aebf40eb7e4c34e2944d1 in impala's branch
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4638a0e58 ]
IMPALA-11646 IMPALA-11562: Fix test_unsupported_text_compression in s3
Fixes test_unsupported_text_compression for S3 tests where hdfs_util.py
was changed to expect a leading slash (and the pure HDFS implementation
removes the leading slash). Skips removing the leading slash since HDFS
now adds it and other filesystems expect the leading slash.
Change-Id: I74724b2d5af0bd879d92d5e5febe92d01c972525
Reviewed-on: http://gerrit.cloudera.org:8080/19119
Reviewed-by: Joe McDonnell <[email protected]>
Reviewed-by: Fang-Yu Rao <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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
> Affects Versions: Impala 4.2.0
> Reporter: Fang-Yu Rao
> Assignee: Michael Smith
> Priority: Major
> Labels: broken-build
> Fix For: Impala 4.2.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]