On 10/12/06, <b class="gmail_sendername">Maciek Fijalkowski</b> <<a href="mailto:fijal@genesilico.pl">fijal@genesilico.pl</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Grig Gheorghiu wrote:<br><br>> On 10/12/06, *Grig Gheorghiu* <<a href="mailto:grig@agilistas.org">grig@agilistas.org</a><br>> <mailto:<a href="mailto:grig@agilistas.org">grig@agilistas.org</a>>> wrote:<br>
><br>> On 10/12/06, *holger krekel* <<a href="mailto:hpk@trillke.net">hpk@trillke.net</a><br>> <mailto:<a href="mailto:hpk@trillke.net">hpk@trillke.net</a>>> wrote:<br>><br>> go ahead and post here any problems :)
<br>><br>><br>><br>> OK, I just did an svn co of the py lib on an Ubuntu Breezy box and I<br>> get 2 failures when running py.test in the topmost directory:<br>><br>> ________________________ entrypoint: test_importall[81]
<br>> ________________________<br>><br>> def check_import(modpath):<br>> print "checking import", modpath<br>> > assert __import__(modpath)<br>><br>> [/tmp/pylib/py/misc/testing/test_initpkg.py:67]
<br>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<br>> _ _ _ _ _<br>><br>> """<br>><br>> from py.__.test.rsession.web import exported_methods<br>> E from
pypy.translator.js.modules import _dom as dom<br>> > ImportError: No module named pypy.translator.js.modules<br>><br>> [/tmp/pylib/py/test/rsession/webjs.py:6]<br>> - - - - - - - - - - - - - - [81]: recorded stdout - - - - - - - - - -
<br>> - - - - -<br>> checking import py.__.test.rsession.webjs<br>><br>> ________________________________________________________________________________<br>><br>> ______________________ entrypoint: test_slave_main_simple
<br>> ______________________<br>><br>> def test_slave_main_simple():<br>> res = []<br>> q = [None,<br>> funcpass_spec,<br>> funcfail_spec<br>> ]
<br>> slave_main(q.pop, res.append, str(rootdir))<br>> assert len(res) == 2<br>> res_repr = [ReprOutcome(r) for r in res]<br>> assert not res_repr[0].passed<br>> E assert res_repr[1].passed
<br>> > assert <ReprOutcome signal=0 passed=False skipped=None<br>> setupfailure=False excinfo=<Ex...close()\n self.retval =<br>> marshal.loads(retval_data)]> stdout= stderr=>.passed
<br>><br>> [/tmp/pylib/py/test/rsession/testing/test_slave.py:110]<br>> ________________________________________________________________________________<br>> ===== tests finished: 1168 passed, 2 failed, 53 skipped in
137.70<br>> seconds ======<br>><br>><br>> Looks like the first test tries to import something from pypy, which I<br>> haven't checked out. The second test -- not sure why it fails. Are<br>> these failures expected?
<br>><br>> Grig<br>><br>>------------------------------------------------------------------------<br>><br>>_______________________________________________<br>>py-dev mailing list<br>><a href="mailto:py-dev@codespeak.net">
py-dev@codespeak.net</a><br>><a href="http://codespeak.net/mailman/listinfo/py-dev">http://codespeak.net/mailman/listinfo/py-dev</a><br>><br>><br>Ok, first one is fixed (blame me), while the second one is a bit<br>
misterious for me. Can you reproduce it?</blockquote><div><br><br>I just enabled the testing of py.test on one of my Pybots buildslaves. The current Pybots build farm is here:<br><br><a href="http://www.python.org/dev/buildbot/community/all/">
http://www.python.org/dev/buildbot/community/all/</a><br><br>There are 2 tests that fail (the pypy one was fixed). See the output here:<br><br><a href="http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Breezy%20trunk/builds/34/step-py.test/0">
http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Breezy%20trunk/builds/34/step-py.test/0</a><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Btw: I'm quite curious about that, can we get test reports if they fail<br>to py-dev mailing list?<br></blockquote></div><br><br>I'm working on getting email notifications to work from the buildmaster, which is hosted on
<a href="http://python.org">python.org</a> -- and there are some issues with outgoing email from there. As soon as I solve this issue, I'll configure the buildmaster so it sends notifications on py.test failures to this mailing list.
<br><br>Grig<br>