View Issue Details

IDProjectCategoryView StatusLast Update
0010405CTT UA Scripts1 - Script Issuepublic2025-07-03 09:21
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.03.509 
Summary0010405: CTT needs to limit the number of configured MonitoredItems
Description

The CTT does not prevent a user to configure more MonitoredItems than supported by the CTT.
As a result, the CTT may crash if the test scripts tries to create the MonitoredItems.

The officially released test scripts retrieve the number of MonitoredItems from two internal variables. The value of these variables should be limited even if the user specifies a higher number in the settings.

TagsNo tags attached.
Files Affected

/library/Base/serverCapabilities.js
/library/Base/settings.js
/default.ctt.xml

Activities

Sebastian Allmendinger

2025-07-03 09:21

developer   ~0023064

There was already a global limit defined in the CTT, but the configured number of MonitoredItems was not limited to this value.

Additional text has been added to the description of this setting, describing that the value may be limited.
Updated library to check the limit after reading the value of the setting.

Issue History

Date Modified Username Field Change
2025-07-01 14:15 Sebastian Allmendinger New Issue
2025-07-02 11:41 Paul Hunkar Assigned To => Sebastian Allmendinger
2025-07-02 11:41 Paul Hunkar Status new => assigned
2025-07-03 09:17 Sebastian Allmendinger Files Affected => /library/Base/serverCapabilities.js
/library/Base/settings.js
/default.ctt.xml
2025-07-03 09:21 Sebastian Allmendinger Status assigned => resolved
2025-07-03 09:21 Sebastian Allmendinger Resolution open => fixed
2025-07-03 09:21 Sebastian Allmendinger Note Added: 0023064