amogh-jahagirdar opened a new pull request, #5413: URL: https://github.com/apache/iceberg/pull/5413
Right now, running s3 file io integration test multiple times will lead to failures in expectations of the testPrefixList. This is because the cleanup which happens in AfterClass only cleans up under s3://bucket/<uuid-prefix> where uuid prefix is the random uuid created on each run of the test class. The testPrefixList is creating objects in s3://bucket/prefix-list-test. We should actually put this in s3://bucket/prefix/prefix-list-test so that After class will properly clean this up, and we can run multiple runs of the integ test successfully. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
