nova/nova/tests
Matthew Booth aae5c7aa38 Fix retry of instance_update_and_get_original
_instance_update modifies its 'values' argument. Consequently if it is
retried due to an update conflict, the second invocation has the wrong
arguments.

A specific issue this causes is that if we called it with
expected_task_state a concurrent modification to task_state will cause
us to fail and retry. However, expected_task_state will have been popped
from values on the first invocation and will not be present for the
second. Consequently the second invocation will fail to perform the
task_state check and therefore succeed, resulting in a race.

We rewrite the old race unit test which wasn't testing the correct
thing for 2 reasons:

1. Due to the bug fixed in this patch, although we were calling
   update_on_match() twice, the second call didn't check the task state.
2. side_effect=iterable returns function items without executing them,
   but we weren't hitting this due to the bug fixed in this patch.

Closes-Bug: #1821373
Change-Id: I01c63e685113bf30e687ccb14a4d18e344b306f6
2019-05-15 10:54:56 +01:00
..
functional Merge "Microversion 2.73: Support adding the reason behind a server lock" 2019-05-12 02:05:18 +00:00
live_migration/hooks Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 13:59:57 +08:00
unit Fix retry of instance_update_and_get_original 2019-05-15 10:54:56 +01:00
__init__.py
fixtures.py Fix SynchronousThreadPoolExecutorFixture mock of Future 2019-05-08 02:46:50 +00:00
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00