View Issue Details

IDProjectCategoryView StatusLast Update
0009213CTT UA Scripts1 - Script Issuepublic2023-11-07 15:57
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.04.505 
Summary0009213: Subscription Transfer creates a session and does not close it
Description

While investigating another Mantis issue, we found that the CTT creates a session in the initialize script of the Subscription Transfer Conformance Unit and does not close it in the cleanup.

Additional Information

initialize: Test.Connect();
cleanup: Test.Disconnect( { SkipCloseSession: true } );

The test scripts uses the default channel created in the initialize script but always create a new session. So the session should be closed in the initialize.

TagsNo tags attached.
Files Affected

/maintree/Subscription Services/Subscription Transfer/Test Cases/initialize.js

Activities

Sebastian Allmendinger

2023-11-07 15:47

developer   ~0020282

As already suggested in the Mantis report, the initialize script of the Conformance Unit has been updated to close the session before the tests start.

Paul Hunkar

2023-11-07 15:57

administrator   ~0020284

Reviewed in call, agreed to changes and closed issue

Issue History

Date Modified Username Field Change
2023-10-19 10:52 Sebastian Allmendinger New Issue
2023-11-07 01:41 Paul Hunkar Assigned To => Sebastian Allmendinger
2023-11-07 01:41 Paul Hunkar Status new => assigned
2023-11-07 15:45 Sebastian Allmendinger Files Affected => /maintree/Subscription Services/Subscription Transfer/Test Cases/initialize.js
2023-11-07 15:45 Sebastian Allmendinger Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2023-11-07 15:47 Sebastian Allmendinger Status assigned => resolved
2023-11-07 15:47 Sebastian Allmendinger Resolution open => fixed
2023-11-07 15:47 Sebastian Allmendinger Note Added: 0020282
2023-11-07 15:57 Paul Hunkar Status resolved => closed
2023-11-07 15:57 Paul Hunkar Fixed in Version => 1.04.505
2023-11-07 15:57 Paul Hunkar Note Added: 0020284