-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-System.Netbugtest-run-coreTest failures in .NET Core test runsTest failures in .NET Core test runs
Milestone
Description
The UploadValues_Success test fails:
/private/tmp/helix/working/B9E809D7/w/A7880996/e /private/tmp/helix/working/B9E809D7/w/A7880996/e
Discovering: System.Net.WebClient.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Net.WebClient.Tests (found 14 of 46 test cases)
Starting: System.Net.WebClient.Tests (parallel test collections = on, max threads = 6)
System.Net.Tests.TaskWebClientTest.UploadValues_Success(echoServer: http://corefx-net-http11.azurewebsites.net/Echo.ashx) [FAIL]
Assert.Contains() Failure
Not found: To+be%2c+or+not+to+be%2c+that+is+the+question%3aWhether+'tis+Nobler+in+the+mind+to+sufferThe+Slings+and+Arrows+of+outrageous+Fortune%2cOr+to+take+Arms+against+a+Sea+of+troubles%2cAnd+by+opposing+end+them%3a
In value: {"Method":"POST","Url":"/Echo.ashx","Headers": {
"Content-Length": "213",
"Content-Type": "application/x-www-form-urlencoded",
"Host": "corefx-net-http11.azurewebsites.net",
"Max-Forwards": "10",
"X-ARR-LOG-ID": "54501534-edad-4476-9600-256fcae425b1",
"CLIENT-IP": "131.107.1.155:9241",
"DISGUISED-HOST": "corefx-net-http11.azurewebsites.net",
"X-SITE-DEPLOYMENT-ID": "corefx-net-http11",
"WAS-DEFAULT-HOSTNAME": "corefx-net-http11.azurewebsites.net",
"X-Forwarded-For": "131.107.1.155:9241",
"X-Original-URL": "/Echo.ashx",
"X-WAWS-Unencoded-URL": "/Echo.ashx"
},
"Cookies": {},
"BodyContent": "Data=To+be%2C+or+not+to+be%2C+that+is+the+question%3AWhether+%27tis+Nobler+in+the+mind+to+sufferThe+Slings+and+Arrows+of+outrageous+Fortune%2COr+to+take+Arms+against+a+Sea+of+troubles%2CAnd+by+opposing+end+them%3A",
"BodyLength": 213,
"SecureConnection": false,
"ClientCertificatePresent": false,
"ClientCertificate": null
}
Stack Trace:
It seems like the expected ' is escaped as %27.
cc: @MihaZupan
Metadata
Metadata
Assignees
Labels
area-System.Netbugtest-run-coreTest failures in .NET Core test runsTest failures in .NET Core test runs