[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python error in 1.8.1 test suite - authz_tests.py

From: BIRD Neil <Neil.BIRD_at_uk.thalesgroup.com>
Date: Tue, 30 Jul 2013 15:47:17 +0100

  I'm trying to build 1.8.1 on Scientific Linux 6 (effectievly RHEL6). All builds OK, but the tests fail halfway through. Running the failing test by itself:

$make check CLEANUP=true TESTS=subversion/tests/cmdline/authz_tests.py
[1/1] authz_tests.pymake: *** [check] Error 1

  tests.log contains:

START: authz_tests.py
Traceback (most recent call last):
  File "./build/run_tests.py", line 724, in <module>
    main()
  File "./build/run_tests.py", line 717, in main
    failed = th.run(args[2:])
  File "./build/run_tests.py", line 190, in run
    failed = self._run_test(prog, cnt, len(list)) or failed
  File "./build/run_tests.py", line 597, in _run_test
    failed = self._run_py_test(progabs, test_nums, dots_needed)
  File "./build/run_tests.py", line 535, in _run_py_test
    test_selection=test_selection)
  File "/home/nabird/usr/rpmbuild/BUILD/subversion-1.8.1/subversion/tests/cmdline/svntest/main.py", line 2095, in execute_tests
    http_proxy=options.http_proxy)
  File "/home/nabird/usr/rpmbuild/BUILD/subversion-1.8.1/subversion/tests/cmdline/svntest/main.py", line 595, in create_config_dir
    "http-proxy-port=%d" % (http_proxy_parsed.port or 80)
  File "/usr/lib/python2.6/urlparse.py", line 102, in port
    return int(port, 10)
ValueError: invalid literal for int() with base 10: ''

  I've not got a clue what's going on here; I tried adding some debug but only made matters worse (I'm no python guru :) )

  I do have http_proxy set (to something like "http_proxy://proxyhost:portno/"), but the above error occurs nomatter whether it's set or not.

  Any pointers?

-- 
[neil_at_fnx ~]# rm -f .signature
[neil_at_fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil_at_fnx ~]# exit
Received on 2013-07-30 16:51:34 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.