There is a race condition between the rebuild and the
_update_available_resource periodic task on the compute. This patch adds
a reproducer functional test. Unfortunately it needs some injected sleep
to make the race happen in a stable way. This is suboptimal but only
adds 3 seconds of slowness to the test execution.
Reviewed: https:/ /review. opendev. org/754100 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=3f348602ae4 a40c52c7135b2cb 48deaa6052c488
Committed: https:/
Submitter: Zuul
Branch: master
commit 3f348602ae4a40c 52c7135b2cb48de aa6052c488
Author: Balazs Gibizer <email address hidden>
Date: Thu Sep 24 15:04:21 2020 +0200
Reproduce bug 1896463 in func env
There is a race condition between the rebuild and the available_ resource periodic task on the compute. This patch adds
_update_
a reproducer functional test. Unfortunately it needs some injected sleep
to make the race happen in a stable way. This is suboptimal but only
adds 3 seconds of slowness to the test execution.
Change-Id: Id0577bceed9808 b52da4acc352cf9 c204f6c8861
Related-Bug: #1896463