Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Aug 26, 2025

What changes were proposed in this pull request?

This PR aims to make Build step to verify test compilation too.

Why are the changes needed?

Like Apache Spark main repo, SPARK-53376 added the Build step before running the actual test.

However, it turns out that the test code building is not verified correctly. So, this PR aims to use the following workaround to verify test code fully without running any test.

- run: swift build -c release
+ run: swift test --filter NOTHING -c release

In addition, this reduces the total runtime of CIs like the following example.

Does this PR introduce any user-facing change?

No. This is a test infra change.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun dongjoon-hyun changed the title Build Test Code [SPARK-53404] Make Build step to verify test compilation too Aug 27, 2025
@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review August 27, 2025 22:14
@dongjoon-hyun
Copy link
Member Author

Merged to main to save the CI resources.

@dongjoon-hyun dongjoon-hyun deleted the BUILD_TEST_CODE branch August 28, 2025 02:33
Copy link
Member

@viirya viirya 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.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya .

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.

2 participants