You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.True() Failure\r\nExpected: True\r\nActual: False
at Sign.Core.Test.Crypt32Tests.ShouldTimestampData() in /_/test/Sign.Core.Test/Tools/VSIXSignTool/Crypt32Tests.cs:line 34
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
The next best step would probably be to add logging to the timestamp server to log every request/response. Or, if Visual Studio's "Run Until Failure" feature works well enough, locally debug a failure.
Two tests failed then passed on rerun for 394fc50:
Sign.Core.Test.OpcPackageSigningTests.ShouldTimestampFileWithRsa(keySizeInBits: 2048, hashAlgorithmName: SHA256, timestampDigestAlgorithm: SHA256)
details
Sign.Core.Test.Crypt32Tests.ShouldTimestampData
details
The next best step would probably be to add logging to the timestamp server to log every request/response. Or, if Visual Studio's "Run Until Failure" feature works well enough, locally debug a failure.
CC @javierdlg
The text was updated successfully, but these errors were encountered: