-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-36815: [C#]: Enable net472 tests under Windows #36818
Conversation
|
Okay, this seems to work. |
@github-actions crossbow submit verify-rc-source-csharp-* |
Revision: e81d15f Submitted crossbow builds: ursacomputing/crossbow @ actions-0e47458a7b |
@github-actions crossbow submit verify-rc-source-windows |
Revision: e81d15f Submitted crossbow builds: ursacomputing/crossbow @ actions-3dd808a59e
|
Ah, our RC verification script https://github.com/apache/arrow/blob/main/dev/release/verify-release-candidate.bat doesn't test the C# part... Does the following log show that this case was tested? https://github.com/apache/arrow/actions/runs/5626539222/job/15247546402?pr=36818#step:6:68
|
I clearly should have come back to this before checking in the Duration change (which has now broken the .NET 4.7.2 build). Opened #38298. |
@github-actions crossbow submit verify-rc-source-windows |
Revision: 438632f Submitted crossbow builds: ursacomputing/crossbow @ actions-8a2a4f68be
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 4011058. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
### What changes are included in this PR? The primary C# test project is updated to run for .NET 4.7.2 only on Windows platforms. ### Are these changes tested? Yes. * Closes: apache#36815 Authored-by: Curt Hagenlocher <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
### What changes are included in this PR? The primary C# test project is updated to run for .NET 4.7.2 only on Windows platforms. ### Are these changes tested? Yes. * Closes: apache#36815 Authored-by: Curt Hagenlocher <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
### What changes are included in this PR? The primary C# test project is updated to run for .NET 4.7.2 only on Windows platforms. ### Are these changes tested? Yes. * Closes: apache#36815 Authored-by: Curt Hagenlocher <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
What changes are included in this PR?
The primary C# test project is updated to run for .NET 4.7.2 only on Windows platforms.
Are these changes tested?
Yes.