View Issue Details

IDProjectCategoryView StatusLast Update
0004697Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-07-25 13:16
ReporterBernd Edlinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.03.341.390 
Summary0004697: Embedded Server Profile only requires 2 sessions but CTT creates more
Description

Session Services/Session Base/Err-001.js .. Err-005.js create too many sessions.

This seems to work with 4 sessions, but the profile only requires 2.

I think if sessions are leaked purposefully, then the CTT should
wait for the requested session timeout (and poll the sesssions that should be kept open)

TagsNo tags attached.
Files Affected

Activities

Paul Hunkar

2019-03-29 16:10

administrator   ~0010084

since the close can be called always
From spec "This Service is used by the Client to specify the identity of the user associated with the Session. This Service request shall be issued by the Client before it issues any Service request other than CloseSession after CreateSession. Failure to do so shall cause the Server to close the Session."

the script just need to be sure that they call a close in all cases.

Alexander Allmendinger

2019-07-24 12:05

developer   ~0010571

The scripts were neither closing old session before create new ones nor reusing the exisiting one at the end. In addition the session haven't been deleted in all cases. Now the session should clean up properly. Fixed scripts
cleanup.js, Err-001 - Err-005

Paul Hunkar

2019-07-25 13:16

administrator   ~0010580

Reviewed in CMP call

Issue History

Date Modified Username Field Change
2019-03-26 10:15 Bernd Edlinger New Issue
2019-03-29 16:10 Paul Hunkar Note Added: 0010084
2019-03-29 16:10 Paul Hunkar Assigned To => Alexander Allmendinger
2019-03-29 16:10 Paul Hunkar Status new => assigned
2019-07-24 12:05 Alexander Allmendinger Status assigned => resolved
2019-07-24 12:05 Alexander Allmendinger Resolution open => fixed
2019-07-24 12:05 Alexander Allmendinger Fixed in Version => 1.03.341.390
2019-07-24 12:05 Alexander Allmendinger Note Added: 0010571
2019-07-25 13:16 Paul Hunkar Status resolved => closed
2019-07-25 13:16 Paul Hunkar Note Added: 0010580