Debugging tests disabled on Linux and MacOS builds#5087
Closed
mstfbl wants to merge 6 commits intodotnet:masterfrom
Closed
Debugging tests disabled on Linux and MacOS builds#5087mstfbl wants to merge 6 commits intodotnet:masterfrom
mstfbl wants to merge 6 commits intodotnet:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5087 +/- ##
=======================================
Coverage 75.66% 75.66%
=======================================
Files 993 993
Lines 178157 178154 -3
Branches 19125 19123 -2
=======================================
+ Hits 134800 134801 +1
+ Misses 38136 38129 -7
- Partials 5221 5224 +3
|
60a79e4 to
b3459cd
Compare
Codecov Report
@@ Coverage Diff @@
## master #5087 +/- ##
=========================================
Coverage ? 75.59%
=========================================
Files ? 990
Lines ? 179205
Branches ? 19287
=========================================
Hits ? 135476
Misses ? 38464
Partials ? 5265
|
Contributor
Author
|
/azp run |
|
Pull request contains merge conflicts. |
a6d774f to
7a90a43
Compare
Contributor
Author
|
/azp run |
|
Pull request contains merge conflicts. |
d141d34 to
a45cc5c
Compare
…assifierSymSgdTest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Debugging PR for diagnosing tests disabled on Linux and MacOS builds:
Disabled tests - Disabled build(s):
BinaryClassifierSymSgdTest()- Linux, MacOSTextNormalizingOnnxConversionTest()- LinuxMatrixFactorizationSimpleTrainAndPredict()- MacOSReport:
BinaryClassifierSymSgdTest()MatrixFactorizationSimpleTrainAndPredict()Math.Pow(10, -1)is required.TextNormalizingOnnxConversionTest()Will be fixed when Issue Ubuntu ML .NET Docker Image has no configured locales #5093 is fixed.
This test fails on the Linux Net CoreApp 2.1 builds on Linux with the following error:
The issue being faced here may be different than before, as the error being faced is related to locales. As this test passes on MacOS Net Core App 2.1 and Linux Net Core App 3.1, this may be a Linux Net Core App 2.1 or more specifically Ubuntu Net Core App 2.1 issue.
The ONNX team faced the exact same issue as this, and they have fixed it with this PR, which installs the appropiate locales in their docker instance.