zrlw commented on PR #1197: URL: https://github.com/apache/dubbo-samples/pull/1197#issuecomment-2658707727
@chickenlj @heliang666s 1. test result of dubbo-samples-triple-rest-openapi-advance is always failed at dubbo-samples github Actions on Dubbo 3.3: ``` [dubbo-samples-triple-rest-openapi-advance:1/1] TEST FAILURE: Run tests timeout, version: -Ddubbo.version=3.3.3-SNAPSHOT -Dspring.version=6.1.5 -Djava.version=17, please check logs: /home/runner/work/dubbo-samples/dubbo-samples/2-advanced/dubbo-samples-triple-rest/dubbo-samples-triple-rest-openapi-advance/target/logs ``` 2. it's case-versions.conf set: ``` dubbo.version=3.3.* spring.version=6.* ``` but current dubbo 3.3.* use spring 5.*, so the dubbo CI workflow always ignores this sample test. so adding it to dubbo-samples for what? -- 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]
