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

It shows an incorrect number of visible messages in the original queue explorer if cancel the move messages activity log #7846

Closed v-xianya closed 2 months ago

v-xianya commented 3 months ago

Storage Explorer Version: 1.34.0-dev (98) Build Number: 20240401.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 storage account -> Queues.
  2. Create a queue -> Import one csv file that contains more than 32 rows to the queue.
  3. After the csv file has been imported successfully -> Click 'Move -> Move All...' -> Select another queue to move.
  4. Click 'Cancel' next to the move messages activity log.
  5. Go to the original queue explorer.
  6. Check whether it shows a correct number of visible messages.

Expected Experience

It shows a correct number of visible messages. image

Actual Experience

It shows an incorrect number of visible messages. image

Additional Context

It will show a correct number of visible messages after manually refreshing.

v-xianya commented 2 months ago

Verified this issue on the main build 20240409.1. Fixed.