risdenk commented on PR #1545: URL: https://github.com/apache/solr/pull/1545#issuecomment-1582856921
So I don't know if this is a change in AWS SDK or s3mock is better about this now, but > Note that if the object specified in the request is not found, Amazon S3 returns the result as deleted. https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html#deleteObjects(software.amazon.awssdk.services.s3.model.DeleteObjectsRequest) So `org.apache.solr.s3.S3ReadWriteTest.testNotFound` is testing an invalid thing and trying to check a delete response. @HoustonPutman do you have any opinions here? Do we actually care about the s3notfoundexception? -- 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]
