milky way
milky way
### 请描述您的问题 采用multipart/form-data进行文件上传时,有时需要请求头填入文件内容的md5 Content-Md5 | 内容md5 但是文件一般是由本地测试机点击接口的请求体tag -> form-data -> 选择film -> 选择本地文件 上传的,而服务器和测试机并非一台的情况下,前置脚本只能获取到服务机的文件的信息,因此测试机上传的文件的md5如何获得?
### 请描述您的问题 当接口数据量比较大时,调试场景,有时候会报以下异常(不是每次都报),设置了超时时间和响应时间,但是还是会报这个问题 ``` org.apache.http.TruncatedChunkException: Truncated chunk (expected size: 8,192; actual size: 1,143) at org.apache.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:197) at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:135) at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:148) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTTPSamplerBase.java:1936) at org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl.readResponse(HTTPAbstractImpl.java:476) at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:673) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:119) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1296) at...
hi, with following code,I get the error timeout: ``` conn = Telnet() conn.connect(ip, port) conn.login(read_login()) conn.execute('uname -a') ``` but using terminal,input telnet ip port,I can remote control the device.why? Traceback...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
When the check is placed in the parent step and the child step asserts, the check becomes invalid.
``` @check.check_func def validate_something(a, b, c, d): with allure.step(f'some assertions'): with allure.step('aa'): assert a == 1 with allure.step('b'): assert b == 2 with allure.step('cccc'): assert c == 13 with allure.step('dddd'):...