-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Pending service change] [FormRecognizer] Tests: enable ignored tests once service-side issues are fixed #12319
Closed
4 of 6 tasks
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
Cognitive Services
test-reliability
Issue that causes tests to be unreliable
Milestone
Comments
kinelski
added
Test Debt
Cognitive Services
Client
This issue points to a problem in the data-plane of the library.
labels
May 27, 2020
kinelski
changed the title
[FormRecognizer] Tests: enabled ignored tests once service-side issues are fixed
[FormRecognizer] Tests: enable ignored tests once service-side issues are fixed
May 27, 2020
annelo-msft
changed the title
[FormRecognizer] Tests: enable ignored tests once service-side issues are fixed
[Pending service change] [FormRecognizer] Tests: enable ignored tests once service-side issues are fixed
Jun 4, 2020
This was referenced Jun 9, 2020
This was referenced Jun 29, 2020
Validate and follow up again during MQ |
Still not fixed. Will ping the service about it. |
jsquire
added
test-reliability
Issue that causes tests to be unreliable
and removed
Test Debt
labels
Jul 16, 2021
Reopening this as we still need to re-enable these tests. |
It's been 3 years since this issue has been opened and the bug was never fixed on the service side. For this reason, we'll update the tests on our side to reflect the current service behavior:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
Cognitive Services
test-reliability
Issue that causes tests to be unreliable
Service-side issues are preventing us from enabling some of the Form Recognizer tests. This work item keeps track of those so we can re-enable them once the corresponding issues are fixed.
Service issues:
1. Service returns "Unsupported media type" error when multipage form is sent via GitHub URI.
2. (SOLVED) Custom form recognition without labels does not return information about blank page.
3. (SOLVED) Custom form recognition with labels returns wrong error when an invalid URL is passed to it (expected: 3003, actual: 3014).
4. (SOLVED) Service returns 500 response when passing non-existing model ID to
StartCopyModel
.5. (FIXED ON SDK SIDE) Service can return text angle between 180 and 360 in custom form recognition without labels.
Tests to enable:
StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm (true)
(blocked by 5).StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm (false)
(blocked by 1, 5).StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage (true)
(blocked by 2).StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage (false)
(blocked by 1, 2).StartRecognizeCustomFormsFromUriThrowsForNonExistingContent (true)
(blocked by 3).CopyModelError
; disabled per service team's request (blocked by 4).The text was updated successfully, but these errors were encountered: