View Issue Details

IDProjectCategoryView StatusLast Update
0004074Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-08-09 16:15
ReporterBernd Edlinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformPCOSWindowsOS Version8.1
Product Version1.03.340.378 
Target Version1.03Fixed in Version1.03.341.381 
Summary0004074: Subscription Services/Subscription Basic/Test Cases/052.js accidentally skipped
Description

This script gets skipped if the server has no explict limit for the
number of subscriptions.

That happens here:
Subscription Services/Subscription Basic/Test Cases/052.js:
if (gServerCapabilities.MaxSupportedSubscriptions < 2) {
addSkipped("Server does not support two subscriptions as needed for this test case. This is only allowed for Nano and Micro Device Server profiles.");
return (false);
}

The value gServerCapabilities.MaxSupportedSubscriptions is zero,
which is treated as "unlimited" in other scripts.

The same happens for:
Monitored Item Services/Monitor Basic/Test Cases/Err-023.js
Monitored Item Services/Monitor Basic/Test Cases/Err-031.js
Monitored Item Services/Monitor Basic/Test Cases/Err-038.js

TagsNo tags attached.
Files Affected

Activities

Thomas Merk

2018-02-06 08:16

reporter   ~0008853

According to profile "Micro Embedded" profile one subscription should be enough.
Please adapt tests that "BadTooManySubscriptions" is accepted.

Alexander Allmendinger

2018-08-04 13:36

developer   ~0009259

Scripts are now also being run when the server names 0 as a limit.

Paul Hunkar

2019-08-09 16:15

administrator   ~0010747

Review in CMP call

Issue History

Date Modified Username Field Change
2017-11-27 10:01 Bernd Edlinger New Issue
2017-11-27 10:01 Bernd Edlinger Status new => assigned
2017-11-27 10:01 Bernd Edlinger Assigned To => Alexander Allmendinger
2017-12-01 15:37 Paul Hunkar Target Version => 1.03
2018-02-06 08:16 Thomas Merk Note Added: 0008853
2018-08-04 13:36 Alexander Allmendinger Note Added: 0009259
2018-08-04 13:36 Alexander Allmendinger Status assigned => resolved
2018-08-04 13:36 Alexander Allmendinger Fixed in Version => 1.03.341.381
2018-08-04 13:36 Alexander Allmendinger Resolution open => fixed
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-08-09 16:15 Paul Hunkar Status resolved => closed
2019-08-09 16:15 Paul Hunkar Note Added: 0010747