Actions
Bug #7360
closedArchitecture #6948: Merge cf-clerk into Rudder
Exception: Exception caught during polcy update process: empty.max
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When generating promise, we get "Exception caught during polcy update process: empty.max".
This is due to an uncheck list size in PrepareTemplateVarialbe
def formatUsebundle(x:Seq[(Technique, String, Bundle)]) = { // max not possible val alignWidth = x.map(_._2.size).max x.map { case (t, promiser, bundle) => s""""${promiser}"${" "*Math.max(0, alignWidth - promiser.size)} usebundle => ${bundle.name};"""}.mkString( "\n") }
Updated by François ARMAND about 9 years ago
- Category set to Web - Compliance & node report
- Status changed from New to In progress
- Assignee set to François ARMAND
- Priority changed from N/A to 1 (highest)
- Target version set to 3.2.0~beta1
Updated by François ARMAND about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/948
Updated by François ARMAND about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|88a9c47f4decef81c26cf5a647e9171d6329b2ac.
Updated by Nicolas CHARLES about 9 years ago
Applied in changeset rudder|6a4bc75209f7a1a3b2e526df1d67ee0a376b7977.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Actions