Opened 18 years ago

Closed 18 years ago

#8888 closed enhancement (fixed)

NEW: Buildbot-0.7.2

Reported by: olv.bonnet@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: olv.bonnet@…
Port:

Description

Buildbot-0.7.2 the portfile can be found here: http://olv.bonnet.free.fr/Portfile

Description: The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. Homepage: http://buildbot.sourceforge.net/

Comments: One of the unit tests is failing. [ERROR]: buildbot.test.test_scheduler.Scheduling.testTryJobdir The 'try' feature might thus be not working. I need to investigate this. Everything else is working and has been tested.

Change History (3)

comment:1 Changed 18 years ago by olv.bonnet@…

Cc: olv.bonnet@… added

comment:2 Changed 18 years ago by olv.bonnet@…

Comments: One of the unit tests is failing. [ERROR]: buildbot.test.test_scheduler.Scheduling.testTryJobdir

Investigated: the timeout was too short and has been fixed in the trunk quoting http://buildbot.sourceforge.net/darcs-repos/trunk/_darcs/inventory

  • buildbot/test/test_scheduler.py (Scheduling.testTryJobdir): remove the overly-short .timeout on this test, because non-DNotify platforms must fall back to polling which happens at 10 second intervals, so a 5 second timeout would never succeed.

comment:3 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

nice! :) (commited)

Note: See TracTickets for help on using tickets.