Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3.01k forks source link

Test intermittently fails: The subscription '00000000-0000-0000-0000-000000000000' could not be found #30213

Open jiasli opened 1 month ago

jiasli commented 1 month ago

This is a typical error caused by making HTTP requests concurrently with multi-threading.

Because VCR.py is not designed to be thread-safe, some request will bypass VCR and reach to internet, causing the The subscription '00000000-0000-0000-0000-000000000000' could not be found error.

More details: https://github.com/Azure/azure-cli/pull/17185

yonzhan commented 1 month ago

Thank you for opening this issue, we will look into it.