You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running cFS in a VM (e.g. QEMU) the timings and the system clock is not as precise/predictable. As a result, I have occasionally seen the newly-added functional test for OS_TaskDelay fail as follows:
To Reproduce
Execute osal_core_UT on a cFS system running in a VM
Expected behavior
Tests should pass reliably.
System observed on:
RTEMS 4.11.3 running in QEMU
Additional context
Likely related to some sloppiness in how the emulated real time clock works under a hypervisor. Suggestion is to just extend the acceptable range a big (i.e. >=95 instead of >=100)
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running cFS in a VM (e.g. QEMU) the timings and the system clock is not as precise/predictable. As a result, I have occasionally seen the newly-added functional test for OS_TaskDelay fail as follows:
To Reproduce
Execute osal_core_UT on a cFS system running in a VM
Expected behavior
Tests should pass reliably.
System observed on:
RTEMS 4.11.3 running in QEMU
Additional context
Likely related to some sloppiness in how the emulated real time clock works under a hypervisor. Suggestion is to just extend the acceptable range a big (i.e. >=95 instead of >=100)
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: