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

Workaround for slow Quic tests when running on Linux/OpenSSL 3.0 #3484

Merged
merged 4 commits into from
Jul 10, 2023

Conversation

bentoi
Copy link
Contributor

@bentoi bentoi commented Jul 7, 2023

This PR improves a bit the run time of Quic tests. See #3411.

@externl It might be worth checking if reducing parallelism of TLS tests from IceRpc.Tests also solves #3346 on our CI host.

  • replace [Parallelizable(scope: ParallelScope.All)] with [Parallelizable(scope: ParallelScope.Fixtures)] in TcpTransportTests and SslTransportXxxTests
  • remove [assembly: NUnit.Framework.LevelOfParallelism(10)] from IceRpc.Tests/AssemblyInfo.cs.

@bentoi bentoi requested review from pepone and externl July 7, 2023 16:19
Copy link
Member

@externl externl left a comment

Choose a reason for hiding this comment

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

Best way to test the CI is to merge :)

@bentoi bentoi merged commit cf1438f into icerpc:main Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants