[arquillian-issues] [JBoss JIRA] (ARQGRA-274) The request guard does timeout for delayed requests

Bernard Labno (JIRA) jira-events at lists.jboss.org
Mon May 27 17:53:06 EDT 2013


    [ https://issues.jboss.org/browse/ARQGRA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777229#comment-12777229 ] 

Bernard Labno commented on ARQGRA-274:
--------------------------------------

You can also see at https://github.com/blabno/graphene-guard-test/blob/master/src/test/java/pl/itcrowd/test/GuardTest.java#L115 and https://github.com/blabno/graphene-guard-test/blob/master/src/test/java/pl/itcrowd/test/GuardTest.java#L115 that no matter how long text we pass to "sendKeys" it will trigger 2 keyup events. (test against commit 14e30170947ba876022b2eb519affc766242211e)
                
> The request guard does timeout for delayed requests
> ---------------------------------------------------
>
>                 Key: ARQGRA-274
>                 URL: https://issues.jboss.org/browse/ARQGRA-274
>             Project: Arquillian Graphene
>          Issue Type: Bug
>    Affects Versions: 2.0.0.Alpha3
>            Reporter: Bernard Labno
>            Assignee: Lukáš Fryč
>            Priority: Critical
>             Fix For: 2.0.0.Alpha5
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> In RichFaces, there is request queue which can delay a processing of an user action which avoids overwhelming communication channel.
> This is simply the case where request guard should:
> * wait specified timeout (by default type "Ajax" timeout) for user action to start AJAX request (xhr.open)
> * then wait another timeout (by default type "Ajax" timeout) for AJAX action to complete the request (xhr.readyState == 4)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list