Drifter-yh commented on PR #16428: URL: https://github.com/apache/dubbo/pull/16428#issuecomment-5380979773
I investigated the failing Unit Test matrix. The failure is unrelated to the AOT changes in this PR and is reproducible on the current `3.3` base as well. `AnnotationIsolationTest` sets `dubbo.metrics.protocol=disabled` but does not clear the system property afterward. Since the tests share the same Surefire fork, `SpringBootConfigPropsTest` can subsequently observe `disabled` instead of the expected `prometheus`. I reproduced the same order-dependent failure on both this PR branch and `upstream/3.3`. Running `SpringBootConfigPropsTest` in isolation passes. I have intentionally not included the test-isolation cleanup in this PR to keep #16428 scoped to the AOT fix. -- 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]
