Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make X509CertificateStore support CRLs on Windows #2571

Merged
merged 16 commits into from
Jun 11, 2024

Merge branch 'master' into X509CrlSupport

8272d0d
Select commit
Loading
Failed to load commit list.
Merged

Make X509CertificateStore support CRLs on Windows #2571

Merge branch 'master' into X509CrlSupport
8272d0d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / OPCFoundation.UA-.NETStandard succeeded Apr 22, 2024 in 25m 37s

Build #1.5.374.45-preview+0930110a65 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 112,307 (98.78%)
  • Other: 1,385 (1.22%)
  • Total: 113,693

Annotations

Check failure on line 1 in Opc.Ua.Client.Tests.ClientTest("https").ReconnectSessionOnAlternateChannel(False)

See this annotation in the file changed.

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

Opc.Ua.Client.Tests.ClientTest("https").ReconnectSessionOnAlternateChannel(False)

  BadUnknownResponse
Assert.That(actual, Is.EqualTo(expected))
  Expected: 2149908480
  But was:  2148073472
Raw output
   at NUnit.Framework.Legacy.ClassicAssert.AreEqual(Object expected, Object actual, String message, Object[] args)
   at Opc.Ua.Client.Tests.ClientTest.ReconnectSessionOnAlternateChannel(Boolean closeChannel) in /_/Tests/Opc.Ua.Client.Tests/ClientTest.cs:line 676
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](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 NUnit.Framework.Legacy.ClassicAssert.AreEqual(Object expected, Object actual, String message, Object[] args)
   at Opc.Ua.Client.Tests.ClientTest.ReconnectSessionOnAlternateChannel(Boolean closeChannel) in /_/Tests/Opc.Ua.Client.Tests/ClientTest.cs:line 676
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)