makarandhinge commented on PR #1609: URL: https://github.com/apache/commons-lang/pull/1609#issuecomment-3940701259
### CI Build Note – Flaky Test The CI build shows a failure in `StopWatchTest.testSuspend`. This is a **known flaky timing test** and is **unrelated to my changes** in `DateUtils.ceiling()` (LANG-771). - Verified locally: all tests, including `StopWatchTest`, pass on my machine. - The failure occurs occasionally due to **timing precision differences on CI environments, especially macOS**. - All other tests pass successfully, including the new regression test for DST boundaries. My changes only modify the behavior of `DateUtils.ceiling()` and add a regression test to prevent DST-related issues. The CI failure on `StopWatchTest` does **not affect the correctness** of my contribution. -- 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]
