Bug 1069210
| Summary: | External watchdog expires when time is moved month backward or forward | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | David Spurek <dspurek> |
| Component: | beah | Assignee: | beaker-dev-list |
| Status: | CLOSED DUPLICATE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | develop | CC: | aigao, asaha, dapospis, dcallagh, dspurek, ebenes, jjaburek, llim, rmancy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-24 22:22:50 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: | |
| Embargoed: | |||
|
Description
David Spurek
2014-02-24 13:22:08 UTC
The watchdog should use an independent or semi-independent time measurement. Something like 'timeout=10; while let timeout--; do sleep 1; done' instead of something like 'sleep $timeout' The external watchdog is unaffected by the system clock (the external watchdog is managed by Beaker). The problem you are seeing is presumably bug 639255, where the harness does not correctly handle shifts in the system clock. *** This bug has been marked as a duplicate of bug 639255 *** |