View Issue Details

IDProjectCategoryView StatusLast Update
0010072UAFX Testing (CTT)Test Scriptspublic2025-01-27 08:52
ReporterThomas Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0010072: UAFX ConnectionEndpoint Base: CTT tries to create an endpoint without any IO variables
Description

CTT tries to create an endpoint without any IO variables, which is not allowed. CTT creates endpoints but don't clean them up. If the limit of MaxConnections is low, finally creating connection will fail.

TagsNo tags attached.

Activities

Yannik Klaass

2025-01-27 08:52

developer   ~0022338

ConnectionEndpoint Base:

  • General: Using FindOrCreateConnectionEndpoint() where a preconfigured ConnectionEndpoint is not required
  • TC 004 + 006: Adding InputVariables and OutputVariables to the CreateConnectionEndpoint call. Adding correct cleanup.
  • initialize: Removing creation of preconfigured ConnectionEndpoints (done per TC to keep MaxConnections low)

Issue History

Date Modified Username Field Change
2024-12-10 08:18 Thomas New Issue
2024-12-10 08:18 Thomas Assigned To => Thomas
2024-12-10 08:18 Thomas Status new => assigned
2024-12-13 14:32 Yannik Klaass Relationship added has duplicate 0010064
2024-12-17 16:07 Yannik Klaass Relationship deleted has duplicate 0010064
2025-01-24 17:00 Thomas Assigned To Thomas => Yannik Klaass
2025-01-27 08:52 Yannik Klaass Status assigned => resolved
2025-01-27 08:52 Yannik Klaass Resolution open => fixed
2025-01-27 08:52 Yannik Klaass Note Added: 0022338