Skip to content

[Types] Add lossless conversion between WoT documents and NodeSet2 - #4131

Open
marcschier wants to merge 18 commits into
marcschier/wot-01-core-typesfrom
marcschier/wot-03-converter
Open

[Types] Add lossless conversion between WoT documents and NodeSet2#4131
marcschier wants to merge 18 commits into
marcschier/wot-01-core-typesfrom
marcschier/wot-03-converter

Merge remote-tracking branch 'origin/marcschier/wot-01-core-types' in…

7a65f9d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / OPCFoundation.UA-.NETStandard failed Aug 3, 2026 in 5h 16m 2s

Build #2.0.167-preview+994cb0986c had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 139,374 (97.90%)
  • Other: 2,990 (2.10%)
  • Total: 142,365

Annotations

Check failure on line 67 in Build log

See this annotation in the file changed.

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

Build log #L67

Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 70 in Build log

See this annotation in the file changed.

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

Build log #L70

Dotnet command failed with non-zero exit code on the following projects : [
  '/mnt/vss/_work/1/s/tests/Opc.Ua.Redundancy.Server.Tests/Opc.Ua.Redundancy.Server.Tests.csproj'
]

Check failure on line 13 in Build log

See this annotation in the file changed.

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

Build log #L13

Tests for net10.0 Release did not succeed (result: Failed).

Check failure on line 15 in Build log

See this annotation in the file changed.

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

Build log #L15

PowerShell exited with code '1'.

Check failure on line 1 in Opc.Ua.Redundancy.Server.Tests.ReplicatedAddressSpaceSynchronizerTests.ReconcileMaterializedValuesCorrectsStaleReplicaAndRebroadcastsAsync

See this annotation in the file changed.

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

Opc.Ua.Redundancy.Server.Tests.ReplicatedAddressSpaceSynchronizerTests.ReconcileMaterializedValuesCorrectsStaleReplicaAndRebroadcastsAsync

  replication did not complete within the timeout
Assert.That(completed, Is.SameAs(task))
  Expected: same as <System.Threading.Tasks.Task`1[System.Boolean]>
  But was:  <System.Threading.Tasks.Task+DelayPromise>
Raw output
   at Opc.Ua.Redundancy.Server.Tests.ReplicatedAddressSpaceSynchronizerTests.AwaitWithTimeoutAsync(Task task) in /mnt/vss/_work/1/s/tests/Opc.Ua.Redundancy.Server.Tests/State/ReplicatedAddressSpaceSynchronizerTests.cs:line 374
   at Opc.Ua.Redundancy.Server.Tests.ReplicatedAddressSpaceSynchronizerTests.ReconcileMaterializedValuesCorrectsStaleReplicaAndRebroadcastsAsync() in /mnt/vss/_work/1/s/tests/Opc.Ua.Redundancy.Server.Tests/State/ReplicatedAddressSpaceSynchronizerTests.cs:line 273
   at Opc.Ua.Redundancy.Server.Tests.ReplicatedAddressSpaceSynchronizerTests.ReconcileMaterializedValuesCorrectsStaleReplicaAndRebroadcastsAsync() in /mnt/vss/_work/1/s/tests/Opc.Ua.Redundancy.Server.Tests/State/ReplicatedAddressSpaceSynchronizerTests.cs:line 273
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(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.Execution.SimpleWorkItem.<>c__DisplayClass3_0.<PerformWork>b__0()
   at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
   at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass2_0.<DoIsolated>b__0(Object s)

1)    at Opc.Ua.Redundancy.Server.Tests.ReplicatedAddressSpaceSynchronizerTests.AwaitWithTimeoutAsync(Task task) in /mnt/vss/_work/1/s/tests/Opc.Ua.Redundancy.Server.Tests/State/ReplicatedAddressSpaceSynchronizerTests.cs:line 374
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)