CAICAIIs opened a new pull request, #1240: URL: https://github.com/apache/dubbo-samples/pull/1240
## Problem Description Fix the issue where CI tests were failing due to missing `case-runtime-parameter.conf` files in governance samples. Previously, CI logs would output `case runtime config not found: .../case-runtime-parameter.conf` errors, causing test failures. ## Changes Made - Add missing `case-runtime-parameter.conf` files for 12 governance samples in 4-governance directory - Follow Apache License 2.0 format consistently across all new configuration files - Include basic Dubbo protocol configuration parameters (`dubbo.protocol.name=dubbo` and `dubbo.protocol.serialization=hessian2`) - Only add configuration files to samples that have `case-configuration.yml` files ## Files Modified - `4-governance/dubbo-samples-applevel-override/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-conditionrouterv31/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-configconditionrouter/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-metrics-prometheus/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-metrics-spring-boot/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-sentinel/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-servicelevel-override/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-spring-boot-hystrix/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-spring-hystrix/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-ssl/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-tagrouter/case-runtime-parameter.conf` (new) - `4-governance/dubbo-samples-zipkin/case-runtime-parameter.conf` (new) ## Technical Details - Each configuration file includes proper Apache License 2.0 header - Runtime parameters set to: `-Ddubbo.protocol.name=dubbo -Ddubbo.protocol.serialization=hessian2` - Configuration format matches existing samples in the repository - Files are only added to samples that have `case-configuration.yml` files ## Related Issue Related to apache/dubbo#15473 -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org