#2248 closed defect (fixed)
ForceScheduler does not reconfig correctly
Reported by: | jaredgrubb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Version: | 0.8.6 | Keywords: | |
Cc: |
Description
If you change a ForceScheduler?'s properties, they do not update on reconfig. You have to fully restart the buildmaster.
Change History (3)
comment:1 Changed 9 years ago by Tom Prince
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by Tom Prince
Make master-side source steps respect timeout option.
Changeset: 5a18dc6ab0de1007fa59eeeefb31aad3d0fba246
comment:3 Changed 9 years ago by Tom Prince
Make master-side source steps respect timeout option.
Changeset: 5a18dc6ab0de1007fa59eeeefb31aad3d0fba246
Note: See
TracTickets for help on using
tickets.
Fix compare_attrs of ForceScheduler?.
'forceProperties' was mistakenly listed as 'properties'. The names are confusing since ForceScheduler? inherits a properties attribute with a different meaning, from BaseScheduler?.
Fixes #2248.