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

feat: support parallel sqllogictest #45

Merged
merged 3 commits into from
Jun 7, 2022
Merged

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Jun 7, 2022

Signed-off-by: Alex Chi iskyzh@gmail.com

With --jobs x parameter, sqllogictest will create a database for each test file, and run them in parallel. Test UI remains the same, except that result will be printed to stdout only when one task ends.

image

close #35

Signed-off-by: Alex Chi <iskyzh@gmail.com>
Signed-off-by: Alex Chi <iskyzh@gmail.com>
Copy link
Contributor

@TennyZhuang TennyZhuang left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@wangrunji0408 wangrunji0408 left a comment

Choose a reason for hiding this comment

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

LGTM!

src/main.rs Outdated Show resolved Hide resolved
Signed-off-by: Alex Chi <iskyzh@gmail.com>
@skyzh skyzh enabled auto-merge (squash) June 7, 2022 14:25
@skyzh skyzh merged commit f41a7bf into main Jun 7, 2022
@skyzh skyzh deleted the skyzh/parallel-sqllogictest branch June 7, 2022 14:27
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.

support file-level parallelism
3 participants