This is an IBM Automation portal for Cloud Platform products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
The feature that you requested has been delivered and is available in release 10.5.2
For more details, see the release notes here:
https://help.blueproddoc.com/rationaltest/rationalperformancetester/10.5.2/docs/topics/rn_perf.html - wn
The feature that is described in this request is currently under development and should be included in a subsequent release.
As part of the review process, we strive to be transparent about our intentions with each enhancement suggestion. The offering team has carefully reviewed this idea and has decided that it does not fit into our current plans, so the idea will be closed. The idea will be kept in IBM's ideas repository and may still be voted on. It might be reassessed or reopened for additional feedback in the future. We value your feedback and thank you for allowing us the privilege of partnering with you in developing our products.
Has there been any progress on this request?
The feature that is described in this request based on the updated description is a candidate for a future release.
Looks like we really need three new Error Conditions:
* Connection Timeout
* Server Request Failure
* Dropped Connection
And contrary to the original RFE description, Dropped Connection should be associated with "unexpectedly closed", but NOT be associated with "forcibly closed".
This is due to the latest comments in the associated Case. Here's a summary:
1) Connection Failure is reported when the socket-level connection gets no response from the Server within 25 seconds and is logged as:
a) Connection timed out: no further information
2) Server Timeout is reported after the connection has been made, but the server closes the connection without any response, and one of the following is logged:
a) Unable to successfully establish a connection to web-server
b) An existing connection was forcibly closed by the remote host
3) Server Timeout is reported when the server closes the connection after sending a partial response:
a) unexpectedly closed the connection while in the process of retrieving
It would seem that the sequence of potential failures should have the following Error Conditions reported as follows:
* 1.a is really a "Connection Timeout" since that's what's logged (this would require a new Error Condition, or rename Connection Failure)
* 2.a is really a "Server Request Failure" not a Server Timeout (this would require a new Error Condition)
* 2.b is really a "Server Request Failure" not a Server Timeout (this would require a new Error Condition)
* 3.a is really a "Dropped Connection" not a Server Timeout (this would require a new Error Condition)
* A "Server Timeout" should only be reported when the server does not complete transmission of the response before RPT gives up due to the value set in either the Test (HTTP Options - Timeout) or in an individual Request within the Test (Request - Advanced - Timeout - Override timeout value).
A "Server Request Failure" could instead be named "Server Response Failure", but "Request" makes more sense since it seems like it's the "Request" that failed.
Do I need a new RFE, or can someone update this one?
Testing