gerrit/gerrit-acceptance-framework
Dave Borowitz 96896652af GerritServer: Support forcing local disk for all tests
Most tests are in-memory for performance reasons, which uses JGit's
InMemoryRepository. This repo implementation is fairly well tested, not
least because it's been used by Gerrit for years, but it may differ in
various ways from the FileRepository implementation. Most importantly
for the immediate NoteDb future, we want to make sure all tests continue
to work with a brand-new BatchRefUpdate implementation[1]. Running tests
against on-disk repositories is an easy way to increase coverage of the
new code.

This option is still not on by default for performance reasons, and it's
unlikely we'll enable it in CI.

[1] https://git.eclipse.org/r/100771

Change-Id: I319bdaa81a4b21e36d6615c80a04679d1bf7db07
2017-07-13 10:03:20 -04:00
..
src/test/java/com/google/gerrit/acceptance GerritServer: Support forcing local disk for all tests 2017-07-13 10:03:20 -04:00
BUILD Move prolog:common rule to gerrit-server root build file 2017-05-18 06:17:11 +02:00
pom.xml Set version to 2.14.1 2017-06-08 12:19:03 +00:00