Issue Details (XML | Word | Printable)

Key: BAM-1726
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Brydie McCoy [Atlassian]
Reporter: Ajay Sridhar [Atlassian]
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Bamboo

Exception on ViewBuildResultSummary due to failingSinceBuild=action.getFailingSinceForTest(buildResult, testResult)

Created: 24/Sep/07 03:08 AM   Updated: 02/Oct/07 10:38 PM
Component/s: Administration (Projects), Build Process, Tests, User Interface
Affects Version/s: 1.2.1, 1.2.2, 1.2.3
Fix Version/s: 1.2.4

Time Tracking:
Not Specified

Participants: Ajay Sridhar [Atlassian], Brydie McCoy [Atlassian] and Mark Chaimungkalanont [Atlassian]
Since last comment: 1 year, 15 weeks, 2 days ago
Number of comments: 1
Internal Priority: 1. Highest
Internal Work Bucket: Confirmed
Labels:


 Description  « Hide
Freemarker exception on ViewBuildResultSummary due to failingSinceBuild=action.getFailingSinceForTest(buildResult, testResult).

Post 1.2.1 build results are read off the index, this was done to increase performance. If a user deletes one of the past builds, Bamboo will try to get the test details for the failing build.

This causes a freemarker exception as the failed build no longer exists!



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mark Chaimungkalanont [Atlassian] added a comment - 24/Sep/07 06:00 PM
We need to make sure we test whether the build exists before trying to assign it.