[Buildbot-devel] test regression upgrading from twisted-8.1.0 to twisted-8.2.0 (with 0.7.10+)

Axel Hecht l10n.moz at googlemail.com
Tue Mar 3 10:54:07 UTC 2009


Hrm. I suspect my test_limitlogs.py test, can you try to rename that locally
to .bak and rerun? That suspection comes from run-away process happily
mixing up the trial reports in my experience.

As you can see in
http://github.com/djmitche/buildbot/blob/518520af5676b295f403e634237d0e0902fe40e2/buildbot/test/test_limitlogs.py#LC54,
I'm actually calling out to 'buildbot create-master', which needs to support
the options. Which would mean that the PYTHONPATH trick isn't working.

I've seen in your other reply that you're getting different results for
different versions of python, which platform is that?

And I'd like to know if just that single test fails, aka

trial buildbot.test.test_limitlogs

(with that rename undone, of course)

Axel

2009/3/2 Charles Lepple <clepple at gmail.com>

> I thought that this would do the trick:
> PYTHONPATH=. trial buildbot.test
>
> But I will go back and see if it works with the old buildbot uninstalled.
> - Zitierten Text anzeigen -
>
> On Mar 2, 2009, at 3:16 PM, Axel Hecht wrote:
>
> Do you have buildbot 0.7.10 installed? I recall not finding a solution for
> calling into the buildbot exe that's actually part of the test right now.
>
> The deprecation notices for 8.2.0 are normal, sadly.
>
> Axel
>
> 2009/3/2 Charles Lepple <clepple at gmail.com>
>
>> I got the patch from the Git patch-0.7.10 branch integrated into the
>> Fink package, but I seem to have run across a regression that cropped
>> up when I upgraded to Twisted 8.2.0.
>>
>> Part of the diff between the build logs with twisted-8.1.0 and -8.2.0
>> (using Python 2.5 both times):
>>
>>   UploadDirectory
>> -    testManyDirsManyFiles ...
>>  [OK]
>> +    testManyDirsManyFiles ...
>> [ERROR]
>> ...
>>
>> +===============================================================================
>> +[ERROR]:
>> buildbot.test.test_transfer.UploadDirectory.testManyDirsManyFiles
>> +
>> +Traceback (most recent call last):
>> +Failure: twisted.internet.error.ProcessTerminated: A process has
>> ended with a probable error condition: process ended with exit code 1.
>>
>> This seems to be repeatable - I have run into this every time that I
>> build against 8.2.0, which is about 3-4 times so far. I have also
>> tried it outside the Fink framework (in the Git clone) just to see if
>> there was another tarball-related issue, but that does not seem to
>> make a difference.
>>
>> Where should I be looking for additional error information?
>>
>> The rest of the build logs look pretty mundane, but I can post them if
>> necessary.
>>
>> (As an aside, I am seeing a lot of DeprecationWarnings that did not
>> show up with twisted-8.1.0. Some refer to deprecated classes in
>> Twisted, others refer to deprecated Buildbot classes like
>> buildbot.status.html.Waterfall.)
>>
>> --
>> - Charles Lepple
>>
>>
>> ------------------------------------------------------------------------------
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
>> CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the
>> Enterprise
>> -Strategies to boost innovation and cut costs with open source
>> participation
>> -Receive a $600 discount off the registration fee with the source code:
>> SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> _______________________________________________
>> Buildbot-devel mailing list
>> Buildbot-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>>
>
>
> --
> Charles Lepple
> clepple at gmail
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090303/4a6297f1/attachment.html>


More information about the devel mailing list