[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2045: Make the paths of the different folders configurable
Tahoe-LAFS
trac at tahoe-lafs.org
Tue Aug 5 17:30:53 UTC 2014
#2045: Make the paths of the different folders configurable
-------------------------+-------------------------------------------------
Reporter: meskio | Owner: leif
Type: | Status: new
enhancement | Milestone: undecided
Priority: normal | Version: 1.10.0
Component: code- | Keywords: FHS unix daemon twistd review-
nodeadmin | needed
Resolution: |
Launchpad Bug: |
-------------------------+-------------------------------------------------
Comment (by nejucomo):
I see the following unittest failures on meskio's pull request revision
b7f3585.
I recall Daira mentioning some failures in the meeting, so these may be
the same. I'm switching to other tasks
{{{
===============================================================================
[FAIL]
Traceback (most recent call last):
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/test/test_runner.py", line 576, in _cb2
self.failUnlessEqual(rc_or_sig, 0, errstr)
File "/home/n/sandbox/lafs-tools/tahoe-lafs/support/lib/python2.7/site-
packages/Twisted-11.1.0-py2.7-linux-x86_64.egg/twisted/trial/unittest.py",
line 270, in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: rc=1, OUT: '', ERR: 'Traceback (most
recent call last):
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/runner.py", line 156, in run
rc = runner(sys.argv[1:], install_node_control=install_node_control)
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/runner.py", line 135, in runner
rc = startstop_node.dispatch[command](so, stdout, stderr)
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/startstop_node.py", line 74, in start
args.extend(["--logfile", lo])
NameError: global name 'lo' is not defined
'
not equal:
a = 1
b = 0
allmydata.test.test_runner.RunNode.test_client
===============================================================================
[FAIL]
Traceback (most recent call last):
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/test/test_runner.py", line 510, in _cb2
self.failUnlessEqual(rc_or_sig, 0, errstr)
File "/home/n/sandbox/lafs-tools/tahoe-lafs/support/lib/python2.7/site-
packages/Twisted-11.1.0-py2.7-linux-x86_64.egg/twisted/trial/unittest.py",
line 270, in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: cc=1, OUT: '', ERR: 'Traceback (most
recent call last):
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/runner.py", line 156, in run
rc = runner(sys.argv[1:], install_node_control=install_node_control)
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/runner.py", line 135, in runner
rc = startstop_node.dispatch[command](so, stdout, stderr)
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/startstop_node.py", line 74, in start
args.extend(["--logfile", lo])
NameError: global name 'lo' is not defined
'
not equal:
a = 1
b = 0
allmydata.test.test_runner.RunNode.test_client_no_noise
===============================================================================
[FAIL]
Traceback (most recent call last):
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/test/test_runner.py", line 394, in _cb2
self.failUnlessEqual(rc_or_sig, 0, errstr)
File "/home/n/sandbox/lafs-tools/tahoe-lafs/support/lib/python2.7/site-
packages/Twisted-11.1.0-py2.7-linux-x86_64.egg/twisted/trial/unittest.py",
line 270, in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: rc=1, OUT: '', ERR: 'Traceback (most
recent call last):
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/runner.py", line 156, in run
rc = runner(sys.argv[1:], install_node_control=install_node_control)
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/runner.py", line 135, in runner
rc = startstop_node.dispatch[command](so, stdout, stderr)
File "/home/n/sandbox/lafs-tools/tahoe-
lafs/src/allmydata/scripts/startstop_node.py", line 74, in start
args.extend(["--logfile", lo])
NameError: global name 'lo' is not defined
'
not equal:
a = 1
b = 0
allmydata.test.test_runner.RunNode.test_introducer
-------------------------------------------------------------------------------
Ran 1139 tests in 474.537s
FAILED (skips=5, expectedFailures=3, failures=3, successes=1128)
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2045#comment:40>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list