<< Back to previous view |
![]() |
[QB-1097] Build Timeout doesn't work
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 4.0.0, 4.0.1, 4.0.2, 4.0.3 |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Leon Thielen | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: |
Windows 7 Enterprise
Installed memory : 24 GB System type: 64-bit Operating System |
File Attachments: |
![]() |
Description |
Hi ,
I set "Build Timeout " for my unit test configuration to 5min. After 15min the unit test is still running. I press the "Stop" button, nothing happens. After kill I the unit test see the picture |
Comments |
Comment by Leon Thielen [ 13/Oct/11 10:01 AM ] |
screenshot after kill unit test procecc |
Comment by Robin Shen [ 14/Oct/11 12:37 AM ] |
When build is timed out or cancelled, QB sends SIGTERM to the process. Unfortunately some process won't respond to this signal and remains running. We will investigate other more reliable approaches for processing killing. |
Comment by Leon Thielen [ 19/Oct/11 11:44 AM ] |
Hi Robin,
this functionality is critical for me. It should function like in QB3 please. |
Comment by Robin Shen [ 19/Oct/11 12:04 PM ] |
Hi Leon,
Although build is stopped immediately when pressing the stop button. However the process will still remain running and can cause side effect to subsequent builds. QB4 makes it explicitly that if a process can not be terminated, the build will not stop. |
Comment by Robin Shen [ 27/Dec/12 01:18 PM ] |
Kill is more reliable via taskkill in latest version of QB on Windows |