[ServiceBus] [(Potentially)Preparers] Address "Resource does not exist" preparer errors.
See original GitHub issueOccasionally a Preparer will fail during livetest run because the resource it relies on does not appear to exist, despite that creation method having successfully returned. See the failure below:
_logger.error(msg)
> raise Exception(msg)
E Exception: Preparer failure when creating resource ServiceBusQueueAuthorizationRulePreparer for test test_sb_client_incorrect_queue_conn_str (test_sb_client.ServiceBusClientTests): Operation returned an invalid status code 'Not Found'
E Detailed error message: The requested resource servicebustest_qtwofk7xh does not exist. CorrelationId: c8258c67-85f5-40d8-a5eb-e73d69aca731
.tox/whl/lib/python3.5/site-packages/azure_devtools/scenario_tests/preparers.py:82: Exception
------------------------------ Captured log call -------------------------------
ERROR azure_devtools.scenario_tests.preparers:preparers.py:81 Preparer failure when creating resource ServiceBusQueueAuthorizationRulePreparer for test test_sb_client_incorrect_queue_conn_str (test_sb_client.ServiceBusClientTests): Operation returned an invalid status code 'Not Found'
Detailed error message: The requested resource servicebustest_qtwofk7xh does not exist. CorrelationId: c8258c67-85f5-40d8-a5eb-e73d69aca731
This has been observed at all levels, including RG, so may require centralized preparer fix, although lately has most been occurring as seen for AuthRules beneath ServiceBus, so focusing on that repro.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Azure Service Bus Resource Manager exceptions
The namespace doesn't exist within your Azure subscription. To resolve this error: Ensure that the Azure Subscription is correct.
Read more >Introducing Queues and Topics in Azure Service Bus
Note: This article is not an introduction to Service Bus or Relay Messaging as it is already a well-established product that includes key ......
Read more >43 OSB-75050 to OSB-2032402 - Oracle Help Center
Cause: Destination URI does not exist. Action: Destination URI does not exist in the target resource. Level: 1. Type: ERROR.
Read more >Citrix Fixes and Known Issues – Citrix Cloud - JGSpiers.com
The Citrix Cloud Connector being installed does not trust the ... that turn on or off MCS Image Preparation steps, Citrix must do...
Read more >QRadar DSM Configuration Guide - IBM
DSMs are available on the IBM App Exchange, but are not documented here. Intended audience. System administrators must have QRadar access, knowledge of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Prior art from
KeyVaultPreparer
, handling name conflict and resource group not found: https://github.com/Azure/azure-sdk-for-python/blob/e25a3539b293731b345e1306e4ec601c69e8df70/tools/azure-sdk-tools/devtools_testutils/keyvault_preparer.py#L102-L115moving this to march milestone