Add log4j configuration to enable logging

This helps to analyse potential issues with running the tests.
Increase log level of loggers for more tracing.

Setting
log4j.logger.org.testcontainers=DEBUG
helped to find out why update to newer version of testcontainers didn't
work (NoClassDefFoundError). It turned out we need to add the dependency
com.github.docker-java:docker-java-transport-zerodep
which is required since testcontainers 1.16.

Change-Id: I9b8da7a3fb0187fe00408902da3da5cac56a9673
1 file changed
tree: 365e474b5982b8b9370f94508322336ac392afb8
  1. src/
  2. .gitignore
  3. BUILD
  4. external_plugin_deps.bzl
  5. Jenkinsfile
  6. LICENSE
  7. README.md
README.md

Gerrit Zookeeper ref-db

This plugin provides an implementation of the Gerrit global ref-db backed by Apache Zookeeper.

Requirements for using this plugin are:

  • Gerrit v3.2 or later
  • Apache Zookeeper v3.4 or later

Typical use-case

The global ref-db is a typical use-case of a Gerrit multi-master scenario in a multi-site setup. Refer to the Gerrit multi-site plugin for more details on the high level architecture.