Opened 13 years ago
Closed 13 years ago
#1562 closed defect (done)
OnStarted event is fired twice in FixedDataAnalysisAlgorithm
Reported by: | cneumuel | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.5 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.5 |
Keywords: | Cc: |
Description
The OnStarted event is fired in the Start() method as well as in the Run() method. This fact prevents such a algorithm to be executed (correctly) on the hive.
Change History (9)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
comment:3 Changed 13 years ago by mkommend
- Owner changed from mkommend to cneumuel
- Status changed from accepted to reviewing
Please forward the ticket after your tests to gkronber for reviewing.
comment:4 Changed 13 years ago by cneumuel
- Owner changed from cneumuel to mkommend
- Status changed from reviewing to readytorelease
comment:5 Changed 13 years ago by cneumuel
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.5
comment:6 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from readytorelease to reviewing
- Summary changed from `OnStarted` event is fired twice in `FixedDataAnalysisAlgorithm` to OnStarted`event is fired twice in FixedDataAnalysisAlgorithm
comment:7 Changed 13 years ago by mkommend
- Summary changed from OnStarted`event is fired twice in FixedDataAnalysisAlgorithm to OnStarted event is fired twice in FixedDataAnalysisAlgorithm
comment:8 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r6466.
comment:9 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.5
Note: See
TracTickets for help on using
tickets.
r6466: Removed duplicate call of OnStarted in FixedDataAnalysisAlgorithm.