ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 22660: /trunk/test/ /trunk/test/: su

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sat, 25 Aug 2007 19:38:44 +0000 (UTC)
Luis EG Ontanon <luis.ontanon@...> writes:

> 
> Thanks!
> 
> On 8/25/07, wmeier <at> wireshark.org <wmeier <at> wireshark.org> wrote:
> > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22660
> >
> >
> > Log:
> >  Disable capture tests and unit tests until possible issues corrected.
> >  Hopefully the windows buildbot will be OK with these tests disabled
> >  temporarily.
> >

These tests used to work just fine in my Windows environment. Several of the
tests now fail with various error messages and/or seg faults.

I'll investigate further in a bit; I'm hoping that the tests which fail in my
environment are the same ones causing problems in the buildbot.


That being said I've no idea what all the stuff in the "run tests log" means;
Are there additional problems with the way the buildbot handles errors from this
step that seem to cause the buildbot to fail ??

-----------------------------------------------------------------------------
web.Server Traceback (most recent call last):

exceptions.AttributeError: 'NoneType' object has no attribute 'number'
/usr/local/lib/python2.4/site-packages/twisted/web/server.py, line 152 in process
150    self.postpath = map(unquote, string.split(self.path[1:], '/'))
151    try:
152      resrc = self.site.getResourceFor(self)
153      self.render(resrc)
Self
site	
twisted.web.server.Site instance @ 0x887e72c <twisted.web.server.Site instance
at 0x887e72c>
path	'/Windows-XP-x86/builds/3011/step-shell_10/0'
postpath	
List instance @ 0x896174c
'step-shell_10'
'0'
Locals
self	
twisted.web.server.Request instance @ 0x8c0f38c <GET
/Windows-XP-x86/builds/3011/step-shell_10/0 HTTP/1.1>
Globals
unquote	<built-in function unquote>
string	<module 'string' from '/usr/local/lib/python2.4/string.pyc'>


(and much more)