ppkarwasz opened a new issue, #2229:
URL: https://github.com/apache/logging-log4j2/issues/2229

   Right now (after  #1589), we are using Embedded MongoDB to:
   
   - download a MongoDB distribution on our system,
   - run it with the correct parameters,
   - test the MongoDB appender.
   
   This procedure has some problems:
   
   1. we cannot run tests in parallel on a clean system (each test tries to 
download MongoDB at the same time),
   2. the MongoDB distribution depends on some system libraries that are not 
always present.
   
   Therefore we should move the tests to use 
[TestContainers](https://testcontainers.com/) or an equivalent solution and the 
official [Docker `mongo`](https://hub.docker.com/_/mongo/) images.
   


-- 
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: notifications-unsubscr...@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to