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-16: Add integration test CI #489

Merged
merged 1 commit into from
Jan 8, 2025
Merged

GH-16: Add integration test CI #489

merged 1 commit into from
Jan 8, 2025

Conversation

kou
Copy link
Member

@kou kou commented Jan 8, 2025

Fixes GH-16.

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
Fixes apacheGH-16.
with:
repository: apache/arrow-go
path: go
- name: Checkout Arrow Java
Copy link
Member

Choose a reason for hiding this comment

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

We don't need repository here?

Copy link
Member Author

Choose a reason for hiding this comment

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

We don't need repository here because the default repository is apache/arrow-java here.
If we specify apache/arrow-java explicitly, we can't run integration test in fork (e.g. kou/arrow-java).

@kou
Copy link
Member Author

kou commented Jan 8, 2025

All Java -> XXX and XXX -> Java combinations are tested:

https://github.com/apache/arrow-java/actions/runs/12662063731/job/35286339812?pr=489#step:11:5599

Integration: Test: IPC: Java -> Java
Integration: Test: IPC: Java -> C++
Integration: Test: IPC: Java -> JS
Integration: Test: IPC: Java -> C#
Integration: Test: IPC: Java -> Go
Integration: Test: IPC: Java -> nanoarrow
Integration: Test: IPC: Java -> Rust
Integration: Test: IPC: C++ -> Java
Integration: Test: IPC: JS -> Java
Integration: Test: IPC: C# -> Java
Integration: Test: IPC: Go -> Java
Integration: Test: IPC: nanoarrow -> Java
Integration: Test: IPC: Rust -> Java
Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: IPC: Gold: Java
Integration: Test: IPC: Java -> Java

Integration: Test: Flight: Java -> Java
Integration: Test: Flight: Java -> C++
Integration: Test: Flight: Java -> C#
Integration: Test: Flight: Java -> Go
Integration: Test: Flight: Java -> Rust
Integration: Test: Flight: C++ -> Java
Integration: Test: Flight: C# -> Java
Integration: Test: Flight: Go -> Java
Integration: Test: Flight: Rust -> Java

Integration: Test: C Data Interface: Java -> Java
Integration: Test: C Data Interface: Java -> C++
Integration: Test: C Data Interface: Java -> C#
Integration: Test: C Data Interface: Java -> Go
Integration: Test: C Data Interface: Java -> nanoarrow
Integration: Test: C Data Interface: Java -> Rust
Integration: Test: C Data Interface: C++ -> Java
Integration: Test: C Data Interface: C# -> Java
Integration: Test: C Data Interface: Go -> Java
Integration: Test: C Data Interface: nanoarrow -> Java
Integration: Test: C Data Interface: Rust -> Java

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

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

+1

Thanks @kou!

@kou kou merged commit e2ea8fa into apache:main Jan 8, 2025
17 checks passed
@kou kou deleted the ci-integration branch January 8, 2025 02:15
@lidavidm lidavidm added this to the 18.2.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test CI: Integration
3 participants