[tor-bugs] #20112 [Core Tor/Stem]: test_with_ephemeral_hidden_services_basic_auth [FAILURE]
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Sep 8 18:01:21 UTC 2016
#20112: test_with_ephemeral_hidden_services_basic_auth [FAILURE]
---------------------------+------------------------------------
Reporter: toralf | Owner: atagar
Type: defect | Status: new
Priority: Medium | Milestone: Tor: 0.2.9.x-final
Component: Core Tor/Stem | Version: Tor: 0.2.9.2-alpha
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
---------------------------+------------------------------------
Changes (by atagar):
* owner: => atagar
* component: Core Tor => Core Tor/Stem
Comment:
Interesting! Actually, this looks like a Stem testing bug to me, swapping
this over to my component.
I'm having some difficulty reproing this but I think I see the fix.
toralf, if you change 'stem/test/integ/control/controller.py' line 688
from...
{{{
self.assertEqual(['bob'], response.client_auth.keys())
}}}
... to...
{{{
self.assertEqual(['bob'], list(response.client_auth.keys()))
}}}
... does it work?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20112#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list