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-38345: [Release] Use local test data for verification if possible #38362

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

kou
Copy link
Member

@kou kou commented Oct 19, 2023

Rationale for this change

We have external test data repositories, apache/arrow-testing and apache/parquet-testing. We use them as submodule. apache/arrow may not use the latest test data repositories. But our verification script always use the latest test data repositories. It may cause test failures.

What changes are included in this PR?

Use local test data if they exist.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

…sible

We have external test data repositories, apache/arrow-testing and
apache/parquet-testing. We use them as submodule. apache/arrow may not
use the latest test data repositories. But our verification script
always use the latest test data repositories. It may cause test
failures.
@github-actions
Copy link

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

@kou
Copy link
Member Author

kou commented Oct 19, 2023

@github-actions crossbow submit verify-rc-source-go-linux-almalinux-8-amd64 --param release=14.0.0 --param rc=2

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Oct 19, 2023
@github-actions
Copy link

Revision: c86902a

Submitted crossbow builds: ursacomputing/crossbow @ actions-715f090516

Task Status
verify-rc-source-go-linux-almalinux-8-amd64 Github Actions

Copy link
Member

@assignUser assignUser left a comment

Choose a reason for hiding this comment

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

Looks good, I currently have spotty internet so I was unable to test it locally :/

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.

Tested locally

@raulcd raulcd merged commit 394966b into apache:main Oct 20, 2023
7 checks passed
@raulcd raulcd removed the awaiting committer review Awaiting committer review label Oct 20, 2023
@github-actions github-actions bot added the awaiting merge Awaiting merge label Oct 20, 2023
@kou kou deleted the release-verify-rc-test-data branch October 20, 2023 11:26
@conbench-apache-arrow
Copy link

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

There were 5 benchmark results indicating a performance regression:

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 23, 2023
…sible (apache#38362)

### Rationale for this change

We have external test data repositories, apache/arrow-testing and apache/parquet-testing. We use them as submodule. apache/arrow may not use the latest test data repositories. But our verification script always use the latest test data repositories. It may cause test failures.

### What changes are included in this PR?

Use local test data if they exist.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38345

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
@raulcd
Copy link
Member

raulcd commented Oct 24, 2023

@github-actions crossbow submit verify-rc-source-go-* --param release=14.0.0 --param rc=2

@github-actions
Copy link

Revision: c86902a

Submitted crossbow builds: ursacomputing/crossbow @ actions-4e77f224e9

Task Status
verify-rc-source-go-linux-almalinux-8-amd64 Github Actions
verify-rc-source-go-linux-conda-latest-amd64 Github Actions
verify-rc-source-go-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-go-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-go-macos-amd64 Github Actions
verify-rc-source-go-macos-arm64 Github Actions

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 25, 2023
…sible (apache#38362)

### Rationale for this change

We have external test data repositories, apache/arrow-testing and apache/parquet-testing. We use them as submodule. apache/arrow may not use the latest test data repositories. But our verification script always use the latest test data repositories. It may cause test failures.

### What changes are included in this PR?

Use local test data if they exist.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38345

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…sible (apache#38362)

### Rationale for this change

We have external test data repositories, apache/arrow-testing and apache/parquet-testing. We use them as submodule. apache/arrow may not use the latest test data repositories. But our verification script always use the latest test data repositories. It may cause test failures.

### What changes are included in this PR?

Use local test data if they exist.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38345

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
raulcd pushed a commit that referenced this pull request Dec 6, 2023
…38362)

### Rationale for this change

We have external test data repositories, apache/arrow-testing and apache/parquet-testing. We use them as submodule. apache/arrow may not use the latest test data repositories. But our verification script always use the latest test data repositories. It may cause test failures.

### What changes are included in this PR?

Use local test data if they exist.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #38345

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…sible (apache#38362)

### Rationale for this change

We have external test data repositories, apache/arrow-testing and apache/parquet-testing. We use them as submodule. apache/arrow may not use the latest test data repositories. But our verification script always use the latest test data repositories. It may cause test failures.

### What changes are included in this PR?

Use local test data if they exist.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38345

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Release][Go] Verification tasks for the Release Candidate fail on Go parquet encryption tests
3 participants