Bug 641179
Summary: | Groups - Dynagroups: "Next Calculation Time" does not properly increment | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Corey Welton <cwelton> | ||||
Component: | Core UI | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 4.0.0 | CC: | mazz | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-09-02 07:25:20 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 638727, 705059, 715334 | ||||||
Attachments: |
|
Description
Corey Welton
2010-10-07 23:29:02 UTC
Created attachment 452225 [details]
screenshot showing incorrect "Next Calculation Time"
If user keeps reloading page, it will be seen that the "Last calc" is continually updated -- and "next calc" is updated to the same. i've never managed to catch it being any different than the "last calc". Might be interesting to test and see if it happens in time periods longer than 1 min.
Likewise, if user changes it to a longer time period, it does not (at least immediately change) -- it remains the same as Last Calc First, the time period you specify is in milliseconds. So providing a value of "1" would probably not be what you want - this could account for why the times look the same, because the time format isn't granular enough to see a 1ms time difference (its in the format of HH:MM:SS, so its only down to the second, not the millisecond). Recently, the spinner for the time value is labeled to make it explicit the value is in ms and the spinner increments by 60000 (every 1 minute, in millis). I just tried this and it looks like its working, the next time and last time columns appear correct. verified. time is in milliseconds ... and increments in 1 minute intervals correctly, e.g. 600000, 120000, .... Last Calculation and Next Calculation values changed correctly. Bulk closing of issues that were VERIFIED, had no target release and where the status changed more than a year ago. |