View Issue Details

IDProjectCategoryView StatusLast Update
0004037Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-06-17 13:24
ReporterMircea Suciu Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformWindowsOSWindows 7OS VersionProffesional
Product Version1.02.336.273 
Target Version1.03Fixed in Version1.03.340.368 
Summary0004037: The test case "Monitored Item Services\Monitor MinQueueSize_05\Test Cases\005.js" failes when delays are higher than 25ms
Description

Having a configuration where a single node is configured in "Settings.ServerTest.NodeIds.Static.AllProfiles.Scalar" set of nodes, e.g. Float.

The test case "Monitored Item Services\Monitor MinQueueSize_05\Test Cases\005.js" does not take into account delays higher than 25ms (see line 40).
 
   // wait the revised sampling interval and add a little extra delay to compensate for systems with less-strict timing
   wait( 25 + item.RevisedSamplingInterval );

The extra delay does not take into account that there might be cases when higher delays are encountered.
The 25 miliseconds delay is not enough in other particular cases, for example when value updates depend on underlying PLC's which are sampling at rates higher than 25 ms (ex:100ms).

Steps To Reproduce

Run against a server which updates it's values from an underlying PLC that is sampled each 100 ms.

Additional Information

Reproduced with version 1.3.340.358 RC

TagsNo tags attached.
Files Affected

Activities

Paul Hunkar

2017-11-02 14:36

administrator   ~0008635

I would recommend an addition that is the sampling interval (a value should be reported within the interval)

Alexander Allmendinger

2017-11-13 14:51

developer   ~0008689

Followed Pauls suggestions. The script is now waiting 2 times the sampling interval.

Paul Hunkar

2019-06-17 13:24

administrator   ~0010381

reviewed in CMP call 2019-06-17

Issue History

Date Modified Username Field Change
2017-10-27 11:00 Mircea Suciu New Issue
2017-11-02 14:36 Paul Hunkar Note Added: 0008635
2017-11-02 14:36 Paul Hunkar Assigned To => Alexander Allmendinger
2017-11-02 14:36 Paul Hunkar Status new => assigned
2017-11-02 14:37 Paul Hunkar Target Version => 1.03
2017-11-13 14:51 Alexander Allmendinger Note Added: 0008689
2017-11-13 14:51 Alexander Allmendinger Status assigned => resolved
2017-11-13 14:51 Alexander Allmendinger Fixed in Version => 1.03.340.368
2017-11-13 14:51 Alexander Allmendinger Resolution open => fixed
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-06-17 13:24 Paul Hunkar Status resolved => closed
2019-06-17 13:24 Paul Hunkar Note Added: 0010381