History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-2303
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: 3 3
Assignee: Unassigned
Reporter: Daniel Ostermeier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Cloned project is triggering via the scm trigger even though the scm trigger is paused.

Created: 26/Jan/10 07:44 PM   Updated: 26/Jan/10 10:41 PM
Component/s: None
Affects Version/s: 2.1.15
Fix Version/s: 2.1.16

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown



 All   Comments   Work Log   Change History      Sort Order:
Daniel Ostermeier - 26/Jan/10 08:55 PM
The problem is that we lose track of the trigger generated by the cloning process.

When the project is cloned, a new persistent instance is created via the scheduler. The scheduler registers the trigger with the event scheduler prior to it being saved to the database. This means that when the event scheduler sees the trigger it has an id of 0 and shortly after it receives a proper id. Later on, when we attempt to pause / whatever the trigger, we use the triggers id, and the event scheduler is lost.

Daniel Ostermeier - 26/Jan/10 10:41 PM
fixed in revision 7700, pending review 543