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

ci: Fix order of SLT files #21745

Merged
merged 1 commit into from
Sep 14, 2023
Merged

ci: Fix order of SLT files #21745

merged 1 commit into from
Sep 14, 2023

Conversation

def-
Copy link
Contributor

@def- def- commented Sep 14, 2023

find does not guarantee the order, thus we could end up not covering all SLT files in the 10 parallel SLT runs

This is in contrast to bash globbing (*.slt), which is guaranteed to be in order, so does not require any additional sorting

find does not guarantee the order, thus we could end up not covering all
SLT files in the 10 parallel SLT runs

This is in contrast to bash globbing (*.slt), which is guaranteed to be
in order, so does not require any additional sorting
@def- def- merged commit 1eabff7 into MaterializeInc:main Sep 14, 2023
@def- def- deleted the pr-slt-order branch September 14, 2023 15:38
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