View Issue Details

IDProjectCategoryView StatusLast Update
0005507Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-05-22 14:48
ReporterAlin Moldovean Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.09.394 
Target Version1.04Fixed in Version1.03.341.396 
Summary0005507: Data Access DataItems/Test Cases/008.js throws exception
Description

The script "Data Access/Data Access DataItems/Test Cases/008.js" throws exception at line 83 with message "Result of expression 'args.Value' [undefined] is not an object."

This specific line of code has changed from the previous version:

  • it was "GenerateScalarValue ( writeValue, currentNodeDataType );"
  • and changed to "UaVariant.Increment( { Item: writeValue, Type: currentNodeDataType } );"
Steps To Reproduce

Reproduced when running the test against UA .NET Standard Reference Server (https://github.com/OPCFoundation/UA-.NETStandard/tree/master/SampleApplications/Workshop/Reference/Server)

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2020-05-08 15:05

developer   ~0012037

A wrong parameter was specified in the added function UaVariant.Increment. After an internal review the Increment function will not longer be used for this test script. Because the test script needs to generate values which exceed the specified precision of the nodes tested, the CTT will now generate new values which meet this criteria.

Paul Hunkar

2020-05-22 14:48

administrator   ~0012101

reviewed in CMP call

Issue History

Date Modified Username Field Change
2020-03-06 12:15 Alin Moldovean New Issue
2020-03-20 17:33 Paul Hunkar Assigned To => Alexander Allmendinger
2020-03-20 17:33 Paul Hunkar Status new => assigned
2020-05-08 15:05 Sebastian Allmendinger Assigned To Alexander Allmendinger => Sebastian Allmendinger
2020-05-08 15:05 Sebastian Allmendinger Status assigned => resolved
2020-05-08 15:05 Sebastian Allmendinger Resolution open => fixed
2020-05-08 15:05 Sebastian Allmendinger Fixed in Version => 1.03.341.396
2020-05-08 15:05 Sebastian Allmendinger Note Added: 0012037
2020-05-22 14:48 Paul Hunkar Status resolved => closed
2020-05-22 14:48 Paul Hunkar Note Added: 0012101