[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2967: allmydata.test.cli.test_create_alias.CreateAlias.test_create is broken
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Jan 31 00:23:23 UTC 2019
#2967: allmydata.test.cli.test_create_alias.CreateAlias.test_create is broken
--------------------------------+---------------------------
Reporter: exarkun | Owner:
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: dev-infrastructure | Version: 1.12.1
Keywords: | Launchpad Bug:
--------------------------------+---------------------------
This test fails to return its Deferred so it never really runs. If the
test is "fixed" to return the Deferred, it fails.
{{{
===============================================================================
[ERROR]
Traceback (most recent call last):
File "/home/exarkun/Work/LeastAuthority/python/tahoe-
lafs/src/allmydata/test/cli/test_create_alias.py", line 87, in _test_urls
self._test_webopen([], self.welcome_url)
File "/home/exarkun/Work/LeastAuthority/python/tahoe-
lafs/src/allmydata/test/cli/test_create_alias.py", line 20, in
_test_webopen
rc = cli.webopen(o, urls.append)
File "/home/exarkun/Work/LeastAuthority/python/tahoe-
lafs/src/allmydata/scripts/cli.py", line 554, in webopen
rc = tahoe_webopen.webopen(options, opener=opener)
File "/home/exarkun/Work/LeastAuthority/python/tahoe-
lafs/src/allmydata/scripts/tahoe_webopen.py", line 7, in webopen
nodeurl = options['node-url']
exceptions.KeyError: 'node-url'
allmydata.test.cli.test_create_alias.CreateAlias.test_create
-------------------------------------------------------------------------------
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2967>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list