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

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

Commit db0387c9427ee4f2902a6ab07b5c7a7429166982 in impala's branch 
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=db0387c94 ]

IMPALA-12769: Wait for query cancellation in webserver test

Waits for query cancellation in web cancellation with exception tests as
cancellation may not be finalized when the cancel and fetch APIs return
in slow environments (such as ASAN)

Testing: passed 500 iterations with ASAN.

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


> test_query_cancel_exception failed in ASAN build
> ------------------------------------------------
>
>                 Key: IMPALA-12769
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12769
>             Project: IMPALA
>          Issue Type: Task
>            Reporter: David Rorke
>            Assignee: Michael Smith
>            Priority: Major
>             Fix For: Impala 4.5.0
>
>
> IMPALA-12493 added test_query_cancel_exception. It is failing in ASAN build 
> with following error:
> {noformat}
> Error Message
> assert 1 == 0
> Stacktrace
> webserver/test_web_pages.py:1044: in test_query_cancel_exception assert 
> response_json['num_in_flight_queries'] == 0 E assert 1 == 0
> {noformat}
> This appears to be the same failure reported in IMPALA-12542 but for a 
> different test case. It's possible that the underlying cause is the same 
> (timing issue caused by slowness of ASAN build) and we just need to apply the 
> same fix from IMPALA-12542 to this test case.
>  



--
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