File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Storage/Storage.Management.Test/LiveTests Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,11 @@ Invoke-LiveTestScenario -Name "Blob basics" -Description "Test blob basic operat
102
102
Assert-AreEqual " Hot" $b.AccessTier
103
103
Assert-AreEqual 512 $b.Length
104
104
$job = Copy-AzStorageBlob - SrcContainer $containerName - SrcBlob $blobName - DestContainer $containerName - DestBlob $copyBlobName1 - Context $ctx - StandardBlobTier Hot - RehydratePriority High - Force - AsJob
105
- sleep 10
106
105
$bcopy = Receive-Job - Job $job
106
+ while ($a -eq $null ) {
107
+ sleep 10
108
+ $bcopy = Receive-Job - Job $job
109
+ }
107
110
Assert-AreEqual $copyBlobName1 $bcopy.Name
108
111
109
112
$blobSASUri = $b | New-AzStorageBlobSASToken - Permission rt - ExpiryTime 9999 - 01 - 01 - FullUri
You can’t perform that action at this time.
0 commit comments