You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Taras Bobrovytsky (JIRA)" <ji...@apache.org> on 2018/03/21 00:43:00 UTC

[jira] [Created] (IMPALA-6711) Flaky test: TestImpalaShellInteractive.test_multiline_queries_in_history

Taras Bobrovytsky created IMPALA-6711:
-----------------------------------------

             Summary: Flaky test: TestImpalaShellInteractive.test_multiline_queries_in_history
                 Key: IMPALA-6711
                 URL: https://issues.apache.org/jira/browse/IMPALA-6711
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 2.12.0
            Reporter: Taras Bobrovytsky


This happened on a 2.x build:
{noformat}
shell/test_shell_interactive.py:230: in test_multiline_queries_in_history
    child_proc.expect(prompt_regex)
../infra/python/env/lib/python2.6/site-packages/pexpect/__init__.py:1451: in expect
    timeout, searchwindowsize)
../infra/python/env/lib/python2.6/site-packages/pexpect/__init__.py:1466: in expect_list
    timeout, searchwindowsize)
../infra/python/env/lib/python2.6/site-packages/pexpect/__init__.py:1568: in expect_loop
    raise TIMEOUT(str(err) + '\n' + str(self))
E   TIMEOUT: Timeout exceeded.
E   <pexpect.spawn object at 0x4e6d710>
E   version: 3.3
E   command: /data/jenkins/workspace/impala-asf-2.x-core/repos/Impala/bin/impala-shell.sh
E   args: ['/data/jenkins/workspace/impala-asf-2.x-core/repos/Impala/bin/impala-shell.sh']
E   searcher: <pexpect.searcher_re object at 0x4e6d7d0>
E   buffer (last 100 chars): 't.localdomain:21000] > '
E   before (last 100 chars): 't.localdomain:21000] > '
E   after: <class 'pexpect.TIMEOUT'>
E   match: None
E   match_index: None
E   exitstatus: None
E   flag_eof: False
E   pid: 28172
E   child_fd: 10
E   closed: False
E   timeout: 30
E   delimiter: <class 'pexpect.EOF'>
E   logfile: None
E   logfile_read: None
E   logfile_send: None
E   maxread: 2000
E   ignorecase: False
E   searchwindowsize: None
E   delaybeforesend: 0.05
E   delayafterclose: 0.1
E   delayafterterminate: 0.1{noformat}
 

This may be related to IMPALA-6582.



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