View Issue Details

IDProjectCategoryView StatusLast Update
0006163Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2021-03-26 14:52
ReporterSrinivasu Jitta Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.09.396 
Fixed in Version1.03.341.398 
Summary0006163: Missing revisedSamplingInterval check in subscriptionDurable/005
Description

If the server returns with revisedSamplingInteval - 0

The calculation/check needs to honor a revisedSamplingInterval of 0, so the script needs to be updated.

Line 59:
if ( PublishHelper.ReceivedDataChanges[0].MonitoredItems[PublishHelper.CurrentDataChanges[0].MonitoredItems.length - 1].Value.ServerTimestamp.msecsTo( PublishHelper.Response.NotificationMessage.PublishTime ) > items[0].RevisedSamplingInterval ) addError( "The ServerTimestamp of the last value received is older than expected due to the SamplingRate of the MonitoredItem." ); result = false;

TagsNo tags attached.
Files Affected

Activities

Paul Hunkar

2020-10-22 16:41

administrator   ~0013080

so the spec state that a revised sampling interval can only be larger then the requested interval, the only time it can be less is if the requested interval is larger then the largest then it can be lower. The test needs to be updated for a server that is exception based and has no sampling rates.

Alexander Allmendinger

2021-02-07 17:56

developer   ~0013683

After a review of the test script the CMP group decided that the SamplingInterval check currently being implemented is not part of the defined test case. As a result we decided to remove this validation part.

Alexander Allmendinger

2021-02-09 08:20

developer   ~0013686

Removed the check of the sampling interval as discussed.

Paul Hunkar

2021-03-26 14:52

administrator   ~0014089

Reviewed in CMP call - Agreed to changes and closed

Issue History

Date Modified Username Field Change
2020-10-19 14:11 Srinivasu Jitta New Issue
2020-10-22 16:41 Paul Hunkar Note Added: 0013080
2020-10-22 16:41 Paul Hunkar Assigned To => Alexander Allmendinger
2020-10-22 16:41 Paul Hunkar Status new => assigned
2021-02-07 17:56 Alexander Allmendinger Note Added: 0013683
2021-02-09 08:20 Alexander Allmendinger Status assigned => resolved
2021-02-09 08:20 Alexander Allmendinger Resolution open => fixed
2021-02-09 08:20 Alexander Allmendinger Fixed in Version => 1.03.341.398
2021-02-09 08:20 Alexander Allmendinger Note Added: 0013686
2021-03-26 14:52 Paul Hunkar Status resolved => closed
2021-03-26 14:52 Paul Hunkar Note Added: 0014089