Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No error dialog pops up when using an existing specified name to clone one blob folder #3903

Closed
v-limu opened this issue Dec 16, 2020 · 2 comments
Assignees
Labels
🪲 regression Issue was working in a previous version ⚙️ blobs Related to blob storage 🧪 testing Found through regular testing ✅ merged A fix for this issue has been merged
Milestone

Comments

@v-limu
Copy link

v-limu commented Dec 16, 2020

Storage Explorer Version: 1.17.0
Build Number: 20201216.1
Branch: main
Platform/OS: Windows 10/ Linux Ubuntu 16.04/ MacOS Catalina
Architecture: ia32/x64
Regression From: Previous releases (1.15.1)

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Create a blob container -> Upload a folder with the name 'New Folder'.
  3. Upload another folder with the name 'New'.
  4. Right click the folder named 'New Folder' -> Click 'Clone…' action -> Type character 'New' -> Click 'Clone'.
  5. Check whether an error dialog pops up.

Expected Experience

An error dialog pops up.
image

Actual Experience

  1. No error dialog pops up.
  2. Pop up a conflict dialog.

Additional Context

  1. This issue doesn't reproduce for one ADLS Gen2 blob folder.
  2. This issue doesn't reproduce for one file share.
  3. This issue reproduces for the above same folder name format.
@v-limu v-limu added 🧪 testing Found through regular testing ⚙️ blobs Related to blob storage 🪲 regression Issue was working in a previous version labels Dec 16, 2020
@JasonYeMSFT JasonYeMSFT self-assigned this Dec 16, 2020
@JasonYeMSFT JasonYeMSFT added this to the 1.18.0 milestone Dec 16, 2020
@JasonYeMSFT
Copy link
Contributor

JasonYeMSFT commented Dec 16, 2020

The blob service isn't returning the exact match as the first item in the response when listing with prefix. It does for Gen2 and that's why it doesn't reproduce there.

@MRayermannMSFT MRayermannMSFT added the ❔ investigate We need to look into this further label Jan 25, 2021
@JasonYeMSFT JasonYeMSFT added ✅ merged A fix for this issue has been merged and removed ❔ investigate We need to look into this further labels Jan 29, 2021
@v-xianya
Copy link
Member

v-xianya commented Feb 2, 2021

Verified this issue on build 20210202.9. Fixed.

@v-xianya v-xianya closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 regression Issue was working in a previous version ⚙️ blobs Related to blob storage 🧪 testing Found through regular testing ✅ merged A fix for this issue has been merged
Projects
None yet
Development

No branches or pull requests

4 participants