Test that getting a check with options works if checker is invalid

When the ListChecksOption.CHECKER option is used for getting a check
additional fields in CheckInfo are populated ('checkerName', 'blocking'
and 'checkerStatus'). Populating these fields is only possible when the
checker has a valid configuration. If the checker configuration is
invalid we expect that getting the check still works and that the
additional fields are not populated.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ib9fafbb105361377eecbd6889deac8eaa94e393a
1 file changed
tree: 61b24d51f55c0071249029f5b87d30596fe1a488
  1. java/
  2. javatests/
  3. src/
  4. BUILD
  5. LICENSE
  6. README.md
README.md

Gerrit Code Review Checks Plugin

This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.