Completed
Last Updated: 08 Jun 2015 08:29 by ADMIN
ADMIN
Cody
Created on: 29 May 2015 22:04
Type: Bug Report
1
Load test with version=1 cookie may result in "Message: The 'Domain'='xxxx.xxxx.xxxx' part of the cookie is invalid."
1) Load the attached .farx file in to Fiddler for autoresponse
2) Run the attached load test

Expected: No errors in the log
Actual:
[05/29 16:35:33,Telerik.TestStudio.Load.Agent.exe(30308:14),Error] OutstandingRequest.Run() : EXCEPTION! (see below)
     Situation: Exception during HTTP Request, url [https://qa.pega.com/prgateway/PRPCGateway/pcdqa/!PCD/$STANDARD/?pyActivity=%40baseclass.doUIAction&action=createNewWork&className=PCD-Work-Registration&flowName=Subscribe&ServiceID=PDC&Feature=PDC2&IPAddress=106.51.134.19&UserId=PegaWebsite&SenderTime=20150528132451&pw=1520f05761d427b32c8df4de8ef1c012]
     Outer Exception Type: System.Net.CookieException
     Message: The 'Domain'='qa.pega.com' part of the cookie is invalid.
     HRESULT: 0x80131537 (Official ID (if app.) = COR_E_FORMAT, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5431)
     Call Stack:
          at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean set_default, Boolean isThrow)
          at System.Net.CookieContainer.Add(Cookie cookie)
          at Telerik.TestingFramework.Net.HttpRequestBuilder.CreateHttpWebRequest()
          at Telerik.TestStudio.Load.Http.OutstandingRequest.<Run>d__0.MoveNext()

[05/29 16:35:33,Telerik.TestStudio.Load.Agent.exe(30308:14),Load] AsyncMethodBuilderCore.Start() : An outstanding request finished, but was marked as a failed request.

In addition, if you look closely at the GET request sent by the load test you will notice it's missing the cookie that was set in the preceeding POST.
2 comments
ADMIN
Daniel Djambov
Posted on: 08 Jun 2015 06:46
Telerik: we have implemented a fix for this issue and provided a custom build to customer. The fix will also be included in our next product release planned end of June - mid July 2015.
Vijula
Posted on: 30 May 2015 05:08
We want this to be fixed a early as possible.