Author: rhuijben
Date: Sat Jun  2 10:34:33 2012
New Revision: 1345479

URL: http://svn.apache.org/viewvc?rev=1345479&view=rev
Log:
* svntest-test.cmd
  Use 127.0.0.1 instead of localhost to avoid a dns lookup and
  to avoid future ipv6 weirdness.

Modified:
    subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-test.cmd

Modified: subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-test.cmd
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-test.cmd?rev=1345479&r1=1345478&r2=1345479&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-test.cmd 
(original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-test.cmd Sat 
Jun  2 10:34:33 2012
@@ -77,21 +77,21 @@ IF "%LOCAL%+%FSFS%" == "1+1" (
 
 IF "%SVN%+%FSFS%" == "1+1" (
   taskkill /im svnserve.exe /f 2> nul:
-  echo win-tests.py -c %PARALLEL% %MODE% -f fsfs -u svn://localhost %ARGS% 
"%TESTDIR%\tests"
-  win-tests.py -c %PARALLEL% %MODE% -f fsfs -u svn://localhost %ARGS% 
"%TESTDIR%\tests"
+  echo win-tests.py -c %PARALLEL% %MODE% -f fsfs -u svn://127.0.0.1 %ARGS% 
"%TESTDIR%\tests"
+  win-tests.py -c %PARALLEL% %MODE% -f fsfs -u svn://127.0.0.1 %ARGS% 
"%TESTDIR%\tests"
   IF ERRORLEVEL 1 EXIT /B 1
 )
 
 IF "%SERF%+%FSFS%" == "1+1" (
   taskkill /im httpd.exe /f 2> nul:
-  echo win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library serf 
--httpd-dir "%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://localhost:%TESTPORT% %ARGS% "%TESTDIR%\tests"
-  win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library serf --httpd-dir 
"%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://localhost:%TESTPORT% %ARGS% "%TESTDIR%\tests"
+  echo win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library serf 
--httpd-dir "%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://127.0.0.1:%TESTPORT% %ARGS% "%TESTDIR%\tests"
+  win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library serf --httpd-dir 
"%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://127.0.0.1:%TESTPORT% %ARGS% "%TESTDIR%\tests"
   IF ERRORLEVEL 1 EXIT /B 1
 )
 
 IF "%NEON%+%FSFS%" == "1+1" (
   taskkill /im httpd.exe /f 2> nul:
-  echo win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library neon 
--httpd-dir "%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://localhost:%TESTPORT% %ARGS% "%TESTDIR%\tests"
-  win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library neon --httpd-dir 
"%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://localhost:%TESTPORT% %ARGS% "%TESTDIR%\tests"
+  echo win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library neon 
--httpd-dir "%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://127.0.0.1:%TESTPORT% %ARGS% "%TESTDIR%\tests"
+  win-tests.py -c %PARALLEL% %MODE% -f fsfs --http-library neon --httpd-dir 
"%CD%\..\deps\release\httpd" --httpd-port %TESTPORT% -u 
http://127.0.0.1:%TESTPORT% %ARGS% "%TESTDIR%\tests"
   IF ERRORLEVEL 1 EXIT /B 1
 )


Reply via email to