Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4.1
-
Component/s: Distributed Builds
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
To replicate:
1. Build a project
2. Wait for it to finish building successfully
3. The project state should be successful
4. Build the project again
5. Cancel the build from the queues page since there is a bug CONTINUUM-2614
6. The project is no longer building in the queues page
7. Build agent already cancelled the build
Expected Result:
- project state should be successful since that is its previous state
Actual Result:
- project state is still building
Issue Links
- is related to
-
CONTINUUM-2656
Distributed build may never return
-
in r1082418, set the project's old state to its current state so when the build is cancelled it will be set to its previous state.
ToDo: selenium test