commit | 78d321e235c01e59d24d83434af640b9f48af709 | [log] [tgz] |
---|---|---|
author | Marco Miller <marco.miller@ericsson.com> | Wed Aug 05 17:20:01 2015 -0400 |
committer | Marco Miller <marco.miller@ericsson.com> | Thu Sep 03 18:51:01 2015 +0000 |
tree | e97c914e2fbdaf9d2ac32d82b14cb1345cbc1378 | |
parent | b17cd6377a7db349b435251165221efe4441b35f [diff] |
Replace the hardcoded UNIT_TEST_GERRIT_SITE with a junit TemporaryFolder Add a junit @Rule to AbstractDaemonTest for such TemporaryFolder usage. Do so in order for junit to automatically create a unique tmp test site directory. Also, junit always automatically delete the latter as per the TemporaryFolder implementation. JUnit does so once the test is over in any way. That ephemeral directory location and name look something like this: buck-out/bin/(...)/__java_test_(...)_tmp__/junit* -where * is a unique numerical (random) suffix made within junit. Have AbstractDaemonTest pass that unique tmp directory path to GerritServer through regular configuration. Add a 'tempSiteDir' name to the 'gerrit' section to serve that purpose. InMemoryTestingDatabaseModule and PluginDaemonTest also now use that new configuration accordingly. Change-Id: I64119428ecb7fe273e3cb9a61f1d4043075b9b1b
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck build all
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.