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

Key: QB-1134
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: Grzegorz Eliszewski
Votes: 4
Watchers: 1
Operations

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

CHECKING_BUILD_CONDITIONS step doesn't timeout

Created: 16/Nov/11 09:23 AM   Updated: 01/Jul/15 06:05 AM
Component/s: None
Affects Version/s: 4.0.12
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux Ubuntu Server 11.10 x86_64


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
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.