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

Update table extension tests to call `skipLocal` for any test that typically can't be run locally #7902

Closed MRayermannMSFT closed 1 month ago

MRayermannMSFT commented 2 months ago
  1. Make sure you have the recommended RBAC roles for running tests locally (see: AutomatedTestsCredentials.md)
  2. Update table extension to the latest testing package
  3. Make sure your local environment creds file is up to date with key vault
  4. Run the tests locally to verify that they are working
  5. For any tests that fail, see if it is because of needing to run with actual test Azure connections/credentials that have varying permission levels
  6. For those tests, call skipLocal to skip them when running locally
JasonYeMSFT commented 1 month ago

table-extension only uses credentials that work locally. We don't need to do anything for this task.