View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009315 | CTT UA Scripts | 1 - Script Issue | public | 2023-12-14 14:58 | 2024-04-10 12:52 |
Reporter | Thomas | Assigned To | Michael Fehler | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.03.508 | ||||
Summary | 0009315: Sessions Minimum 10 Parallel creates only 9 concurrent sessions instead of 10. | ||||
Description | The script open only 9 sessions because the constant MAX = 9 and the for loop increments until i < MAX. / Test prepared by Nathan Pocock; compliance@opcfoundation.org function createSession561002() {
} Test.Execute( { Procedure: createSession561002 } ); | ||||
Tags | No tags attached. | ||||
Files Affected | /maintree/Session Services/Session Minimum 10 Parallel/Test Cases/001.js | ||||
|
increase loop to 10 - also need to check if auditing is enabled - since then 9 might be fine (audit has an session open) |
|
reviewed changes in call, agreed to changes and closed issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-12-14 14:58 | Thomas | New Issue | |
2023-12-14 15:19 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2023-12-14 15:19 | Paul Hunkar | Status | new => assigned |
2023-12-14 15:20 | Paul Hunkar | Note Added: 0020530 | |
2023-12-14 15:23 | Paul Hunkar | Note Edited: 0020530 | |
2024-01-19 08:25 | Michael Fehler | Assigned To | Alexander Allmendinger => Michael Fehler |
2024-03-01 13:58 | Michael Fehler | Status | assigned => resolved |
2024-03-01 13:58 | Michael Fehler | Files Affected | => /maintree/Session Services/Session Minimum 10 Parallel/Test Cases/001.js |
2024-04-10 12:52 | Paul Hunkar | Status | resolved => closed |
2024-04-10 12:52 | Paul Hunkar | Resolution | open => fixed |
2024-04-10 12:52 | Paul Hunkar | Fixed in Version | => 1.03.508 |
2024-04-10 12:52 | Paul Hunkar | Note Added: 0021105 |