You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
This issue is for an error that occurred in recent daily tests:
Error Message:
Date mismatch in item with index 0.
Expected: 2021-03-04 00:00:00+00:00
But was: 2021-04-03 00:00:00+00:00
Stack Trace:
at Azure.AI.FormRecognizer.DocumentAnalysis.Tests.DocumentAnalysisClientLiveTests.AnalyzeDocumentPopulatesExtractedInvoiceJpg(Boolean useStream) in /mnt/vss/_work/1/s/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/DocumentAnalysisClient/DocumentAnalysisClientLiveTests.cs:line 907
Error Message:
String lengths are both 3. Strings differ at index 0.
Expected: "CAD"
But was: "USD"
-----------^
Stack Trace:
at Azure.AI.FormRecognizer.DocumentAnalysis.Tests.DocumentAnalysisClientLiveTests.ValidateCurrencyValue(CurrencyValue value, Double expectedAmount, String expectedSymbol, String expectedCode, String message) in /mnt/vss/_work/1/s/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/DocumentAnalysisClient/DocumentAnalysisClientLiveTests.cs:line 1902
at Azure.AI.FormRecognizer.DocumentAnalysis.Tests.DocumentAnalysisClientLiveTests.AnalyzeDocumentPopulatesExtractedInvoiceJpg(Boolean useStream) in /mnt/vss/_work/1/s/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/DocumentAnalysisClient/DocumentAnalysisClientLiveTests.cs:line 853
According to the investigation, the SUBTOTAL currency value in the file is USD. (This error is caused by the Canadian dollar sign and the U.S. dollar sign being the same)
The error related to the date in the file is correct and the wrong date is identified.
Description:
This issue is for an error that occurred in recent daily tests:
Pipeline test link: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3616725&view=results
Related test cases:
AnalyzeDocumentPopulatesExtractedInvoiceJpg
(in tests\DocumentAnalysisClient\DocumentAnalysisClientLiveTests.cs file)Training file:
Failures:
According to the investigation, the
SUBTOTAL
currency value in the file isUSD
. (This error is caused by the Canadian dollar sign and the U.S. dollar sign being the same)The error related to the date in the file is correct and the wrong date is identified.
Expected behavior:
All tests can pass normally.
@scottaddie, @achandmsft, @mayurid, @joseharriaga for notification.
The text was updated successfully, but these errors were encountered: