View Issue Details

IDProjectCategoryView StatusLast Update
0004986Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-09-13 15:03
ReporterAlexander Allmendinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Product Version1.03.341.389 
Target Version1.03.341.390Fixed in Version1.03.341.390 
Summary0004986: ModifyMonitoredItems call might lead to a crash of the CTT
Description

In the ModifyMonitoredItems library function there is a function included which prints all the OperationResults of one call. But because of the way this code is written the resulting error message will end up with NumberOfBadElementsNumberOfBadElements3 output lines. As we are testing with a big amount of items these days, this might lead to high usage of memory or even to a crash of the CTT.

What basically happens is, that for each element the list of all previously failed elements are printed + the current one.
Instead we recommend to move the print out of the for loop and only print one message including all failed items at the end.

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2019-09-02 17:57

developer   ~0010905

The script has been fixed accordingly and is now only printing the output once.

Paul Hunkar

2019-09-13 15:03

administrator   ~0010981

Reviewed In CTT Call

Issue History

Date Modified Username Field Change
2019-09-02 11:17 Alexander Allmendinger New Issue
2019-09-02 16:13 Paul Hunkar Assigned To => Alexander Allmendinger
2019-09-02 16:13 Paul Hunkar Status new => assigned
2019-09-02 17:57 Alexander Allmendinger Status assigned => resolved
2019-09-02 17:57 Alexander Allmendinger Resolution open => fixed
2019-09-02 17:57 Alexander Allmendinger Fixed in Version => 1.03.341.390
2019-09-02 17:57 Alexander Allmendinger Note Added: 0010905
2019-09-13 15:03 Paul Hunkar Status resolved => closed
2019-09-13 15:03 Paul Hunkar Note Added: 0010981