microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
365 stars 85 forks source link

The 'Cancel' action next to propagate ACLs activity log does not take effect #7883

Closed v-xianya closed 2 months ago

v-xianya commented 2 months ago

Storage Explorer Version: 1.34.0-dev (98) Build Number: 20240418.1 Branch: main Platform/OS: Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.4(Apple M1 Pro) Architecture: x64/x64/arm64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand one ADLS Gen2 storage account -> Blob Containers.
  2. Create a blob container -> Upload more than 100 files to the blob container.
  3. Right click the blob container -> Click 'Propagate Access Control Lists...'.
  4. Check the option 'I understand that propagating ACLs cannot easily be reversed.' -> Click 'OK'.
  5. Click 'Cancel' next to the InProgress activity log.
  6. Check whether the activity cancellation was successful.

Expected Experience

The activity cancellation was successful.

Actual Experience

'Cancel' action does not take effect.

craxal commented 2 months ago

I think the request sequence is being canceled correctly. The problem is the cancelation event isn't propagating. I think it's deep down in our internal net implementations.

v-xianya commented 2 months ago

Verified this issue on the main build 20240421.1. Fixed. image