vasiliy-mikhailov commented on PR #16358: URL: https://github.com/apache/dubbo/pull/16358#issuecomment-4937256008
The single failing check (Unit Test, Java 8) is `AbstractMetadataReportTest.testPublishAll` (expected 3 but was 2), an async retry-timer count race in `dubbo-metadata`. This change only touches `dubbo-common`'s `NetUtils.matchIpExpression`, and the Java 11/17/21/25 jobs all pass, so the failure looks unrelated and flaky. Could a maintainer re-run the Java 8 job when convenient? Happy to rebase if that helps. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
