-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
model replay random failures #23234
Comments
Is it possible that it is caused by the occasional difference in the update order of 'lateralPlan,liveCalibration' and vipc frame in modeld? openpilot/selfdrive/test/process_replay/model_replay.py Lines 97 to 106 in a112599
If this is the case, waiting for a while after send msg, or update live calibration in main thread to ensuring the order of updates in modeld may solve this problem |
hopefully fixed by #23237 |
Should be easy to catch running a loop. @deanlee want to take a look at and see why this isn't fully deterministic? There's a chance it's a test bug too.
https://jenkins.comma.life/blue/organizations/jenkins/openpilot/detail/master/1233/pipeline
Logs attached from that failed jenkins run.
log.txt
The text was updated successfully, but these errors were encountered: