<< Back to previous view |
![]() |
[QB-1134] CHECKING_BUILD_CONDITIONS step doesn't timeout
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 4.0.12 |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Grzegorz Eliszewski | Assigned To: | Robin Shen |
Resolution: | Unresolved | Votes: | 4 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Linux Ubuntu Server 11.10 x86_64 |
Description |
I using Google repo to build android.
I save source code on NFS. If I qb have problem with NFS (e.g. stale NFS file handle) while qb is checking build conditions (changes in repository) the build doesn't timeout and next build will be blocked. I would propose to check time of preparing build step and cancel it if it exceeds time limit. |
Comments |
Comment by ChangSeop LEE [ 01/Jul/15 06:05 AM ] |
The first build on CHECKING_BUILD_CONDITION status stuck if connection between master and agent is failed while returning checking build condition result.
So the agents should retry sending step results until it succeed unless the master is really down. |