You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2016/01/11 10:38:39 UTC

[jira] [Resolved] (CMIS-952) rate limiting for TCK

     [ https://issues.apache.org/jira/browse/CMIS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-952.
---------------------------------
    Resolution: Fixed
      Assignee: Florian Müller

I've added a HTTP Invoker implementation that delays HTTP requests. It can be activated and configured with the following session parameters.

{noformat}
org.apache.chemistry.opencmis.binding.httpinvoker.classname=org.apache.chemistry.opencmis.client.bindings.spi.http.DelayingHttpInvoker
org.apache.chemistry.opencmis.binding.httpinvoker.delay.delaytime=100
{noformat}

> rate limiting for TCK
> ---------------------
>
>                 Key: CMIS-952
>                 URL: https://issues.apache.org/jira/browse/CMIS-952
>             Project: Chemistry
>          Issue Type: New Feature
>    Affects Versions: OpenCMIS 0.13.0
>            Reporter: Michael Brackx
>            Assignee: Florian Müller
>
> Configurable rate limiting of remote requests for use with TCK.
> The TCK does a lot of requests (there is even a warning about that in the workbench). It would be nice to be able to run all tests, but at a slower speed.
> This could be achieved with rate limiting client requests.
> This might be useful outside of the TCK as well. For example a generic rate limiting client wrapper.



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