View Issue Details

IDProjectCategoryView StatusLast Update
0009994CTT UA Test Case1 - Script Issuepublic2025-08-01 15:48
ReporterUwe Stadelmann Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
PlatformDebianOSLinux 
Summary0009994: Session Services - Session Minimum 50 - 002.js fails if not secure channels as sessions are defined.
Description

The configuration of the CTT tool is:
Max SecureChannels 51.
Max Supported Sessions 50.

This is done as recommend by the DoS Tests.

In test script Session Services /Session Minimum 50 /002.js are session created until MAX_SESSIONS.
There after are more sessions created which should fail.
This is done with the the loop "for( var i = 0; i < 10; i++ ) {".

The TC is failing because 9 of these secure channels can not be created. The loop should end at the max number of supported channels.

Steps To Reproduce

Configure the CTT tool as described above and run the tests.

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2025-08-01 15:46

developer   ~0023191

Last edited: 2025-08-01 15:48

There are several options how to deal with that issue:

1) Obsolete test case because the behavior for MaxSupportedSessions is already tested in Session Base / Err-019.
2) Close the SecureChannel after each connection attempt in the loop
3) Add a delay (based on the CTT Setting MinLifetimeOfSecureChannel) after each connection attempt allowing the server to identify the SecureChannel as "unused" and to recycle it
4) Stop test after MaxSupportedSessions + 1 instead of +10

Issue History

Date Modified Username Field Change
2024-10-24 11:36 Uwe Stadelmann New Issue
2025-07-31 15:27 Paul Hunkar Assigned To => Alexander Allmendinger
2025-07-31 15:27 Paul Hunkar Status new => assigned
2025-08-01 15:46 Sebastian Allmendinger Note Added: 0023191
2025-08-01 15:48 Sebastian Allmendinger Note Edited: 0023191