Query pending checks: Test with AND condition that has checker somewhere nested

It's allowed to have an AND condition at root level if it contains
exactly one checker operator as immediate child. If the checker operator
is not an immediate child but nested more deeply the query should be
rejected. This was not tested yet.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Icc177e7c8397112dd258dc5f306dc7731e21d936
1 file changed
tree: 69a3b0c5211d52c5fb4dd0063a0b0e05a477995a
  1. gr-checks/
  2. java/
  3. javatests/
  4. src/
  5. BUILD
  6. LICENSE
  7. 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.