-
Notifications
You must be signed in to change notification settings - Fork 483
DPL: refactor TransitionState calculation #14701
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
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@ehellbar this is what we discussed today. Still to be tested. |
|
Hi @ktf , thank you for this. I tested it locally with test workflows, all good. |
|
Error while checking build/O2/fullCI_slc9 for 5dafde5 at 2025-10-21 00:38: Full log here. |
|
Error while checking build/O2/fullCI_slc9 for 9b2f2c1 at 2025-10-29 17:28: Full log here. |
The executable might be in some subfolder, like stage/bin/.
* Drop unneeded helper. * Move the policies to the DeviceContext
Move it to a function and make it easily invokable with just a service registry ref. This should not change the current behavior. The goal is to be able to trigger the timers also within the input proxy busy loop so that the timers start at the appropriate moment.
|
@ehellbar as discussed private I understood the issue (the old instance for the processing policies was not removed and it was getting accessed uninitialised) and fixed it. The rest is otherwise unchanged and therefore I am merging this. Can you take a stab at integrating it with the input proxy? We have a look together if you want tomorrow if there is any issue. |
Move it to a function and make it easily invokable with just a service registry ref.
This should not change the current behavior.
The goal is to be able to trigger the timers also within the input proxy busy loop so
that the timers start at the appropriate moment.