rohangarg opened a new pull request, #17539:
URL: https://github.com/apache/druid/pull/17539

   An attempt to rewrite the `S3StorageConnectorTest` as integration tests 
using `java-testcontainers` and MinIO container to simulate S3. This is to 
facilitate a discussion that whether we should write some of our test using 
`java-testcontainers` in future.
   
   Some features of this change : 
   1. The tests run on a MinIO server rather than a mock system, thereby 
testing things more practically
   2. These tests do not run by default locally (via skipping it in `local` 
maven profile), but always run on the CI (via `CI` profile)
   


-- 
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]

Reply via email to