You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@garydgregory, @ppkarwasz, I would prefer a uniform container-based testing across the code base. log4j-layout-template-json-test uses docker-maven-plugin behind a docker profile. I am in favor of adapting this to log4j-mongodb* modules.
If we will be going to Testontainers route, which is fine, I would appreciate it if we can migrate log4j-layout-template-json-test there too.
Right now (after #1589), we are using Embedded MongoDB to:
This procedure has some problems:
Therefore we should move the tests to use TestContainers or an equivalent solution and the official Docker
mongo
images.The text was updated successfully, but these errors were encountered: