jkoChen commented on issue #14158: URL: https://github.com/apache/dubbo/issues/14158#issuecomment-2098200704
> The case-versions.conf configuration file describes the dubbo version that is expected to run. It will not run when your version does not match. > > so if you use dubbo.version=3.2.13-SNAPSHOT it should not run,please check you env DUBBO_VERSION @FoghostCn As shown in the following code: <img width="852" alt="image" src="https://github.com/apache/dubbo/assets/37362859/8f6a1cf6-6035-43bb-a7e1-fe9109620c91"> When there is no match and it is not an inequality (!=), the test case will be executed with this specific version number. I am uncertain whether this is the intended logic or a bug. -- 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]
