View Issue Details

IDProjectCategoryView StatusLast Update
0006827Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2021-04-29 15:17
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.398 
Fixed in Version1.03.341.399 
Summary0006827: ConformanceUnit Session Change User: Test scripts create sessions that are not closed afterwards.
Description

In test scripts initialize, 001, 002 and 004 of this ConformanceUnit a new Session is created that are not closed afterwards (Test.Connect -> Test.Disconnect( SkipCloseSession: true ) ).

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2021-04-23 07:04

developer   ~0014253

Updated versions for the test scripts have been prepared.
To ensure that there are not more sessions opened than closed, the parameter "SkipCreateSession" is now set in the call of Test.Connect. The test scripts create their own sessions and only need the default channel, so the creation of a session is not necessary in that part of the scripts.
In addition, the test scripts use the Helpers-functions for Subscription and MonitoredItem services. Therefore they needed to be instanciated in the currently used session of the test script.

Paul Hunkar

2021-04-29 15:17

administrator   ~0014281

Reviewed in CMP call. Agreed to changes and closed

Issue History

Date Modified Username Field Change
2021-04-19 10:20 Sebastian Allmendinger New Issue
2021-04-22 14:36 Paul Hunkar Assigned To => Sebastian Allmendinger
2021-04-22 14:36 Paul Hunkar Status new => assigned
2021-04-23 07:04 Sebastian Allmendinger Note Added: 0014253
2021-04-23 07:04 Sebastian Allmendinger Status assigned => resolved
2021-04-23 07:04 Sebastian Allmendinger Resolution open => fixed
2021-04-23 07:04 Sebastian Allmendinger Fixed in Version => 1.03.341.399
2021-04-29 15:17 Paul Hunkar Status resolved => closed
2021-04-29 15:17 Paul Hunkar Note Added: 0014281