-
Notifications
You must be signed in to change notification settings - Fork 2.1k
CI: build and run sqllogictests binary directly in extended workflow #20282
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
Closed
Closed
Changes from 11 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2fa9377
Enhance CI workflow and optimize release profile settings
kosiew 1b4dbee
fix: Include extended.yml and Cargo.toml in workflow trigger paths
kosiew be84d47
ci: run sqllogictest binary from crate dir
kosiew 304d28d
revert fix: Include extended.yml and Cargo.toml in workflow trigger p…
kosiew 7b5b2a9
feat: update release profile settings in Cargo.toml
kosiew 8d9bcb8
trigger CI extended tests
kosiew 3e64ee2
Revert "trigger CI extended tests"
kosiew e0ae244
formatting
kosiew cd967ba
Merge branch 'main' into extended-tests-20052
kosiew ceb7d76
fix: Update sqllogictest binary build process and adjust working dire…
kosiew 882251a
fix: Simplify sqllogictest binary retrieval in extended tests workflow
kosiew 2b5a995
test with cargo test
kosiew 04b3bf1
Revert "test with cargo test"
kosiew 937fab9
trigger ci test
kosiew b830912
PR20282 before merge main
kosiew File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am very confused (similar to @nuno-faria ) why this is taking so much less time
I would be hesitant to merge this until we understand why this would make the CI run faster. It doesn't make any sense to me
As an interim step, can you try at least splitting the build and run steps so we can see the timings
So like the build would be
And then the test can be run with the same command
cargo test --features backtrace,parquet_encryption --profile release-nonlto --test sqllogictests -- --include-sqliteThat way we can at least see what is taking so long.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Runs:
From the above interim results, only the binary build test improves the CI run.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will be away from Feb 14-21.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried the fix on #20101 (synced to main) to get the new times per test but it still took over 2 hours there: https://github.com/apache/datafusion/actions/runs/22101965398/job/63873808241?pr=20101. I don't know what could be different.