summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTim Simpson <tim.simpson@rackspace.com>2014-09-24 13:45:52 -0500
committerTim Simpson <tim.simpson@rackspace.com>2014-09-29 10:32:29 -0500
commit220e3e7255512c4dcc60ee78268adb36c1d5bcec (patch)
treef4ec2068cda57e227f47d4e7b75c48affec7844c /etc
parenta5c515071174a494b1324147d4ac8f9aa8e650d4 (diff)
downloadtrove-220e3e7255512c4dcc60ee78268adb36c1d5bcec.tar.gz
Event simulator II
The previous event simulator simulated time by making all tasks that would have been launched as threads run in the same thread. That only worked to a point but didn't properly simulate more complex behaviors such as clustering. This new one handles things properly by still running tasks in eventlet's greenthreads but forcing them to only run one at a time. Change-Id: Ife834e8d55193da8416ba700e55e7b0c2496f532
Diffstat (limited to 'etc')
-rw-r--r--etc/trove/trove.conf.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/trove/trove.conf.test b/etc/trove/trove.conf.test
index 793ec5df..58bc8d82 100644
--- a/etc/trove/trove.conf.test
+++ b/etc/trove/trove.conf.test
@@ -190,7 +190,7 @@ paste.filter_factory = trove.common.wsgi:ContextMiddleware.factory
paste.filter_factory = trove.common.wsgi:FaultWrapper.factory
[filter:ratelimit]
-paste.filter_factory = trove.common.limits:RateLimitingMiddleware.factory
+paste.filter_factory = trove.tests.fakes.limits:FakeRateLimitingMiddleware.factory
[app:troveapp]
paste.app_factory = trove.common.api:app_factory