-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Form Recognizer] Resource group TrainingData
used in test cases not found.
#47382
Comments
@benbp - The same error also occurs in js sdk |
@v-xuto: The label |
@samvaity @weshaggard any idea if we used to port the training data resource group into sovereign subscriptions? I don't think we ever did, but not sure how these tests used to work then. |
I don't believe so. I would suggest not test these that require static training data in the other clouds. I don't believe there is much if any value give the clouds should have the same version of the service deployed. |
We (sovereign cloud testing team) once (about 3 years ago) manually migrated some static test data from Public Cloud to sovereign subscriptions (UsGov and China Clouds). And we have been testing in this way all along. |
Modified some information in description:
Since the daily pipeline of Please refer to the latest daily pipeline of |
This is probably related to the move to the TME subscription then. @benbp you copied over the training data storage account. It looks like we are missing an update to https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/formrecognizer/test-resources.json, similar to what @samvaity did in java Azure/azure-sdk-for-java#42901 |
We did this for the new Form Recognizer library (aka Document Intelligence) in this PR: #47390 We can do the same for the old package. It's been mentioned in this thread, but the pipeline for the old package is currently disabled, though. We still haven't migrated its tests to use identity-based authentication, and we have a couple of tests hanging in the service-side, which prevents us from re-recording (this is properly documented in this issue: #46605). |
The sovereign cloud testing work has come to an end. Thank you for your work and support. We will close this issue. |
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.
Error Description:
An error occurs during the deployment of test resources:
There is an existing storage account in the previous resource group
TrainingData
, in which some blobs and containers are created for use in some test cases. From the error message, this resource group(TrainingData
) no longer exists. Should we restore this resource group or modify the test case?This issue currently does not occur in
UsGov
andChina
clouds (the test team has configured static data in sovereign clouds). It only occurs in thePublic
cloud.Pipeline status: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4364999&view=results
Expected behavior:
All tests can pass normally.
@kinelski, @benbp for notification.
The text was updated successfully, but these errors were encountered: