View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009036 | CTT UA Scripts | 1 - Script Issue | public | 2023-07-01 18:48 | 2023-10-26 15:07 |
Reporter | Martin Regen | Assigned To | Michael Fehler | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | UA .NET Paltform | OS | Windows | OS Version | 11 |
Fixed in Version | 1.03.505 | ||||
Summary | 0009036: Subscription Publish Min 05 / 003.js doesn't check max subscriptions | ||||
Description | If MaxSubscriptionCount is set, the test produces too many sessions and it fails. Add lines to the test init to cap no of sessions if server doesn't support so many subscriptions: / Test prepared by Shane Kurr : shane.kurr@opcfoundation.org; // Set Constants // Get number of sessions and subscriptions from settings, set constant // add these two lines to 003.js const PUBLISH_CALLBACKS_NEEDED = SessionCount * 5; | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
need to verify all of the scripts in this ConformanceUnit |
|
Added addWarning in case the MaxSupportetSubscriptions is too low. In which the SessionCount will be changed, to ensure that each session can have 5 subscriptions. Added addSkipped for when the server supports less than 5 subscriptions. |
|
reviewed changes and agreed to changes , closed issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-07-01 18:48 | Martin Regen | New Issue | |
2023-07-01 18:49 | Martin Regen | Description Updated | |
2023-07-21 15:16 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2023-07-21 15:16 | Paul Hunkar | Status | new => assigned |
2023-07-21 15:16 | Paul Hunkar | Note Added: 0019704 | |
2023-10-24 07:38 | Sebastian Allmendinger | Project | CTT UA Test Case => CTT UA Scripts |
2023-10-24 07:38 | Sebastian Allmendinger | Assigned To | Alexander Allmendinger => Michael Fehler |
2023-10-26 15:05 | Alexander Allmendinger | Status | assigned => resolved |
2023-10-26 15:05 | Alexander Allmendinger | Resolution | open => fixed |
2023-10-26 15:05 | Alexander Allmendinger | Note Added: 0020243 | |
2023-10-26 15:07 | Paul Hunkar | Status | resolved => closed |
2023-10-26 15:07 | Paul Hunkar | Fixed in Version | => 1.03.505 |
2023-10-26 15:07 | Paul Hunkar | Note Added: 0020245 |