View Issue Details

IDProjectCategoryView StatusLast Update
0006402Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2021-03-26 14:49
ReporterUwe Stadelmann Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.03.341.398 
Summary0006402: Time tolerance warnings
Description

The test cases Base Info Server Capabilities/011.js and Base Info Server Capabilities/014.js drop a time tolerance warning:
Write.Response.ResponseHeader.Timestamp shows a delay in excess of 1100ms, which exceeds the configured tolerance of: 1 seconds

This is caused because over 1000ms are needed by the CTT tool to send the messages.

The time tolerance shall be measured from sending of the request until the response is received.
The request header can be written immediately before the request is send. So, the timestamp in the request header would exclude the time needed to prepare the request content.

TagsNo tags attached.
Files Affected

Relationships

related to 0006464 closedAlexander Allmendinger CreateMonitoredItems.js function 'createMonitoredItems': RequestHeader.Timestamp set too early: time tolerance warning 

Activities

Alexander Allmendinger

2021-02-09 13:46

developer   ~0013694

The RequestHeaders were created early in the library function of the UA service calls so the elements are accessible and changeable. But some of the library functions do have long running loops to iterate through the defined items. As the time tolerance is calculated with the timestamp in the RequestHeader those internal routines are often causing unnecessary warnings for exceeding the time tolerance. This is now being addressed by updating the Timestamp in the RequestHeader right before sending out the UA service call.

Paul Hunkar

2021-03-26 14:49

administrator   ~0014087

Reviewed in CMP call - Agreed to changes and closed

Issue History

Date Modified Username Field Change
2021-01-25 13:40 Uwe Stadelmann New Issue
2021-02-09 12:55 Paul Hunkar Assigned To => Alexander Allmendinger
2021-02-09 12:55 Paul Hunkar Status new => assigned
2021-02-09 13:46 Alexander Allmendinger Status assigned => resolved
2021-02-09 13:46 Alexander Allmendinger Resolution open => fixed
2021-02-09 13:46 Alexander Allmendinger Fixed in Version => 1.03.341.398
2021-02-09 13:46 Alexander Allmendinger Note Added: 0013694
2021-02-09 16:17 Alexander Allmendinger Relationship added related to 0006464
2021-03-26 14:49 Paul Hunkar Status resolved => closed
2021-03-26 14:49 Paul Hunkar Note Added: 0014087