View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006402 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2021-01-25 13:40 | 2021-03-26 14:49 |
Reporter | Uwe Stadelmann | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.03.341.398 | ||||
Summary | 0006402: 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: 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. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
related to | 0006464 | closed | Alexander Allmendinger | CreateMonitoredItems.js function 'createMonitoredItems': RequestHeader.Timestamp set too early: time tolerance warning |
|
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. |
|
Reviewed in CMP call - Agreed to changes and closed |
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 |