Add tests with invalid checker queries

Checker queries can be invalid in 2 ways:
1. the query is not parseable
2. the query contains non-allowed predicates

Creating checkers with invalid queries is not allowed, however if it
happens the system should still behave properly, hence this should be
tested.

Checkers with invalid queries should be treated the same way as checkers
with valid, non-matching queries. That's already the case but this
change adds tests for this.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I8baca2b117c3196272a0c592ce71cd9a4b733754
6 files changed
tree: de5a75200adc705f62a2a44b75de0c0e0857fae4
  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.