manila/manila/tests/share
danielarthurt 71c3a08ead [NetApp] Fix falsely report migration cancelation success
NetApp ONTAP share delete operation can fail sometimes when is triggered
immediately after migration cancelation on a overloaded NetApp backend.
Migration cancelation invokes "abort_volume_move" which is an asynchronous
API. If share delete operation is requested immediately after call the
former API, it fails because the "abort_volume_move" is still in progress.
Now NetApp cDOT driver checks, for a period of time, if the
``volume-move-abort`` operation has ended before report migration
cancelation success.

This patch squash the following commit that improves the release note
for this fix:
[NetApp] Updating the release note for bugfix 1688620
(cherry picked from commit a0dd86a987)

Change-Id: I76e11fef27c9723f019cfdfdc6ea86878db78776
Closes-Bug: #1688620
(cherry picked from commit 0ee4140823)
2020-07-01 16:00:09 -03:00
..
drivers [NetApp] Fix falsely report migration cancelation success 2020-07-01 16:00:09 -03:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_api.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_driver.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_drivers_private_data.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_hook.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_manager.py Add user message when share shrinking fails at the driver 2020-06-04 03:02:56 +00:00
test_migration.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_rpcapi.py Add manage/unmanage of shares in DHSS=True 2019-03-05 16:03:29 -03:00
test_share_types.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_share_utils.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_snapshot_access.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00