commit | 97923cbd6a408d66685b93196c9971bc70578fff | [log] [tgz] |
---|---|---|
author | Daniele Sassoli <danielesassoli@gmail.com> | Mon Jun 10 19:03:56 2024 +0100 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Fri Jun 14 16:44:35 2024 +0100 |
tree | 5f5039f71324e31159786a29da33de7db8d43a16 | |
parent | 049b63cfff4263867fe6a94abe871087f3e7a2c9 [diff] |
Add test for zookeeper auth config parsing We have now split parsing of the curator config from actually building the curator object. When calling builder.build() the Curator framework waits for it to connect to a zookeeper instance, which we don't have in this instance. In order to be able to test the parsed configuration without the need to start a Zookeeper instance, the refactoring in ZookeeperConfig.java was required. Change-Id: I0695678348e64b7fc7390d4eb5bbcec19f290475
This plugin provides an implementation of the Gerrit global ref-db backed by Apache Zookeeper.
Requirements for using this plugin are:
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.