<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Ah, I looked in .testrepository and there was information on the failure:
<div><br>
</div>
<div>
<div>Content-Type: text/x-traceback;charset="utf8",language="python"</div>
<div>traceback</div>
<div>114</div>
<div>Traceback (most recent call last):</div>
<div>  File "neutron/tests/unit/pcm/test_pcm.py", line 34, in test_using_SystemExit</div>
<div>    self.assertIsNone(using_SystemExit())</div>
<div>  File "neutron/tests/unit/pcm/test_pcm.py", line 25, in using_SystemExit</div>
<div>    raise SystemExit("ouch")</div>
<div>SystemExit: ouch</div>
<div>0</div>
<div>]</div>
<div><br>
</div>
<div>Great! That was my big concern, I would run tox and it would show failures with just process-returncode and I couldn’t figure out where the problem occurred. I forgot about the .testrepository files. At least now I can figure out what causes those types
 of failures, which I do see occasionally.</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
</div>
<div apple-content-edited="true">
<div>
<div>PCM (Paul Michali)</div>
<div><br>
</div>
<div>MAIL …..…. <a href="mailto:pcm@cisco.com">pcm@cisco.com</a></div>
<div>IRC ……..… pcm_ (<a href="http://irc.freenode.com">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 class="Apple-interchange-newline">
</div>
<br>
<div>
<div>On May 1, 2014, at 2:57 PM, Yuriy Taraday <<a href="mailto:yorik.sar@gmail.com">yorik.sar@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">On Thu, May 1, 2014 at 10:41 PM, 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div style="word-wrap:break-word">
<div>======================================================================</div>
<div>FAIL: process-returncode</div>
<div>tags: worker-1</div>
<div>----------------------------------------------------------------------</div>
<div><b>Binary content:</b></div>
<div><b>  traceback (test/plain; charset="utf8")</b></div>
<div>======================================================================</div>
<div>FAIL: process-returncode</div>
<div>tags: worker-0</div>
<div>----------------------------------------------------------------------</div>
<div><b>Binary content:</b></div>
<div><b>  traceback (test/plain; charset="utf8")</b></div>
</div>
</blockquote>
<div><br>
</div>
<div style="">process-returncode failures means that child process (subunit one) exited with nonzero code.</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div style="word-wrap:break-word">
<div>It looks like there was some traceback, but it doesn’t show it. Any ideas how to get around this, as it makes it hard to troubleshoot these types of failures?</div>
</div>
</blockquote>
<div><br>
</div>
<div>Somehow traceback got MIME type "test/plain". I guess, testr doesn't push this type of attachments to the screen. You can try to see what's there in .testrepository dir but I doubt there will be anything useful there.</div>
<div><br>
</div>
<div style="">I think this behavior is expected. Subunit process gets terminated because of uncaught SystemExit exception and testr reports that as an error.</div>
</div>
<div><br>
</div>
-- <br>
<br>
<div>Kind regards, Yuriy.</div>
</div>
</div>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>