Modify ↓
Opened 19 years ago
Closed 16 years ago
#127 closed defect (worksforme)
Master fails when dropping queued builds after changing revision limits
| Reported by: | Angel Marin <anmar@…> | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Build master | Version: | dev |
| Keywords: | Cc: | ||
| Operating System: |
Description
If you change revision limits to a configuration, and there are queued builds outside that limits, master throws error when trying to remove them from queue.
Exception thrown:
Traceback (most recent call last):
File "Z:\Tareas\Python\Python23\Scripts\bitten-master-script.py", line 7, in ?
sys.exit(
File "build\bdist.win32\egg\bitten\master.py", line 467, in main
File "build\bdist.win32\egg\bitten\util\beep.py", line 134, in run
File "build\bdist.win32\egg\bitten\master.py", line 75, in _initiate_builds
File "Z:\Tareas\Python\Python23\lib\queue.py", line 147, in get_next_pending_build
raise Empty
NameError: global name 'rev' is not defined
Exception exceptions.AssertionError: <exceptions.AssertionError instance at 0x00E56030> in <bound method Pool.__del__ of <trac.versioncontrol.svn_fs.Pool object at 0x00F4B790>> ignored
Attachments (1)
Change History (2)
Changed 19 years ago by Angel Marin <anmar@…>
comment:1 Changed 16 years ago by osimons
- Resolution set to worksforme
- Status changed from new to closed
This has been build.rev for a long time, so this ticket is no longer an issue.
Note: See
TracTickets for help on using
tickets.

Patch against r372 to fix this