View Issue Details

IDProjectCategoryView StatusLast Update
0007996CTT UA Binary3 - Feature Requestpublic2024-01-03 16:58
ReporterYannik Klaass Assigned ToArchie Miller  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Target Version1.10.0.403Fixed in Version1.10.0.403 
Summary0007996: CTT aborts creation of object model map without notice on exceeding MaxNodesInAddressSpaceCache
Description

If the CTT exceeds the configured MaxNodesInAddressSpaceCache while building the object model map, nodes will be missing without notice (except for a trace warning). There is currently no way of recognizing and handling this case in the scripts. The model map class of the CTT should be updated to provide a method to check if MaxNodesInAddressSpaceCache was exceeded during creation.

TagsNo tags attached.
Files Affected

Relationships

has duplicate 0008082 closedArchie Miller View Services->View Basic->005.js fails if node count exceeds MaxNodesInAddressSpaceCache value 

Activities

Paul Hunkar

2022-05-19 15:01

administrator   ~0016729

Decided to add a binary flag indicating that the max count has been exceeded - set it to true if exceeded

Archie Miller

2022-05-19 15:01

administrator   ~0016730

Add a property MaxNodesBrowseExceeded set to true or false.

Set it at the same location as the Trace Warning

Archie Miller

2022-06-16 13:39

administrator   ~0016849

Added two properties available in the scripting engine

objectModelMaxNodesExceeded - true if maximum nodes exceeded, a warning is added after building the object model if this case is hit
objectModelMissingNodeCount - a count of expected nodes that were not found in the model. This signifies a broken object model, and an error will be logged in this case.

Paul Hunkar

2023-02-18 22:42

administrator   ~0018761

reviewed changes agreed to changes, closed issue

Issue History

Date Modified Username Field Change
2022-05-18 07:35 Yannik Klaass New Issue
2022-05-19 15:01 Paul Hunkar Note Added: 0016729
2022-05-19 15:01 Paul Hunkar Assigned To => Archie Miller
2022-05-19 15:01 Paul Hunkar Status new => assigned
2022-05-19 15:01 Archie Miller Note Added: 0016730
2022-06-16 13:39 Archie Miller Status assigned => resolved
2022-06-16 13:39 Archie Miller Resolution open => fixed
2022-06-16 13:39 Archie Miller Note Added: 0016849
2023-02-18 22:42 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Binary
2023-02-18 22:42 Paul Hunkar Fixed in Version => 1.10.0.403
2023-02-18 22:42 Paul Hunkar Target Version => 1.10.0.403
2023-02-18 22:42 Paul Hunkar Status resolved => closed
2023-02-18 22:42 Paul Hunkar Note Added: 0018761
2024-01-03 16:58 Archie Miller Relationship added has duplicate 0008082