sergehuber opened a new pull request, #834: URL: https://github.com/apache/unomi/pull/834
## Summary - Re-evaluate IT suite ETA from live wall-clock pace (`remaining × elapsed / completed`) after every test. - Use per-provider historical timings only as hints to reweight remaining work (heavier/lighter than average). - Stop shrinking remaining history with a global “faster than cache” `MIN_SCALE` factor that chronically under-reported ETA after early assumes/skips. - Ignore assume-like observed/cached pairs in scale helpers; document the new behavior in `itests/README.md`. Fixes: https://issues.apache.org/jira/browse/UNOMI-970 Relates to: UNOMI-912, UNOMI-968 ## Test plan - [x] `mvn -Pintegration-tests -pl itests -Dtest=TestTimingCacheTest surefire:test -Drat.skip=true -Ddocker.skip=true` - [ ] Optional: run a full AllITs suite and confirm ETA tracks wall-clock pace (does not freeze around ~4m early) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
