Skip to content

Commit 80a92c5

Browse files
committed
Need to wait following the call to Delete Volume Attachments so the server state is updated
1 parent 2c2539e commit 80a92c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/testing/integration/Providers/Rackspace/UserServerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ public void TestAttachServerVolume()
479479

480480
bool detach = provider.DetachServerVolume(_server.Id, volume.Id);
481481
Assert.IsTrue(detach);
482+
provider.WaitForServerActive(_server.Id);
482483
ServerVolume[] remainingVolumes = provider.ListServerVolumes(_server.Id).ToArray();
483484
Assert.AreEqual(0, remainingVolumes.Length);
484485

0 commit comments

Comments
 (0)