View Issue Details

IDProjectCategoryView StatusLast Update
0006272Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2021-02-25 15:52
ReporterEtienne Rossignon Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.09.396 
Fixed in Version1.03.341.397 
Summary0006272: Cleanup phase reports unexpcted error if server do not support Monitored Triger
Description

This bug relates to "Monitored Item Service/Monitor Triggering"

During the initialize phase the test kindly detects that the server does not implement Monitored triggering, which is fine.
However, the test fails in the cleanup phase in this case.

We should expect that the test succeeds and exhibits a yellow icon, not a red one.

TagsNo tags attached.
Attached Files
img1.png (48,623 bytes)   
img1.png (48,623 bytes)   
Files Affected

Relationships

duplicate of 0005776 closedSebastian Allmendinger Monitor Triggering/cleanup.js script error 

Activities

Sebastian Allmendinger

2020-11-27 08:53

developer   ~0013304

There are two possible reasons for the error message, both will be eleminated with the changes done:
initialize: removed Test.Disconnect() because it will be called in cleanup script.
cleanup: removed DeleteSubscriptions because Test.Disconnect closes the session with parameter DeleteSubscriptions set to true.

Paul Hunkar

2020-12-03 17:10

administrator   ~0013364

reviewed in cmp meeting

Issue History

Date Modified Username Field Change
2020-11-21 10:16 Etienne Rossignon New Issue
2020-11-21 10:16 Etienne Rossignon File Added: img1.png
2020-11-23 15:23 Paul Hunkar Assigned To => Alexander Allmendinger
2020-11-23 15:23 Paul Hunkar Status new => assigned
2020-11-27 08:53 Sebastian Allmendinger Assigned To Alexander Allmendinger => Sebastian Allmendinger
2020-11-27 08:53 Sebastian Allmendinger Status assigned => resolved
2020-11-27 08:53 Sebastian Allmendinger Resolution open => fixed
2020-11-27 08:53 Sebastian Allmendinger Fixed in Version => 1.03.341.397
2020-11-27 08:53 Sebastian Allmendinger Note Added: 0013304
2020-12-03 17:10 Paul Hunkar Status resolved => closed
2020-12-03 17:10 Paul Hunkar Note Added: 0013364
2021-02-25 15:52 Sebastian Allmendinger Relationship added duplicate of 0005776