| commit | b918fd260122ceb8bbd78fb17a71db29f12e6afc | [log] [tgz] |
|---|---|---|
| author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Fri Apr 11 14:15:11 2025 +0000 |
| committer | Roman Bubyr <rbubyr@mirantis.com> | Tue Sep 09 13:00:20 2025 +0000 |
| tree | b41a41af2fed9ddfd666497ab1789b4877ef9502 | |
| parent | e02c63caa9f2094a3c5ae6232aefaa147d1485db [diff] |
Wait for actual volume detach in multiattach tests catching "in-use" volume transitioning back to "in-use" is error prone, the volume might've been not even started to be detached, but the test logic already may consider it as 'detached' and proceed. As a result, such "in-use" volume might fail to be deleted later. Related-Issue: PRODX-51560 Change-Id: Ic6672846f4dd3ccccdcb417a0b50b1d542e1813b (cherry picked from commit 9c1400c124c9ac07ed835110408e1aaa5ed2630e)