Skip to content

Commit 38d7e72

Browse files
authored
Merge pull request #385 from boddumanohar/use-blobfuse-proxy-for-tests
fix integration tests by manually un mounting the target path
2 parents 44b096d + 6b34b84 commit 38d7e72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integration/run-test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ if [[ "$cloud" != "AzureChinaCloud" ]]; then
6666
csc node stats --endpoint "$endpoint" "$volumeid:$target_path:$staging_target_path"
6767
sleep 2
6868

69+
# FIXME: this is done has a workaround to fix failing blobfuse mounts in prow
70+
echo "unmounting manually"
71+
umount $target_path
72+
6973
echo 'expand volume test'
7074
csc controller expand-volume --endpoint "$endpoint" --req-bytes "$expanded_vol_size" "$volumeid"
7175

0 commit comments

Comments
 (0)