Skip to content

Fix OCSP test responder to omit fractional seconds - #77411

Merged
vcsjones merged 1 commit into
dotnet:mainfrom
vcsjones:fix-revocation-tests
Oct 25, 2022
Merged

Fix OCSP test responder to omit fractional seconds#77411
vcsjones merged 1 commit into
dotnet:mainfrom
vcsjones:fix-revocation-tests

Conversation

@vcsjones

Copy link
Copy Markdown
Member

Closes#77408

@ghostghost assigned vcsjonesOct 24, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Closes #77408

Author:vcsjones
Assignees:-
Labels:

area-System.Security

Milestone:-

@vcsjones

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-coreclr outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vcsjones

Copy link
Copy Markdown
MemberAuthor

Doh. That was the wrong outerloop.

/azp run runtime-libraries-coreclr outerloop

@vcsjones

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vcsjones

Copy link
Copy Markdown
MemberAuthor

S.S.Cryptography outerloop passed. None of the outerloop failures appear related, and this is a test only change. Merging.

@vcsjones
vcsjones merged commit f4b715f into dotnet:mainOct 25, 2022
@vcsjones
vcsjones deleted the fix-revocation-tests branch October 25, 2022 14:34
@vcsjones

Copy link
Copy Markdown
MemberAuthor

@bartonjs should this test-only change be back ported to release/7.0 or release/6.0 so that if/when those pick up Ventura the tests won't start failing?

@vcsjonesvcsjones added the test-enhancement Improvements of test source code label Oct 25, 2022
@bartonjs

Copy link
Copy Markdown
Member

Your question has certainly sold me on the value of the backport; and test-only changes are generally taken. So, yes 😄

@vcsjones

Copy link
Copy Markdown
MemberAuthor

/backport to release/7.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3322798204

@vcsjones

Copy link
Copy Markdown
MemberAuthor

/backport to release/6.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3322799106

@ghostghost locked as resolved and limited conversation to collaborators Nov 24, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Securitytest-enhancementImprovements of test source code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DynamicRevocationTests fails on macOS 13

2 participants

@vcsjones@bartonjs