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

Enable cryptography tests hitting libssl issue #32255

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

safern
Copy link
Member

@safern safern commented Feb 13, 2020

Fixes: #2176

Let's re-enable them and try multiple runs to make sure the machines are not affected anymore.

cc: @ViktorHofer @jaredpar @bartonjs

@@ -5,6 +5,8 @@
</PropertyGroup>
<Import Project="..\..\Directory.Build.props" />

<!-- foo -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guessing you didn't mean to add this 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did, to trigger coreclr and mono tests to increase the probability of hitting the issue. I added it as a separate commit though. Will remove it before merging of course.

@@ -2,6 +2,8 @@
<Import Project="Directory.Build.props" />
<Import Project="Directory.Build.targets" />

<!-- Foo -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The OCD part of my brain is upset that you choose to capitalize Foo differently in different files.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hahah 😄

@safern
Copy link
Member Author

safern commented Feb 13, 2020

/azp run runtime

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@safern safern added the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Feb 14, 2020
@safern safern removed the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Feb 14, 2020
@safern
Copy link
Member Author

safern commented Feb 14, 2020

Ok, so I've ran the tests like 4 or 5 times already and I haven't hit the libssl issue, all the failures I've hit are the known issues related to execute.sh not having permissions. I will go ahead and merge.

@safern safern merged commit b334680 into dotnet:master Feb 14, 2020
@safern safern deleted the EnableCryptoTests branch February 14, 2020 17:52
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Security.Cryptography.OpenSsl.Tests failing on CI runs
4 participants