Philip Zeyliger created IMPALA-6265:
---------------------------------------

             Summary: TestImpalaShell.test_query_cancellation_during_fetch 
breaks in ASAN builds
                 Key: IMPALA-6265
                 URL: https://issues.apache.org/jira/browse/IMPALA-6265
             Project: IMPALA
          Issue Type: Bug
          Components: Clients, Frontend
    Affects Versions: Impala 2.11.0
            Reporter: Philip Zeyliger
            Assignee: Gabor Kaszab


Hi [~gaborkaszab],

Your new test seems to be failing in ASAN builds:
{code}
Error Message

shell/test_shell_commandline.py:336: in test_query_cancellation_during_fetch    
 self.run_and_verify_query_cancellation_test(args) 
shell/test_shell_commandline.py:355: in run_and_verify_query_cancellation_test  
   assert "Cancelling Query" in result.stderr E   assert 'Cancelling Query' in 
'Starting Impala Shell without Kerberos authentication\nConnected to 
localhost:21000\nServer version: impalad version ... v as (values (1 as x), 
(2), (3), (4)) select * from v, v v2, v v3, v v4, v v5, v v6, v v7, v v8, v v9, 
v v10, v v11\n' E    +  where 'Starting Impala Shell without Kerberos 
authentication\nConnected to localhost:21000\nServer version: impalad version 
... v as (values (1 as x), (2), (3), (4)) select * from v, v v2, v v3, v v4, v 
v5, v v6, v v7, v v8, v v9, v v10, v v11\n' = 
<tests.shell.util.ImpalaShellResult object at 0x6038950>.stderr
Stacktrace

shell/test_shell_commandline.py:336: in test_query_cancellation_during_fetch
    self.run_and_verify_query_cancellation_test(args)
shell/test_shell_commandline.py:355: in run_and_verify_query_cancellation_test
    assert "Cancelling Query" in result.stderr
E   assert 'Cancelling Query' in 'Starting Impala Shell without Kerberos 
authentication\nConnected to localhost:21000\nServer version: impalad version 
... v as (values (1 as x), (2), (3), (4)) select * from v, v v2, v v3, v v4, v 
v5, v v6, v v7, v v8, v v9, v v10, v v11\n'
E    +  where 'Starting Impala Shell without Kerberos authentication\nConnected 
to localhost:21000\nServer version: impalad version ... v as (values (1 as x), 
(2), (3), (4)) select * from v, v v2, v v3, v v4, v v5, v v6, v v7, v v8, v v9, 
v v10, v v11\n' = <tests.shell.util.ImpalaShellResult object at 
0x6038950>.stderr
{code}

Please take a look!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to