Skip to content
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-39598: [C#] Fix verification script #39605

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

CurtHagenlocher
Copy link
Contributor

@CurtHagenlocher CurtHagenlocher commented Jan 15, 2024

What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

Are these changes tested?

Manually tested the verification command.

Copy link

⚠️ GitHub issue #39598 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added the awaiting review Awaiting review label Jan 15, 2024
Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change looks good to me, only a minor comment to see if we could find the error earlier instead of when the RC is generated.

@@ -880,8 +880,8 @@ test_csharp() {
if [ "${SOURCE_KIND}" = "local" ]; then
echo "Skipping sourelink verification on local build"
else
dotnet tool run sourcelink test artifacts/Apache.Arrow/Release/netstandard1.3/Apache.Arrow.pdb
dotnet tool run sourcelink test artifacts/Apache.Arrow/Release/netcoreapp3.1/Apache.Arrow.pdb
dotnet tool run sourcelink test artifacts/Apache.Arrow/Release/netstandard2.0/Apache.Arrow.pdb
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no experience with C# and I might be saying something that doesn't make sense but is there a reason why we don't test this when SOURCE_KIND is local?
We probably could find the issue on nightlies / maintenance branch if we also tested there instead of only when we have generated a Release candidate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the skip was added by #33799.

@westonpace Do you remember why you disabled the sourcelink check when SOURCE_KIND is local?

@@ -880,8 +880,8 @@ test_csharp() {
if [ "${SOURCE_KIND}" = "local" ]; then
echo "Skipping sourelink verification on local build"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found a minor typo:

Suggested change
echo "Skipping sourelink verification on local build"
echo "Skipping sourcelink verification on local build"

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Jan 15, 2024
@raulcd
Copy link
Member

raulcd commented Jan 16, 2024

@kou I plan to merge this. I have created #39631 to follow up the local build issue. Let me know if you are ok with merging it as is to add to RC1

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting change review Awaiting change review labels Jan 16, 2024
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@CurtHagenlocher CurtHagenlocher merged commit d6a8305 into apache:main Jan 16, 2024
7 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting merge Awaiting merge label Jan 16, 2024
raulcd pushed a commit that referenced this pull request Jan 16, 2024
### What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

### Are these changes tested?

Manually tested the verification command.

* Closes: #39598

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit d6a8305.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

idailylife pushed a commit to idailylife/arrow that referenced this pull request Jan 18, 2024
### What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

### Are these changes tested?

Manually tested the verification command.

* Closes: apache#39598

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
### What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

### Are these changes tested?

Manually tested the verification command.

* Closes: apache#39598

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
@CurtHagenlocher CurtHagenlocher deleted the dev/curth/netstandard branch February 2, 2024 03:45
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

### Are these changes tested?

Manually tested the verification command.

* Closes: apache#39598

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
### What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

### Are these changes tested?

Manually tested the verification command.

* Closes: apache#39598

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
### What changes are included in this PR?

The verification script is modified to look for the versions of .NET now supported by the package.

### Are these changes tested?

Manually tested the verification command.

* Closes: apache#39598

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants