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

入参有Date型如何传递?使用时间戳,或者按对应日期格式的字符参数均无法通过校验。 #86

Closed maomaofeitui closed 5 years ago

maomaofeitui commented 5 years ago

入参有Date型如何传递?使用时间戳,或者按对应日期格式的字符参数均无法通过校验。 报错如下: Unparseable date: \"\"\njava.lang.IllegalStateException: Failed to parse date by format yyyy-MM-dd HH:mm:ss, cause: Unparseable date: \"\"\n\tat com.alibaba.dubbo.common.utils.CompatibleTypeUtils.compatibleTypeConvert(CompatibleTypeUtils.java:86)\n\tat

ningyu1 commented 5 years ago

yyyy-MM-dd HH:mm:ss 按照这个格式

ningyu1 commented 5 years ago

@maomaofeitui

image

image