View Issue Details

IDProjectCategoryView StatusLast Update
0010296CTT UA Scripts1 - Script Issuepublic2025-06-03 05:26
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.04.509 
Summary0010296: Fixing UAFX test cases which need multiple PubSub ConnectionEndpoints
Description

UAFX test scripts which need to create multiple ConnectionEndpoints currently create an individual PubSubConnection for each ConnectionEndpoint.
They should reuse existing resources and only create new DataSetReaders/DataSetWriters instead, else they might exceed the servers PubSubCapabilities unnecessarily.

Affected test scripts:

  • UAFX AutomationComponent Base: 009 + 011
  • UAFX AutomationComponent MaxConnections: Err-001
  • UAFX AutomationComponent MaxConnectionsPerCall: 003 + Err-001
TagsNo tags attached.
Files Affected

/library/OPC UA FX/Base.js
/maintree/OPC UA FX/UAFX AutomationComponent Base/Test Cases/009.js
/maintree/OPC UA FX/UAFX AutomationComponent Base/Test Cases/011.js
/maintree/OPC UA FX/UAFX AutomationComponent MaxConnections/Test Cases/Err-001.js
/maintree/OPC UA FX/UAFX AutomationComponent MaxConnectionsPerCall/Test Cases/003.js
/maintree/OPC UA FX/UAFX AutomationComponent MaxConnectionsPerCall/Test Cases/Err-001.js

Activities

Yannik Klaass

2025-05-27 15:45

developer   ~0022792

Fixing affected test cases to reuse existing resources and only create DataSetWriters/DataSetReaders

Paul Hunkar

2025-06-03 05:26

administrator   ~0022908

Multiple people reviewed code , all agree to changes, closed issue

Issue History

Date Modified Username Field Change
2025-04-23 15:17 Yannik Klaass New Issue
2025-05-10 06:10 Paul Hunkar Assigned To => Yannik Klaass
2025-05-10 06:10 Paul Hunkar Status new => assigned
2025-05-27 15:44 Yannik Klaass Files Affected => /library/OPC UA FX/Base.js
/maintree/OPC UA FX/UAFX AutomationComponent Base/Test Cases/009.js
/maintree/OPC UA FX/UAFX AutomationComponent Base/Test Cases/011.js
/maintree/OPC UA FX/UAFX AutomationComponent MaxConnections/Test Cases/Err-001.js
/main…
2025-05-27 15:45 Yannik Klaass Status assigned => resolved
2025-05-27 15:45 Yannik Klaass Resolution open => fixed
2025-05-27 15:45 Yannik Klaass Note Added: 0022792
2025-06-03 05:26 Paul Hunkar Status resolved => closed
2025-06-03 05:26 Paul Hunkar Fixed in Version => 1.04.509
2025-06-03 05:26 Paul Hunkar Note Added: 0022908