Ticket #182 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

Remove load TestScenario summary report in ouput panel, add Save All Charts

Reported by: fcohen Assigned to: llara@avanticatec.net
Priority: blocker Milestone:
Version: 5.1 Keywords:
Cc:

Description (Last modified by fcohen)

At the conclusion of a load TestScenario the output panel shows a summary TPS report. The formating of the output panel looks like this:

=====================================================================

Summary Result

===================================================================== Use_Case Target Payload CVUs TPS Min Max Avr Errors CPU MEM NET

localhost:TPS Min Max Avr Errors CPU MEM NET

untitled_usecase notarget 1 1 7.15 37 54 39 0 0.00 0.00 0.0000 Output localhost com.pushtotest.testmaker.XSTest.client.NodeSummary?@fd9457

7.15 37 54 39 0 98.89 0.00 2.0000

untitled_usecase notarget 1 2 14.23 37 134 40 0 0.00 0.00 0.0000 Output localhost com.pushtotest.testmaker.XSTest.client.NodeSummary?@b0284

14.23 37 134 40 0 98.00 0.00 2.0000

The formatting makes it difficult (if not impossible) to understand the results, especially for tests operating on multiple TestNodes?. Plus, the summary report appears in the results directory as a result of ticket 168 (http://bugs.pushtotest.com/ticket/168).

Please remove the summary report in the output panel and add the following to the TestScenario definitions:

<logs summaryreport="true" showsummary="true"/>

where summaryreport tells TM to save all charts and create the summary report at the end of a load TestScenario, and showsummary opens the summary report in a browser at the end of a load TestScenario.

-Frank

Change History

10/30/07 05:44:52 changed by fcohen

  • description changed.

11/01/07 16:41:42 changed by fcohen

Seems to still have an issue:

<!-- Results logging settings --> <logs summaryreport="false" showsummary="false"/>

I see this in the output panel:

Node localhost update: Test done: 249. Success: 249. Failures: 0. Node localhost update: Test done: 515. Success: 515. Failures: 0. Node localhost update: Test done: 782. Success: 782. Failures: 0. Node localhost update: Test done: 1028. Success: 1028. Failures: 0. Node localhost update: Test done: 1290. Success: 1290. Failures: 0. Node localhost update: Test done: 1560. Success: 1560. Failures: 0.

  • Test Complete! -
  • Getting Result Files -

Getting ./Results/Thu_Nov_01_17-28-59_PDT_2007/docs/localhost-uc0crl1sz0.xml from localhost

  • Fetching Monitor Information -

untitled_usecase notarget 1 5 18.83 97 852 164 0 0.00 0.00 0.0000

18.83 97 852 164 0 86.33 0.00 2.0000

untitled_usecase notarget 1 10 26.00 192 539 283 0 0.00 0.00 0.0000

26.00 192 539 283 0 96.20 0.00 2.0000


Saved Results : ./Results/Thu_Nov_01_17-28-59_PDT_2007/docs/summary.txt

Also, <logs summaryreport="false" showsummary="false"/> does not make the browser launch pointing to the report.

-Frank

11/04/07 08:37:10 changed by fcohen

  • status changed from new to closed.
  • resolution set to fixed.

All looks good and I am going to close this as fixed.

I did not confirm the browser opening with the summary report. I will check that when we are closer to the 5.1 release.

-Frank