Skip to content

SSL test: Don't depend on property value in test (#16346)#16361

Merged
chrisvest merged 1 commit into
5.0from
ssl5
Feb 25, 2026
Merged

SSL test: Don't depend on property value in test (#16346)#16361
chrisvest merged 1 commit into
5.0from
ssl5

Conversation

@normanmaurer

Copy link
Copy Markdown
Member

Motivation:

We should not depend on modify a system property in a test when running
tests concurrently as it might fail due races.

Modifications:

Just override the method in SslMasterKeyHandler and not depend on the
property at all.

Result:

Less flaky tests

Motivation:

We should not depend on modify a system property in a test when running
tests concurrently as it might fail due races.

Modifications:

Just override the method in SslMasterKeyHandler and not depend on the
property at all.

Result:

Less flaky tests
@chrisvest chrisvest added this to the 5.0.0.Final milestone Feb 25, 2026
@chrisvest chrisvest merged commit 9ab6332 into 5.0 Feb 25, 2026
10 of 13 checks passed
@chrisvest chrisvest deleted the ssl5 branch February 25, 2026 23:08
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.

2 participants