﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
3837	integration/test_tor.py is failing	exarkun	exarkun	"There was a new release of tor today.  The integration tests now fail like:

{{{
Traceback (most recent call last):
  File ""/usr/lib/python2.7/runpy.py"", line 174, in _run_module_as_main
    ""__main__"", fname, loader, pkg_name)
  File ""/usr/lib/python2.7/runpy.py"", line 72, in _run_code
    exec code in run_globals
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py"", line 2737, in <module>
    sys.exit(main())
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py"", line 2731, in main
    result = runConfigFile(args['action'], f.read())
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py"", line 2711, in runConfigFile
    return getattr(network, verb)()
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py"", line 2325, in configure
    b.config(network)
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py"", line 693, in config
    self._createTorrcFile()
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py"", line 630, in _createTorrcFile
    tor_version = get_tor_version(tor)
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/Util.py"", line 14, in memoized_fn
    result = memory[key] = fn(*args, **kwargs)
  File ""/tmp/tahoeUsgTe1/chutney/lib/chutney/TorNet.py"", line 355, in get_tor_version
    assert re.match(r'^[-+.() A-Za-z0-9]+$', tor_version)
AssertionError
}}}
"	defect	closed	normal	undecided	unknown	n/a	fixed			
