dongfangtianyu

Results 7 issues of dongfangtianyu

* HtmlTestRunner version: 1.2.1 * Python version: python3.7 * Operating System: windows10 ### Description ```python class TestCase(unittest.TestCase): @unittest.expectedFailure def test_xfail(self): assert False @unittest.expectedFailure def test_xpaas(self): assert True ``` test code...

Reproduction conditions: Use proxy.py with the requests library to access a target URL with the HTTPS protocol. requests does not provide a request header, causing `AuthPlugin` to be bypassed.

由业务维护userID和connID的关系,根据connID可以向单个用户推送消息

## Description close #6250 . ## Motivation and Context On some web server implementations, including charset in the request header `Content-Type` of `multipart/form-data` can result in parsing errors of the...

### Expected behavior HTTP Header ```http Content-Type: multipart/form-data; boundary=2W1aSJ1TtJC_jRaGnbotI-RaHchFMAO ``` ### Actual behavior HTTP Header ```http Content-Type: multipart/form-data; boundary=2W1aSJ1TtJC_jRaGnbotI-RaHchFMAO; charset=UTF-8 ``` ### Steps to reproduce the problem In JMeter 5.6.3,...

defect