| Summary: | to account for daylight savings events, dev_sku (CDK) entitlements should add Calendar.DATE units of expires_after to establish the subscription end date | |||
|---|---|---|---|---|
| Product: | [Community] Candlepin | Reporter: | John Sefler <jsefler> | |
| Component: | candlepin | Assignee: | William Poteat <wpoteat> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> | |
| Severity: | low | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 1.2 | CC: | bcourt, csnyder, wpoteat | |
| Target Milestone: | --- | Keywords: | Triaged | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1624044 (view as bug list) | Environment: | ||
| Last Closed: | 2019-09-24 14:16:21 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
|
Description
John Sefler
2016-01-12 16:28:13 UTC
commit 62cb9b9b6a03bf9b8fd837b95138069a0c27d8c8
Author: William Poteat <wpoteat>
Date: Fri Jan 29 08:44:49 2016 -0500
1297863: Use calendar for expiry interval
Fix in master as of the above commit.
Automated testing of version... subscription management server: 2.0.10-1 [root@jsefler-f22-candlepin candlepin]# git branch * master [root@jsefler-f22-candlepin candlepin]# git log | head -1 commit 6781ded6f0e4fab8099191aa5f01c983aa62afeb Asserted: Actual value of 'Apr 20 2016 16:50:01 EDT' matches expected value: When an expires_after attribute exists on the devSku product, the entitlement's validityNotAfter is '75' days after the consumer was registered date (Feb 5 2016 16:50:01 EST). Asserted: Actual value of 'May 5 2016 16:53:53 EDT' matches expected value: When no expires_after attribute exists on the devSku product, the entitlement's validityNotAfter date defaults to '90' days after the consumer was registered date (Feb 5 2016 16:53:53 EST). Automated tests are now passing across the Spring daylight savings event scheduled for Mar 13, 2016. |