-
Notifications
You must be signed in to change notification settings - Fork 44
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
failing test TestS3PartitionedFileListing #2
Comments
TestS3PartitionedFileListing. testTaskOutputListingWithHiddenFiles also have the same issue |
I see the same failures . What is the update on this ? |
@ftago @jorkzijlstra @jorkzijlstra Need to change the expected and actual lists to sets - so order wont matter |
I think there's an easy fix to use sets. If you open a PR, I can merge the fix. |
Assert.assertEquals("File sets should match", expectedFiles, actualFiles);
expectedFiles have the same order as the actualFiles
The text was updated successfully, but these errors were encountered: