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

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

Commit e03de0d76f02932b1fe752d76adb7c04cb9efbe0 in impala's branch 
refs/heads/master from Bikramjeet Vig
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=e03de0d ]

IMPALA-8697: fix assert in test_query_options for EC test runs

IMPALA-7290 added a timezone query option check to this test but the
expected order of query options being printed in the query profile was
wrong specifically for an option expected in a test run with erasure
coding turned on. This patch just puts them in the right order in
the expected string.

Testing:
Tested on EC build.

Change-Id: I50a3fffa8c4800cc159bf512692393c6b4392cf9
Reviewed-on: http://gerrit.cloudera.org:8080/13709
Reviewed-by: Bikramjeet Vig <bikramjeet....@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> test_query_options fails on EC(Erasure coding turned on) builds
> ---------------------------------------------------------------
>
>                 Key: IMPALA-8697
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8697
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.3.0
>            Reporter: Bikramjeet Vig
>            Assignee: Bikramjeet Vig
>            Priority: Critical
>              Labels: broken-build
>
> IMPALA-7290 made changes this test but the order expected in the test is 
> different from the one which is actually encountered.
> Expected:
> {noformat}
> Query Options (set by configuration and planner): 
> MEM_LIMIT=8589934592,NUM_NODES=1,NUM_SCANNER_THREADS=1,RUNTIME_FILTER_MODE=0,MT_DOP=0,TIMEZONE=America/Los_Angeles,ALLOW_ERASURE_CODED_FILES=1,CLIENT_IDENTIFIER=query_test/test_observability.py::TestObservability::()::test_query_options
> {noformat}
> Actual:
> {noformat}
> Query Options (set by configuration and planner): 
> MEM_LIMIT=8589934592,NUM_NODES=1,NUM_SCANNER_THREADS=1,RUNTIME_FILTER_MODE=0,MT_DOP=0,ALLOW_ERASURE_CODED_FILES=1,TIMEZONE=America/Los_Angeles,CLIENT_IDENTIFIER=query_test/test_observability.py::TestObservability::()::test_query_options
> {noformat}
> Notice the order of TIMEZONE and ALLOW_ERASURE_CODED_FILES query options is 
> reversed.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to