Skip to content

Fixed timer leaks in ChannelAsyncOperation.EndAsync (#3669) - #4166

Merged
marcschier merged 9 commits into
OPCFoundation:master378from
steklabs:release/1.5.378
Aug 4, 2026
Merged

Fixed timer leaks in ChannelAsyncOperation.EndAsync (#3669)#4166
marcschier merged 9 commits into
OPCFoundation:master378from
steklabs:release/1.5.378

Merge branch 'release/1.5.378' into release/1.5.378

6f4fd0b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / OPCFoundation.UA-.NETStandard succeeded Aug 4, 2026 in 31m 9s

Build #1.5.378.161+d1b92fd92c had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 88,018 (97.28%)
  • Other: 2,463 (2.72%)
  • Total: 90,482

Annotations

Check failure on line 1 in Opc.Ua.Client.Tests.ConnectionStabilityTest.ShortHaulStabilityTestAsync

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OPCFoundation.UA-.NETStandard

Opc.Ua.Client.Tests.ConnectionStabilityTest.ShortHaulStabilityTestAsync

  Not all nodes received expected data
Assert.That(condition, Is.True)
  Expected: True
  But was:  False
Raw output
   at NUnit.Framework.Legacy.ClassicAssert.IsTrue(Boolean condition, String message, Object[] args)
   at Opc.Ua.Client.Tests.ConnectionStabilityTest.RunStabilityTestAsync(Int32 testDurationMinutes) in /_/Tests/Opc.Ua.Client.Tests/ConnectionStabilityTest.cs:line 422
   at Opc.Ua.Client.Tests.ConnectionStabilityTest.RunStabilityTestAsync(Int32 testDurationMinutes) in /_/Tests/Opc.Ua.Client.Tests/ConnectionStabilityTest.cs:line 456
   at Opc.Ua.Client.Tests.ConnectionStabilityTest.ShortHaulStabilityTestAsync() in /_/Tests/Opc.Ua.Client.Tests/ConnectionStabilityTest.cs:line 87
   at Opc.Ua.Client.Tests.ConnectionStabilityTest.ShortHaulStabilityTestAsync() in /_/Tests/Opc.Ua.Client.Tests/ConnectionStabilityTest.cs:line 91
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)

1)    at NUnit.Framework.Legacy.ClassicAssert.IsTrue(Boolean condition, String message, Object[] args)
   at Opc.Ua.Client.Tests.ConnectionStabilityTest.RunStabilityTestAsync(Int32 testDurationMinutes) in /_/Tests/Opc.Ua.Client.Tests/ConnectionStabilityTest.cs:line 422
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)