kkrrsq
kkrrsq
当前,goc 只支持服务类的覆盖率,执行 goc profile 时需要去连接服务获取覆盖率信息,如果是命令行工具类项目,执行一下就退出的话,就无法获取到覆盖率信息,请问能否支持下这类项目的覆盖率?
### Issues associated with this PR https://github.com/mosn/mosn/issues/2135 ### Solutions bugfix: use defaultConnectRetryTimes when cluster host size is 0 bugfix: istio InboundPassthroughClusterIpv6 infinite loop bugfix: covert router redirect code error ###...
1.这里没有判断 ipv6 地址,会导致 InboundPassthroughClusterIpv6 无限循环 https://github.com/mosn/mosn/blob/82b38b9d10cdc4822ac193a83bf64f72c303e745/istio/istio1106/xds/conv/convert_cluster.go#L73 2.当 hostSet size 为 0 时不会执行 connect,会导致 passthroughCluster 直接报错 https://github.com/mosn/mosn/blob/82b38b9d10cdc4822ac193a83bf64f72c303e745/pkg/filter/network/streamproxy/streamproxy.go#L149
https://github.com/mosn/mosn/blob/d8b4e3d12cbb2d3852d3e7afc00347cc3042ec19/pkg/holmes/holmes.go#L116 https://github.com/mosn/holmes/blob/9588228abde5b8aecd0cae74b9800871e625da4b/options.go#L414 https://github.com/mosn/holmes/blob/9588228abde5b8aecd0cae74b9800871e625da4b/options.go#L307 Use the extends config to start holmes in mosn, holmes type options can not enable. Because mosn only call the WithXxxDump method, and does not call the...
### MeterSphere 版本 v2.10.8-lts ### 联系方式 _No response_ ### 请描述您的需求或者改进建议 平台当前支持通过修改环境变量实现场景间的变量传递,但是如果多个测试计划中的用例修改到了同一个变量,当多个测试计划同时执行时就可能会互相影响,可能导致获取到另一个测试计划修改的变量值。 当然临时方案可以复制多个环境,每个测试计划选择不同的环境,但是如果测试计划很多的话,就会导致环境很多,维护起来相当麻烦。 因此,metersphere 是否可以支持测试计划执行时将环境变量进行隔离? ### 请描述你建议的实现方案 创建一个环境的临时表,执行测试计划时,把对应的环境存到临时表,在测试计划执行过程中只更新临时表,等测试计划执行结束后再把临时表的内容更新到环境表,最后删除临时表的记录。 ### 附加信息 _No response_
**DataEase 版本** v2.3.0 社区版 **运行方式(安装包运行 or 源码运行 ?)** 源码运行 **Bug 描述** core-backend 编译失败,maven 缺少很多依赖包,其中大部分是第三方包,还有一个 calcite-core-de 包是修改过的 **Bug 重现步骤(有截图更好)** 1.从 github 拉取 v2.3.0 分支源码 2.编译 **建议** 将 calcite-core-de 上传到公共仓库,并补充 maven 缺少的依赖,最好写个源码编译运行文档
### Expected behavior _No response_ ### Actual behavior I have a Java program that uses the StandardJMeterEngine runTest method to run tests. When the JMX file contains an errors that...