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

Fix data test failure on listdir check #36397

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Conversation

aslonnie
Copy link
Collaborator

@aslonnie aslonnie commented Jun 13, 2023

os.listdir() does not always return file names that are sorted.

for the test to pass reliably, one needs to sort the filenames.

Example failure: https://buildkite.com/ray-project/oss-ci-build-pr/builds/25409#0188b704-a691-442a-bc65-f365362e2846/1755-2566

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
@aslonnie
Copy link
Collaborator Author

@matthewdeng matthewdeng merged commit 0edeec7 into master Jun 14, 2023
@matthewdeng matthewdeng deleted the lonnie-0613-fixdatatest branch June 14, 2023 17:54
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
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.

3 participants