You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/05 20:32:00 UTC

[jira] [Commented] (DISPATCH-1383) system_tests_policy is timing out

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

ASF GitHub Bot commented on DISPATCH-1383:
------------------------------------------

ChugR commented on pull request #534: DISPATCH-1383: Policy tests hanging on some platforms - init race
URL: https://github.com/apache/qpid-dispatch/pull/534
 
 
   Policy tests have a subclass of FakeBroker.
   At the start of subclass init the code calls FakeBroker init.
   FakeBroker init starts a thread that runs the main loop.
   
   In the failing cases the FakeBroker main loop runs before the
   sublcasses complete their init functions. Then the main loop
   fails because class variables don't exist yet.
   
   The fix is to defer running FakeBroker init until the end of subclass init.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> system_tests_policy is timing out
> ---------------------------------
>
>                 Key: DISPATCH-1383
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1383
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.8.0
>            Reporter: Fernando Giorgetti
>            Assignee: Chuck Rolke
>            Priority: Major
>
> We are seeing system_tests_policy timing out on RHEL6, RHEL7 and RHEL8 platforms.
> This is happening with latest bits from master branch and latest proton (downstream). 



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

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