manila/manila/tests/api/v2
silvacarloss 8263f911be Fix pagination does not speed up queries bug
This patch modifies the database api layer to fix the pagination
slowness bug, which causes a delay while the administrator tries
to list shares using the `--limit` option.
This change was tested in a very busy environment with 800 shares.
Before the change, the operation took about 25 seconds to be
finished. Now, the operation takes about 3 seconds in the same
environment.

Change-Id: I89659452b0e033631f1318a2eabb7e120c9e5743
Closes-bug: #1795463
(cherry picked from commit 57edcbd1da)
(cherry picked from commit 462b0e7461)
(cherry picked from commit bad03feea9)
2019-10-18 23:22:33 +00:00
..
__init__.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
stubs.py Use newer location for iso8601 UTC 2017-09-06 16:51:55 -05:00
test_availability_zones.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_messages.py User Messages 2017-07-13 13:05:57 +02:00
test_quota_class_sets.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
test_quota_sets.py Add share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
test_services.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
test_share_export_locations.py Update export location retrieval APIs 2016-03-02 09:32:28 -05:00
test_share_group_snapshots.py Fix version selector when for proxy-style URLs 2019-03-17 13:56:22 -07:00
test_share_group_type_specs.py Manila Share Groups 2017-01-23 21:29:12 +02:00
test_share_group_types.py [Share Groups] Fix creation of share group types with wrong specs values 2017-06-06 13:11:17 +03:00
test_share_groups.py Fix version selector when for proxy-style URLs 2019-03-17 13:56:22 -07:00
test_share_instance_export_locations.py Update export location retrieval APIs 2016-03-02 09:32:28 -05:00
test_share_instances.py Fix version selector when for proxy-style URLs 2019-03-17 13:56:22 -07:00
test_share_networks.py Fix getting share networks and security services error 2017-12-18 09:17:40 +08:00
test_share_replicas.py Fix version selector when for proxy-style URLs 2019-03-17 13:56:22 -07:00
test_share_snapshot_export_locations.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_snapshot_instance_export_locations.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_snapshot_instances.py Fix version selector when for proxy-style URLs 2019-03-17 13:56:22 -07:00
test_share_snapshots.py Fix version selector when for proxy-style URLs 2019-03-17 13:56:22 -07:00
test_share_types.py Fix default and detailed share type result not correct 2017-12-22 14:49:07 +00:00
test_shares.py Fix pagination does not speed up queries bug 2019-10-18 23:22:33 +00:00