[tahoe-dev] "Setup.py trial" failure

Zooko O'Whielacronx zookog at gmail.com
Fri Aug 16 18:23:03 UTC 2013


Let's move this conversation from the tahoe-dev mailing list to
comments on this bug tracker:

https://bugs.launchpad.net/pyopenssl/+bug/434411/

I believe the file doesn't exist because the unit-test-runner rm -rf's
the test directory after running the tests. You could edit the source
code of:

  File "/Users/Frank/allmydata-tahoe-1.10.0/src/allmydata/test/test_client.py",
line 235, in test_create_drop_uploader
    self.failUnlessRaises(MissingConfigEntry, client.Client, basedir1)

And make it read the contents of that file and print it to stdout, or
just invoke "os._exit()" there. That would prevent the test-runner
from getting a chance to clean up and rm -rf the test directory, and
then you could examine the file at your leisure.

Once you get the file, please attach it to that bug tracker ticket!

Thanks!

Regards,

Zooko


More information about the tahoe-dev mailing list