Remove retrying index queries on StorageException

These retries were added to mitigate temporary issues with the index
backend that is used at Google that resulted in throwing
StorageException. This case is now handled in a Google-specific
ExceptionHook implementation so that upstream Gerrit no longer needs to
retry index queries on StorageException. Removing this is good because
StorageException may also be thrown in other cases that should not
trigger a retry.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I6ba5280489005e412e103c7d5cdb2221121d1268
1 file changed
tree: 95501cb1ac29a83ec8053beaf0ca54fa09363c26
  1. gr-checks/
  2. java/
  3. javatests/
  4. proto/
  5. resources/
  6. test/
  7. .gitignore
  8. .gitreview
  9. bower.json
  10. BUILD
  11. LICENSE
  12. 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.

This plugin uses polymer-cli to test.

After bower install, running polymer test -l chrome will run all tests in Chrome, and running polymer serve and navigating to http://127.0.0.1:8081/components/checks/gr-checks/gr-checks-view_test.html allows for manual debugging.