-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 1.2.1, 1.2.2, 1.2.3
-
Component/s: Administration (Projects), Builds, Tests, User Interface
-
None
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!