On 2010-11-09 13:01, Jimmy Tang wrote: > Hi All, > > Not sure if i should post the tests failing here or to log a ticket, so here > it is....
Either is fine, but I've opened a ticket at <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1253>. > I downloaded the release > http://tahoe-lafs.org/source/tahoe-lafs/tarballs/allmydata-tahoe-1.8.0-r4803.tar.bz2, > built it with the system version of python (which works fine for 1.8.0) and > it fails the tests. I'm testing this out on my OSX 10.6 desktop. > > If you want me to open a ticket with the below errors I can do so. > > =============================================================================== > [ERROR]: allmydata.test.test_cli.Ln.test_ln_with_nonexistent_alias > > Traceback (most recent call last): [...] > File > "/Users/jtang/sandbox/allmydata-tahoe-1.8.0-r4803/src/allmydata/scripts/tahoe_mv.py", > line 32, in mv > nodetype, attrs = simplejson.loads(data) [...] > simplejson.decoder.JSONDecodeError: No JSON object could be decoded: line 1 > column 0 (char 0) Please attach to the ticket (or include in a comment) the following information to help us debug this: - the output of 'bin/tahoe --version-and-path' - modify /Users/jtang/sandbox/allmydata-tahoe-1.8.0-r4803/src/allmydata /scripts/tahoe_mv.py by changing line 32 to: print repr(data); nodetype, attrs = simplejson.loads(data) then do 'python setup.py build' again, repeat the tests, and attach the extra output from the ones that fail with [ERROR]. -- David-Sarah Hopwood ⚥ http://davidsarah.livejournal.com
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
