datafusion-objectstore-s3 icon indicating copy to clipboard operation
datafusion-objectstore-s3 copied to clipboard

Tests failing, update the Minio version used for testing

Open saikrishna1-bidgely opened this issue 2 years ago • 1 comments

Testing on master branch using the commands provided in the README fails. The issue as suggested here Both these Issues: StackOverflow, GitHub Issue, Minio BlogPost seems to be that Minio doesn't add the files in parquet-testing/data folder to the data bucket because of new versioning scheme and consequently, the tests aren't able to read the files from docker deployment.

This change in Minio's behaviour is recent and suggest that an older version might solve the issue. I tried with the older versions and the newest one that works for the tests is minio/minio:RELEASE.2022-05-26T05-48-41Z.hotfix.204b42b6b.

Please update the GitHub actions with this image. Thanks!

saikrishna1-bidgely avatar Dec 30 '22 05:12 saikrishna1-bidgely

Some PRs are failing because of this: #65 #64

saikrishna1-bidgely avatar Dec 30 '22 08:12 saikrishna1-bidgely