Modify ↓
Opened 19 years ago
Closed 15 years ago
#18 closed defect (worksforme)
Build slave blocks while executing build
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build slave | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description
When a build slave executes a build, it should send status notifications to the master after having completed each step. Unfortunately, the build is executed in a blocking fashion so that all notifications are only sent after the entire build has completed.
Attachments (0)
Change History (4)
comment:1 Changed 19 years ago by cmlenz
comment:2 Changed 19 years ago by cmlenz
- Milestone changed from 0.3 to 0.4
The blocking apparently depends on the amount of data the slave needs to transmit. Postponing to the next milestone, as this doens't have any effect on the time values reported.
comment:4 Changed 15 years ago by osimons
- Resolution set to worksforme
- Status changed from new to closed
As I see it this was resolved a long time ago. Please reopen if I'm mistaken.
Note: See
TracTickets for help on using
tickets.
After [95], the step-completion messages sent by the slave are actually transmitted directly after the step completes. Need to find out how this relates, and whether the switch to using push_with_producer() has actually resolved this issue.