-
Notifications
You must be signed in to change notification settings - Fork 100
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
[CI] Run tests on Windows #101
Conversation
Codecov Report
@@ Coverage Diff @@
## master dmlc/treelite#101 +/- ##
============================================
- Coverage 86.15% 85.91% -0.24%
Complexity 49 49
============================================
Files 81 81
Lines 5741 5772 +31
Branches 37 37
============================================
+ Hits 4946 4959 +13
- Misses 768 786 +18
Partials 27 27
Continue to review full report at Codecov.
|
3b1370e
to
692e934
Compare
There is a bug in |
Using latest Python doesn't make any difference. I'd have to conclude that Azure Pipelines doesn't let a process to write to a temporary directory under |
Note to myself: the LETOR model takes inordinately long time to compile on Windows (with MSVC), taking more than an hour (the job gets killed by Azure Pipelines). The same model takes < 5 minutes on Linux however. I suspect it has to do with IO performance difference between Linux and Windows. |
[CI] Run tests on Windows (dmlc#101)
I ended up finding some issue when the unit tests were run on the Windows target.