thubbo / jmeter-plugins-for-apache-dubbo

Dubbo Plugin for Apache JMeter, It is a plug-in developed for testing Dubbo in Jmeter.
Apache License 2.0
566 stars 289 forks source link

目前是否支持dubbo rpc隐式参数传递呢,如何支持 #85

Closed pengfeiLuky closed 5 years ago

pengfeiLuky commented 5 years ago

是否支持dubbo rpc隐式参数传递呢?如何支持

ningyu1 commented 5 years ago

@pengfeiLuky BeanShellScript内直接写Java Code 就可以支持

pengfeiLuky commented 5 years ago

是下面这样写吗?还是鉴权不通过,确定参数是对的。具体写大神法求指导 import com.alibaba.dubbo.rpc.RpcContext; RpcContext.getContext().setAttachment("appName", "xxx"); RpcContext.getContext().setAttachment("appAuthKey", "xxx");

pengfeiLuky commented 5 years ago

@ningyu1 您好 能给个样例吗?急用,感谢!!

ningyu1 commented 5 years ago

@pengfeiLuky 我刚才测试了一下BeanShellScript不能满足隐士传参的效果 BeanShellScript只允许使用'ctx,vars,props,prev,sampler,log'这些内置变量 目前插件还没有把隐士传参扩展出来

ningyu1 commented 5 years ago

@pengfeiLuky https://github.com/thubbo/jmeter-plugins-for-apache-dubbo/releases/tag/2.7.3