Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: move manager test_startup_time to test_onroad #34062

Merged
merged 13 commits into from
Nov 19, 2024
Merged

Conversation

maxime-desroches
Copy link
Contributor

No description provided.

@@ -202,6 +203,10 @@ def test_service_frequencies(self, subtests):
with subtests.test(service=s):
assert len(msgs) >= math.floor(SERVICE_LIST[s].frequency*int(TEST_DURATION*0.8))

def test_manager_starting_time(self):
st = self.msgs['managerState'][0].logMonoTime / 1e9
assert (st - self.manager_st) < 10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's make sure to leave a good error message when this fails

@maxime-desroches maxime-desroches merged commit bf21e10 into master Nov 19, 2024
20 checks passed
@maxime-desroches maxime-desroches deleted the manager_onroad branch November 19, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants