Skip to content

Initialize encoder fuzz ServiceMessageContext (OPC 10000-6)#4035

Merged
marcschier merged 3 commits into
OPCFoundation:masterfrom
marcschier:marcschier/review-fix/encoder-fuzz-context
Jul 22, 2026
Merged

Initialize encoder fuzz ServiceMessageContext (OPC 10000-6)#4035
marcschier merged 3 commits into
OPCFoundation:masterfrom
marcschier:marcschier/review-fix/encoder-fuzz-context

Merge branch 'master' into marcschier/review-fix/encoder-fuzz-context

2821b12
Select commit
Loading
Failed to load commit list.
Azure Pipelines / OPCFoundation.UA-.NETStandard succeeded Jul 21, 2026 in 22m 27s

Build #2.0.106-preview+53047c19ca had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 87,339 (97.72%)
  • Other: 2,038 (2.28%)
  • Total: 89,378

Annotations

Check failure on line 1 in Opc.Ua.Core.Tests.Stack.Client.ClientChannelManagerManagedTests.ReconnectAsyncWithBudgetShrinksDelayToFitRemainingAsync

See this annotation in the file changed.

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

Opc.Ua.Core.Tests.Stack.Client.ClientChannelManagerManagedTests.ReconnectAsyncWithBudgetShrinksDelayToFitRemainingAsync

  Assert.That(caughtException, expression)
  Expected: <Opc.Ua.ServiceResultException>
  But was:  <System.TimeoutException: The operation has timed out.
   at System.Threading.Tasks.PolyFills.<WaitAsync>d__1.MoveNext() in /_/src/Opc.Ua.Types/Polyfills/System.Threading.Tasks.cs:line 108
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Opc.Ua.Core.Tests.Stack.Client.ClientChannelManagerManagedTests.<>c__DisplayClass29_0.<<ReconnectAsyncWithBudgetShrinksDelayToFitRemainingAsync>b__1>d.MoveNext() in /_/tests/Opc.Ua.Core.Tests/Stack/Client/ClientChannelManagerManagedTests.cs:line 1068
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
   at NUnit.Framework.Assert.ThrowsAsync(IResolveConstraint expression, Func`1 asyncCode, String message, Object[] args)>
Raw output
   at Opc.Ua.Core.Tests.Stack.Client.ClientChannelManagerManagedTests.<ReconnectAsyncWithBudgetShrinksDelayToFitRemainingAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Opc.Ua.Core.Tests.Stack.Client.ClientChannelManagerManagedTests.<ReconnectAsyncWithBudgetShrinksDelayToFitRemainingAsync>d__29.MoveNext() in /_/tests/Opc.Ua.Core.Tests/Stack/Client/ClientChannelManagerManagedTests.cs:line 1082
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

1)    at Opc.Ua.Core.Tests.Stack.Client.ClientChannelManagerManagedTests.<ReconnectAsyncWithBudgetShrinksDelayToFitRemainingAsync>d__29.MoveNext()