yyqdbngt opened a new pull request, #3415: URL: https://github.com/apache/rocketmq-dashboard/pull/3415
### Summary `AlertSilenceSchedule.activeUntil` resolves one-time and recurring maintenance windows against the UTC evaluation clock. The suite covered the daily/weekly happy paths, midnight-crossing, DST and the recurrence-end cap, but not the null/edge configurations. ### Changes - A weekly window without any selected ISO weekdays never activates - A silence with a `null` recurrence field behaves as `ONCE` - Once `recurrenceUntil` has fully passed, a would-be occurrence on a later run day stays inactive ### Testing `mvn test -Dtest=AlertSilenceScheduleTest` passes: 11 tests, 0 failures (up from 8). -- 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]
