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

ASF subversion and git services commented on QPID-7588:
-------------------------------------------------------

Commit 7e0e81b175114a0c965ffa55bb7c152b93a970a8 in qpid-python's branch 
refs/heads/master from [~k-wall]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-python.git;h=7e0e81b ]

QPID-7588: [Python Test Suite] [0-8..0-91]  Allow message receive timeouts to 
be configured from the command line (-D) to accomodate slower CI environments


> [Python Client 0-8..0-91] The received message ocasionally might not be 
> dispatched into the application queue in timely manner
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7588
>                 URL: https://issues.apache.org/jira/browse/QPID-7588
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Test Suite
>    Affects Versions: qpid-python-1.35.0
>            Reporter: Alex Rudyy
>             Fix For: qpid-cpp-1.35.1
>
>         Attachments: 
> qpid_tests.broker_0_9.echo.EchoTests.test_largest_single_frame_message.broker.log,
>  qpid_tests.broker_0_9.echo.EchoTests.test_largest_single_frame_message.log
>
>
> The python test 
> {{qpid_tests.broker_0_9.echo.EchoTests.test_largest_single_frame_message}} 
> for 0.9 AMQP protocol fails occasionally with the following stack trace:
> {noformat}
> qpid_tests.broker_0_9.echo.EchoTests.test_largest_single_frame_message (from 
> (TEST-python_pre1.0.xml))
> Failing for the past 1 build (Since Failed#1256 )
> Took 14 sec.
> Stacktrace
> Error during test:  Traceback (most recent call last):
>     File 
> "/home/jenkins/jenkins-slave/workspace/Qpid-Python-Java-Test/site-packages/bin/qpid-python-test",
>  line 340, in run
>       phase()
>     File 
> "/home/jenkins/jenkins-slave/workspace/Qpid-Python-Java-Test/site-packages/lib/python2.7/site-packages/qpid_tests/broker_0_9/echo.py",
>  line 45, in test_largest_single_frame_message
>       self.echo_message(body)
>     File 
> "/home/jenkins/jenkins-slave/workspace/Qpid-Python-Java-Test/site-packages/lib/python2.7/site-packages/qpid_tests/broker_0_9/echo.py",
>  line 61, in echo_message
>       msg = consumer.get(timeout=1)
>     File 
> "/home/jenkins/jenkins-slave/workspace/Qpid-Python-Java-Test/site-packages/lib/python2.7/site-packages/qpid/queue.py",
>  line 51, in get
>       result = BaseQueue.get(self, block, timeout)
>     File "/usr/lib/python2.7/Queue.py", line 176, in get
>       raise Empty
>   Empty
> {noformat}
> The client and broker logs have records of the  message being received by the 
> client in timely manner (It took 3millisecond to deliver the message). 
> However, the received message was not put into the client queue and test 
> failed.
> It is unclear at the moment whether it is an issue with threads or a bug in 
> client code. More investigation is required.
> The issue might cause sporadic timeouts in applications using 0.8...0.91 
> python API. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to