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 configuration is set to use UTC, the "ExternalTone" test case will fail.
To Reproduce
Configure CFE_MISSION_TIME_CFG_DEFAULT_UTC to be true, then compile and run coverage tests.
Expected behavior
The test should pass regardless of how this configuration item is set.
System observed on:
Debian
Additional context
This is because it adds leap seconds into the NewSTCF value only when set to use UTC. The leap seconds were not configured by this test case, so it still has a value from a previous test case, which is 32. This larger-than-expected jump causes it to go into the CFE_TIME_OUT_OF_RANGE result case.
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
When configuration is set to use UTC, the "ExternalTone" test case will fail.
To Reproduce
Configure
CFE_MISSION_TIME_CFG_DEFAULT_UTC
to be true, then compile and run coverage tests.Expected behavior
The test should pass regardless of how this configuration item is set.
System observed on:
Debian
Additional context
This is because it adds leap seconds into the
NewSTCF
value only when set to use UTC. The leap seconds were not configured by this test case, so it still has a value from a previous test case, which is 32. This larger-than-expected jump causes it to go into theCFE_TIME_OUT_OF_RANGE
result case.Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: