Skip to content

Releases: thubbo/jmeter-plugins-for-apache-dubbo

V1.3.4

20 Jun 08:21
Compare
Choose a tag to compare

What is new:

  1. Add array type parameter support, see the parameter comparison table for details

新版改进:

  1. 增加数组类型参数支持,具体查看参数对照表

V1.3.3

17 May 04:22
Compare
Choose a tag to compare

What is new:

  1. Change the license to apache license 2.0
  2. Change the comment to English
  3. Upgrade: Using V1.3.3, you need to upgrade the jmx script file produced by the old version. How to modify it? Use a text editor to open the jmx script file, replacing all: cn.tsoft.framework.testing with io.github.ningyu

新版改进:

  1. 更改许可证为apache2.0
  2. 代码注释更改为英文
  3. 升级:使用V1.3.3需要升级老版本制作出来的jmx脚本文件,如何修改?使用文本编辑器打开jmx脚本文件,替换全部的:cn.tsoft.framework.testingio.github.ningyu

V1.3.2

09 May 03:00
Compare
Choose a tag to compare

What is new:

  1. Remove the Chinese description on the GUI
  2. Increase the ConsistentHash LoadBalance configuration

新版改进:

  1. 去掉界面上所有中文
  2. 增加ConsistentHash LoadBalance配置

V1.3.1

08 May 04:09
Compare
Choose a tag to compare

What is new:

  1. modify registry protocol configuration, modify dubbo@direct connect -> none@direct connect
  2. Increase RPC protocol configuration: dubbo, rmi, hessian, webservice, memcached, redis

新版改进:

  1. 调整注册中心协议配置,修改 dubbo@直连 -> none@直连
  2. 增加RPC协议配置:dubbo、rmi、hessian、webservice、memcached、redis

GUI截图

qq 20180508114532

V1.3.0

26 Apr 03:33
Compare
Choose a tag to compare

功能优化

  1. 剔除jmeter classpath下需要依赖引用dubbo服务端的api-jar,优化后使用方式没有任何变化,参数传值方式也没变

V1.2.7

25 Apr 09:17
Compare
Choose a tag to compare

功能优化

  1. 优化GUI输入数据校验,例如:输入空格校验等。
  2. 优化GUI使用体验,解决问题 #3,例如:表格失去焦点自动退出编辑模式

V1.2.6

24 Apr 04:03
Compare
Choose a tag to compare

功能优化

1.增加dubbo参数支持:connections、loadbalance、async
2.优化ReferenceConfigCache的使用,为了让页面上所有参数修改后立即生效,使用自定义cacheKeyGenerator构建ReferenceConfig对象,保证页面参数不变情况下使用同一个cache对象,如果参数发生变化立即重新生成ReferenceConfig对象并且put到cache中。

V1.2.5

23 Apr 10:28
Compare
Choose a tag to compare

功能优化

  1. 增加group参数支持

V1.2.4

03 Apr 07:13
Compare
Choose a tag to compare

功能优化

问题:
由于sample执行错误会统计到用例的Error%内,但是有时我们的接口返回异常并不代表是真正的错误,有可能是正常的校验,因此本次优化了sample的执行状态。

解决:
当接口返回异常时,sample标识为successful,可以通过响应内容做断言来判断是否需要标识为failure,比如接口有一些校验性质的异常,不代表这个操作是错误的,这样就可以灵活的判断,不至于正常的校验返回导致测试用例Error%的不真实

示例:
1
2
3
4
5
6
7

V1.2.3

26 Mar 10:06
Compare
Choose a tag to compare

BUG修复

  1. bug fix参数类型报错问题