On Wed, Mar 08, 2023 at 09:30:04PM +0100, Lucas Nussbaum wrote:
> > ======================================================================
> > FAIL: test_welcome (wormhole.test.test_wormhole.Wormholes.test_welcome)
> > test_welcome
> > ----------------------------------------------------------------------
> > Traceback (most recent call last):
> >   File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 
> > 1656, in _inlineCallbacks
> >     result = current_context.run(
> >              ^^^^^^^^^^^^^^^^^^^^
> >   File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line 
> > 517, in throwExceptionIntoGenerator
> >     return g.throw(self.type, self.value, self.tb)
> >            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >   File "/<<PKGBUILDDIR>>/src/wormhole/test/test_wormhole.py", line 508, in 
> > test_welcome
> >     yield self.assertFailure(w2.close(), WrongPasswordError)
> >   File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 
> > 857, in _runCallbacks
> >     current.result = callback(  # type: ignore[misc]
> >                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >   File "/usr/lib/python3/dist-packages/twisted/trial/_asynctest.py", line 
> > 76, in _eb
> >     raise self.failureException(output)
> > twisted.trial.unittest.FailTest: 
> > Expected: (<class 'wormhole.errors.WrongPasswordError'>,)
> > Got:
> > [Failure instance: Traceback (failure with no frames): <class 
> > 'wormhole.errors.LonelyError'>: 
> > ]
> > 
> > ----------------------------------------------------------------------
This is mentioned in
https://github.com/magic-wormhole/magic-wormhole/issues/458 as likely a
"timing issue". Not sure if it's fixed upstream.

Reply via email to