DynamoDBRefDatabaseIT: Fix build errors

- declare thrown checked exception
- remove ambiguous import of Truth8#assertThat

Change-Id: Ib63f13c571dd7efbf2960d1d7310b62fb430e66a
1 file changed
tree: 5f8e70e9fc12bf0b5f04b0195ece0811ef21d34a
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

Gerrit DynamoDB ref-db

This plugin provides an implementation of the Gerrit global ref-db backed by AWS DynamoDB.

Requirements for using this plugin are:

  • Gerrit v3.3 or later
  • DynamoDB provisioned in AWS

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.