<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sebastian/stem, branch printexe</title>
<subtitle>Sebastian's stem repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/'/>
<entry>
<title>Print which tor executable is used in run_tests</title>
<updated>2015-02-10T19:02:26+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2015-02-10T06:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=2b89278f0d3ff771a88626e46be135f9ac78562c'/>
<id>2b89278f0d3ff771a88626e46be135f9ac78562c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve www.torproject.org instead of hardcoding</title>
<updated>2015-02-10T05:24:50+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2015-02-09T20:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=e72adf711185e975e5828cc4147b419b900b6536'/>
<id>e72adf711185e975e5828cc4147b419b900b6536</id>
<content type='text'>
This led to a test failure because the IP changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This led to a test failure because the IP changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Gabelmoo's IP address changed</title>
<updated>2015-02-10T05:24:43+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2015-02-09T19:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=356600f1c49dd02bf925f296104ffe708a80ec9e'/>
<id>356600f1c49dd02bf925f296104ffe708a80ec9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix system resolved test on platforms without proc</title>
<updated>2015-02-09T20:01:26+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2015-02-09T19:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=9d644f4c18e8ec7a43591fdc2a8a140fad44571a'/>
<id>9d644f4c18e8ec7a43591fdc2a8a140fad44571a</id>
<content type='text'>
This was broken when a hack was introduced for Gentoo in commit
500fd38a7d09e883257d84dd67bc7014f4f47085.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was broken when a hack was introduced for Gentoo in commit
500fd38a7d09e883257d84dd67bc7014f4f47085.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a doc typo</title>
<updated>2015-02-09T20:01:26+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2015-02-09T19:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=337c27ca707fc3087cb061c32b9832279040a6fb'/>
<id>337c27ca707fc3087cb061c32b9832279040a6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Our ONLINE target could fail with an undefined 'streams'</title>
<updated>2015-02-09T17:07:08+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2015-02-09T17:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=6069f40bcb5114265345dd74fb312d9af46ee8a3'/>
<id>6069f40bcb5114265345dd74fb312d9af46ee8a3</id>
<content type='text'>
Doesn't make the test pass, but was masking the actual issue which is
"SocksError: [6] TTL expired".

======================================================================
ERROR: test_attachstream
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/atagar/Desktop/stem/test/integ/control/controller.py", line 1206, in test_attachstream
    our_stream = [stream for stream in streams if stream.target_address == host][0]
UnboundLocalError: local variable 'streams' referenced before assignment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't make the test pass, but was masking the actual issue which is
"SocksError: [6] TTL expired".

======================================================================
ERROR: test_attachstream
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/atagar/Desktop/stem/test/integ/control/controller.py", line 1206, in test_attachstream
    our_stream = [stream for stream in streams if stream.target_address == host][0]
UnboundLocalError: local variable 'streams' referenced before assignment
</pre>
</div>
</content>
</entry>
<entry>
<title>Better argument handling for run_tests.py</title>
<updated>2015-02-09T16:50:45+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2015-02-09T16:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=f36f81bb5c90c6f8a06f22f755e00ababe7407b8'/>
<id>f36f81bb5c90c6f8a06f22f755e00ababe7407b8</id>
<content type='text'>
Balking if provided with unrecognized arguments, and more intuitive handling
for targets...

  https://trac.torproject.org/projects/tor/ticket/14804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Balking if provided with unrecognized arguments, and more intuitive handling
for targets...

  https://trac.torproject.org/projects/tor/ticket/14804
</pre>
</div>
</content>
</entry>
<entry>
<title>Rather than error, keep the default target when none are provided</title>
<updated>2015-02-09T16:37:54+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2015-02-09T16:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=c9dcc48de7222f8e1819fdef4e324ac7d9176839'/>
<id>c9dcc48de7222f8e1819fdef4e324ac7d9176839</id>
<content type='text'>
Actually, on reflection if the user only provides attribute targets (ex.
'--target ONLINE') there's no point in erroring. They clearly want to keep the
default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually, on reflection if the user only provides attribute targets (ex.
'--target ONLINE') there's no point in erroring. They clearly want to keep the
default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn if user doesn't provide any runnable integ targets</title>
<updated>2015-02-09T16:30:20+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2015-02-09T16:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=b9d66c4dfb0e50466872208c7f8bb22600eb8c06'/>
<id>b9d66c4dfb0e50466872208c7f8bb22600eb8c06</id>
<content type='text'>
Sebastian was understandably confused on ticket 14804 when running '--target
ONLINE' didn't run anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sebastian was understandably confused on ticket 14804 when running '--target
ONLINE' didn't run anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>Balk if an unrecognized argument is provided</title>
<updated>2015-02-09T16:26:22+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2015-02-09T16:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/stem.git/commit/?id=7753976dc7477a86fa8bc923292af3a09da7d660'/>
<id>7753976dc7477a86fa8bc923292af3a09da7d660</id>
<content type='text'>
Interesting, thought getopt did this. For both run_tests.py and the tor-prompt
providing an error when unrecognized arguments are provided. Caught by
Sebastian on...

  https://trac.torproject.org/projects/tor/ticket/14804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Interesting, thought getopt did this. For both run_tests.py and the tor-prompt
providing an error when unrecognized arguments are provided. Caught by
Sebastian on...

  https://trac.torproject.org/projects/tor/ticket/14804
</pre>
</div>
</content>
</entry>
</feed>
