Test that change can be submitted with override if OWNERS file is non-parsable

If a relevant OWNERS file is non-parsable it's not possible to submit
the change since the code owners are unknown. In this case it should be
possible to make the change submittable by applying a code owner
override. If an override is present the code owners submission check is
satisfied and we do not need to know the code owners. This works but we
didn't have a test for this yet.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I5ff537cbacc62ed35ba3f383b468466c9398ae1c
3 files changed
tree: 7de1c470ef7c7b1776cdfe1b08791a9a25e1015d
  1. java/
  2. javatests/
  3. proto/
  4. resources/
  5. test/
  6. ui/
  7. .eslintrc.json
  8. .gitignore
  9. .gitreview
  10. bower.json
  11. BUILD
  12. LICENSE
  13. package-lock.json
  14. package.json
  15. README.md
README.md

Gerrit Code Review code-owners plugin

This plugin provides support for defining code owners for files in a repository.

If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.

Also see resources/Documentation/about.md.

IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md.