View Issue Details

IDProjectCategoryView StatusLast Update
0004488Compliance Test Tool (CTT) Unified Architecture6 - Performance Problempublic2019-07-25 15:19
ReporterThomas Merk Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.03.341.383 
Target Version1.03Fixed in Version1.03.341.383 
Summary0004488: Subscritpion Basic / 040.js takes VERY long
Description

tested with 1.3.341.383 (beta)
It seems that too much monitired items are used here (5000 ???).

The test slows down with every added monitored item.
When reaching
"Publish() called 4002 times"
it seems that CTT is frozen forever - at least no script output is done and more.

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2018-12-17 15:01

developer   ~0009720

This script had two issues which caused it being that long. First was the nested loop which has been omitted with the short break in case the index already matches (what should always be the case).
Second the script was ran until it received the 5000th PublishRequest but we don't expect that a server would behave different for any higher number. Therefore we reduced the amount of MonitoredItem in this Test Case to 100.

Paul Hunkar

2019-07-25 15:19

administrator   ~0010610

Reviewed in CMP Call

Issue History

Date Modified Username Field Change
2018-11-29 14:20 Thomas Merk New Issue
2018-12-03 17:24 Paul Hunkar Assigned To => Alexander Allmendinger
2018-12-03 17:24 Paul Hunkar Status new => assigned
2018-12-17 15:01 Alexander Allmendinger Note Added: 0009720
2018-12-17 15:01 Alexander Allmendinger Status assigned => resolved
2018-12-17 15:01 Alexander Allmendinger Fixed in Version => 1.03.341.383
2018-12-17 15:01 Alexander Allmendinger Resolution open => fixed
2019-01-28 14:15 Paul Hunkar Category Performance Problem => 6 - Performance Problem
2019-07-25 15:17 Paul Hunkar Product Version => 1.03.341.383
2019-07-25 15:17 Paul Hunkar Target Version => 1.03
2019-07-25 15:19 Paul Hunkar Status resolved => closed
2019-07-25 15:19 Paul Hunkar Note Added: 0010610