<div dir="ltr">The patch you've been looking at just changes the way in which SystemExit is used, it does not replace it with sys.exit.<div>In my experience sys.exit was causing unit test threads to interrupt abruptly, whereas SystemExit was being caught by the test runner and handled.</div>
<div>I find therefore a bit strange that you're reporting what appears to be the opposite behaviour.</div><div><br></div><div>Maybe if you could share the code you're working on we can have a look at it and see what's going on.</div>
<div><br></div><div>Salvatore</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 April 2014 21:08, Paul Michali (pcm) <span dir="ltr"><<a href="mailto:pcm@cisco.com" target="_blank">pcm@cisco.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Hi,
<div><br>
</div>
<div>In Neutron I see SystemExit() being raised in some cases. Is this preferred over calling sys.exit()?</div>
<div><br>
</div>
<div>I ask, because I recall having a TOX failure where all I was getting was the return code, with no traceback or indication at all of where the failure occurred. In that case, I changed from SystemExit() to sys.exit() and I then got the traceback and was
 able to see what was going wrong in the test case (it’s been weeks, so I don’t recall where this was at).</div>
<div><br>
</div>
<div>I see currently, there is some changes to use of SystemExit() being reviewed (<a href="https://review.openstack.org/91185" target="_blank">https://review.openstack.org/91185</a>), and it reminded me of the concern I had.</div>

<div><br>
</div>
<div>Can anyone enlighten me?</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
<div>
<div>
<div>PCM (Paul Michali)</div>
<div><br>
</div>
<div>MAIL …..…. <a href="mailto:pcm@cisco.com" target="_blank">pcm@cisco.com</a></div>
<div>IRC ……..… pcm_ (<a href="http://irc.freenode.com" target="_blank">irc.freenode.com</a>)</div>
<div>TW ………... @pmichali</div>
<div>GPG Key … 4525ECC253E31A83</div>
<div>Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83</div>
</div>
<div><br>
</div>
<br>
</div>
<br>
</div>
</div>

<br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>