Fast Version Control System
Setting SVNSERVE_PORT enables several tests which require a local svnserve daemon to be run (in t9113 & t9126). The tests share setup of the local svnserve via `start_svnserve()`. The function uses svnserve's `--listen-once` option, which causes svnserve to accept one connection on the port, serve it, and exit. When running the tests in parallel this fails if one test tries to start svnserve while the other is still running. Use the test number as the svnserve port (similar to httpd tests) to avoid port conflicts. Set GIT_TEST_SVNSERVE to enable these tests. The change should make it into 2.16 or 2.17. Until then, setting GIT_TEST_SVNSERVE will disable the svnserve tests. There are only a few tests affected and this allows more testing with parallel test runs, so it's a reasonable trade. Once an upstream release with these changes arrives, we'll begin running these tests without any further changes. |
||
---|---|---|
.gitignore | ||
.mailmap | ||
.rpmlint | ||
0001-revision-quit-pruning-diff-more-quickly-when-possibl.patch | ||
git-1.8-gitweb-home-link.patch | ||
git-cvsimport-Ignore-cvsps-2.2b1-Branches-output.patch | ||
git-gui.desktop | ||
git-init.el | ||
git.conf.httpd | ||
git.socket | ||
git.spec | ||
git.xinetd.in | ||
git@.service | ||
gitweb.conf.in | ||
gpgkey-junio.asc | ||
print-failed-test-output | ||
sources |