-
Notifications
You must be signed in to change notification settings - Fork 288
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
Upgrade / align packages in test projects / #2980
base: main
Are you sure you want to change the base?
Conversation
Looks like you missed some project file updates? |
Looks like the issue with the build is that the packages are not available in the officially cached version of the sqlclientdrivers feed. I've built the project locally (with nuget.org as source) and it worked fine |
@MichelZ Ah, yeah, I recently learned this as well. We only allow contributors to add new package versions to our internal nuget feed. I was also shown how to manually add them, so give me a bit and I'll get them added so we can kick off the build in earnest. |
Upstream packages have been added to the feed, let's see what azp thinks |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@benrr101 Can you cache these additional, transitive packages: Thaaaanks :) |
All updated - let's give it another run |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
It seems that net462 tests are not discovered anymore. Will look into that |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2980 +/- ##
==========================================
- Coverage 72.67% 66.85% -5.82%
==========================================
Files 285 285
Lines 59160 64582 +5422
==========================================
+ Hits 42997 43179 +182
- Misses 16163 21403 +5240
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
… enable discovery of netfx tests again. See dotnet/runtime#94183
net462 tests running again |
While we're at it, I guess it makes sense to upgrade the arcade packages as well, can you cache: |
I've also seen that we sometimes seem to hit this XUnit bug that would get resolved as well with this PR and make tests more stable |
Done! |
Remove VersionsNet8OrLater, not needed anymore
/azp run |
Commenter does not have sufficient privileges for PR 2980 in repo dotnet/SqlClient |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Package updates are coming in #2946 and then this PR could adjust changes needed, if any. |
Absolutely, will do |
According to #2379 (comment), the Remote Executor package and XUnit was held back by .NET6, now that .NET6 is removed, this should work fine