Actions
Bug #3341
closedBug #3244: Detection of last promise update seems to be broken
Correct a broken time range definition in the system promises that breaks the broken BDB detection
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Correct a broken time range definition in the system promises that breaks the broken BDB detection
"mtime => irange(2147483647, ago(0,0,0,1,0,0));" is a broken definition, that should be "mtime => irange(ago(0,0,0,1,0,0), now);"
Pull request: https://github.com/Normation/rudder-techniques/pull/60
Updated by Matthieu CERDA about 12 years ago
- Description updated (diff)
- Status changed from In progress to 10
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 100
Updated by François ARMAND about 12 years ago
- Tracker changed from Enhancement to Bug
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Pending release to Pending technical review
Updated by Nicolas PERRON about 12 years ago
- Status changed from Pending technical review to Pending release
Actions