View Issue Details

IDProjectCategoryView StatusLast Update
0009283CTT UA Scripts1 - Script Issuepublic2023-11-29 06:06
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.505 
Fixed in Version1.03.506 
Summary0009283: Session Base Err-019: Misleading error output
Description

If the CTT is configured wrong and the server supports more sessions than configured in the CTT settings, the CTT may throw an error message like "unable to open as many sessions as claimed", even if exactly the opposíte is the case.
This is because the test script only checks for equality of the number of successfully created sessions and the configured setting before throwing the error.

TagsNo tags attached.
Files Affected

/maintree/Session Services/Session Base/Test Cases/Err-019.js

Activities

Sebastian Allmendinger

2023-11-28 14:40

developer   ~0020423

The messages has been updated to honor different scenarios:

  • An error message the CTT was not able to open the configured max # of sessions.
  • A skip message if the CTT was able to open 951 sessions and MaxSupportedSessions is either set to 0 or to a value above 950.
  • A warning if the CTT was able to open more sessions than the configured max # of sessions and MaxSupportedSession is set to a number smaller than 950

Paul Hunkar

2023-11-29 06:06

administrator   ~0020456

reviewed - agreed to change and closed

Issue History

Date Modified Username Field Change
2023-11-27 15:17 Sebastian Allmendinger New Issue
2023-11-27 16:07 Paul Hunkar Assigned To => Sebastian Allmendinger
2023-11-27 16:07 Paul Hunkar Status new => assigned
2023-11-28 14:33 Sebastian Allmendinger Files Affected => /maintree/Session Services/Session Base/Test Cases/Err-019.js
2023-11-28 14:40 Sebastian Allmendinger Status assigned => resolved
2023-11-28 14:40 Sebastian Allmendinger Resolution open => fixed
2023-11-28 14:40 Sebastian Allmendinger Note Added: 0020423
2023-11-29 06:06 Paul Hunkar Status resolved => closed
2023-11-29 06:06 Paul Hunkar Note Added: 0020456
2023-11-29 06:06 Paul Hunkar Fixed in Version => 1.03.506