trove/trove
Amrith Kumar 874ec543a2 Increase test rate limit to avoid rate limit error
The current rate limit is 200 requests per minute. I'm getting
consistent tox failures as the machine is exceeding this rate. The fix
impacts only test code and adjusts the limit and a test that has a
hard-coded reference to the old limit. Why 500 you may ask? Because
600 worked and 450 failed consistently with the rate limit error.

In addition, the change addresses the fact that some test
configuration values are duplicated in the test; the change makes the
test reference the configuration value.

Change-Id: I4bb290d8de6253d65b7877c743bb288ee2bce536
Closes-Bug: #1376689
Closes-Bug: #1378932
(cherry picked from commit a67c0ca703)
2015-01-22 11:24:38 +01:00
..
backup Clusters API Implementation 2014-08-29 11:22:07 -07:00
cluster Clusters API Implementation 2014-08-29 11:22:07 -07:00
cmd Merge "Document Trove configuration options" 2014-09-27 20:08:07 +00:00
common Merge "Use unique passwords for replication user" 2014-10-02 10:01:50 +00:00
conductor Reports enabled-root for restored instance 2014-05-28 15:15:28 +00:00
configuration restart_required cfg-param is bool and not string 2014-10-14 09:38:25 -07:00
datastore Merge "Adds the foundation for datastore capabilities" 2014-06-05 10:46:45 +00:00
db Fixed database migration script issues 2014-09-19 16:56:31 -04:00
dns Enabled H402 flake8 rule 2014-06-02 17:03:55 +00:00
extensions restart_required cfg-param is bool and not string 2014-10-14 09:38:25 -07:00
flavor Enabled H402 flake8 rule 2014-06-02 17:03:55 +00:00
guestagent cluster_config argument missing in prepare() 2014-10-14 09:49:28 -07:00
instance Mandate detach replicas before deleting replica source 2014-09-29 11:38:28 -05:00
limits Remove extraneous vim configuration comments 2014-02-27 15:05:21 +08:00
locale Refreshed translations 2014-10-10 01:00:46 -07:00
network Add neutron support 2014-07-22 03:33:50 -07:00
openstack Sync latest process and str utils from oslo 2014-09-22 17:00:09 +00:00
quota Clusters API Implementation 2014-08-29 11:22:07 -07:00
taskmanager Merge "Use unique passwords for replication user" 2014-10-02 10:01:50 +00:00
templates Add templates for replica and replica source 2014-10-01 03:31:48 -07:00
tests Increase test rate limit to avoid rate limit error 2015-01-22 11:24:38 +01:00
README Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
__init__.py Fixed '--version' for trove processes/utilities 2014-07-06 16:04:17 -04:00
version.py Remove extraneous vim configuration comments 2014-02-27 15:05:21 +08:00
versions.py Removes XML api from trove 2014-03-10 00:16:49 +00:00

README

This is the trove code itself